this post was submitted on 11 Jul 2023
10 points (85.7% liked)

Selfhosted

37811 readers
550 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

So I’m in the process of moving my discord server over to matrix. I rented a VPS with 2 cores/2gb of ram for this. What I’m having issues with is media store and federation. I believe I have the media_store configured corrected as I can post images in my own channels, however I get Error 500 while attempting to upload a profile picture with no other information. On the federation side of things, I joined #matrix:matrix.org on my server it syncs for a few seconds, my ram shoots up to 2gb usage and hard locks until I restart synapse. Am I missing a config flag? Or just not enough RAM to federate with an instance that big. Thanks

you are viewing a single comment's thread
view the rest of the comments
[–] notdeadyet@lemmy.dbzer0.com 3 points 1 year ago (2 children)

That's very normal regarding the crash trying to join #matrix:matrix.org. You need much higher specs and need to be using Postgres database, MySQL probably won't handle it.

Can you post a sanitized version of your homeserver.yaml so we can take a look at your config?

Also are you running docker or something else?

[–] SlovenianSocket@lemmy.ca 1 points 1 year ago

Sorry I should have added more info. I am using Postgres, I’ll post my sanitized yaml when I get home from work. It is a bare metal install at the moment but I plan on moving over to docker once I have a good understanding of all the functions and documentation

[–] SlovenianSocket@lemmy.ca 1 points 1 year ago (1 children)

Heres my yaml. I quickly skimmed the docs and set it up last night so its probably pretty jank. So I guess my large channels issue is solved and I need better hardware. As for the the Error 500 I get while uploading profile pictures, this is the exact error I get:

Failed to save your profile MatrixError: [500] Internal server error (https://matrix.*.xyz/_matrix/media/r0/upload?filename=5db2-6c61-48eb-827c-f09ec246af71.png)

[–] notdeadyet@lemmy.dbzer0.com 1 points 1 year ago (1 children)

Your config looks good to me. I'm thinking you may have a permissions error with your media store folder. What permissions do you have set for it?

[–] SlovenianSocket@lemmy.ca 1 points 1 year ago
  1. I can post media in my rooms and that works just fine, it’s just trying to set a PFP throws that error which is confusing. I rolled out an ansible node last night on the advice of someone else here so I’m attempting the matrix ansible playbook to get going