It would be helpful if you could provide more information. Which setup? OS? Dockerinstall or bare metal? Did you follow a specific Guide? Link it please if you followed one.
With this you will get better answers 🌞
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:
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
No spam posting.
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.
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
No trolling.
Resources:
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
It would be helpful if you could provide more information. Which setup? OS? Dockerinstall or bare metal? Did you follow a specific Guide? Link it please if you followed one.
With this you will get better answers 🌞
Ubuntu 22.04, bare metal. I followed this guide and the official docs as well as tweaked it for my needs. I posted my yaml in another comment as well
As others said, Synapse can sometimes be very resource-hungry. It might be worth giving a try to Conduit and Dendrite, which are alternative Matrix server implementations and especially Conduit seems to be focused to by lightweight. Although I do not have any personal experience with them and it seems that they are most likely a lot less mature than Synapse at the moment.
Check this out https://github.com/spantaleev/matrix-docker-ansible-deploy It should make the process a bit easier for you.
I haven't played with ansible before but that looks like exactly what I want, thanks! I'll spin up a VM on my dev server at home and play around with it
Yes your RAM is likely insufficient to join larger old rooms like that. Matrix Synapse can be quite a resource hog under certain circumstances.
While your server most likely isn’t powerful enough to handle large rooms such as that one, if you would still like to try and get as much performance as possible you can look at this synapse documentation page
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?
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)
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?