Spyke
selfhosted·Selfhostedbyludicolo

Trying to figure out the best way to set up a self hosted matrix server.

I have been trying to set this up for the past 2 days and I am losing my mind.

The issue I seem to be having is that synapse cannot find the necessary postgres information in the the database. I have been trying to setup a docker container for it but to no avail. The container just continues to restart. When I check docker logs it seems like it cannot find the database info it needs but its there. I deleted the sqlite3 info so it most certainly isn't still using that.

Is there possibly a casaos friendly version of matrix? Is there an easy to follow tutorial for docker matrix and duckdns? Any help would be appreciated.

View original on lemmy.ml

Holy crap that is comprehensive. Great timing since I'm about to wipe and redo my server from scratch.

Thanks for sharing!

7
lemm.ee

I've had good luck with Yunohost in the past for a synapse server.

5
ludicoloreply
lemmy.ml

Do I need to remove casaos to use yunohost?

1

Doubtful. Even in VMs I reckon you're gonna have some conflicts ports wise.

1

I heard conduit.rs has lower memory requirements. Dunno if there's a easy to deploy container tho. Good luck!

4

If the postgres container doesn't start properly, then something's wrong with the config. Most likely you are trying to expose port 5432 to the host network, but you have postgres already installed there, so the ports conflict.

You can check for those errors with journalctl.

4

I wrote my own ansible role to deploy/maintain a matrix server and a few goodies (element/synapse-admin). If you're not using ansible you should still be able to understand the deployment logic by starting at tasks/main.yml and following includes/tasks from there.

3

I’ll second conduit. You can tune up its caching, reducing the ram usage significantly. It does become a bit painful to sync the mobile clients, but at least it's not gigabytes of ram wasted.

3
ludicoloreply
lemmy.ml

How would I go about using conduit instead of synapse for matrix?

2

Hmm, docs.conduit.rs appears to be an alias for famedly.gitlab.io. I copied the link from the intro in the README.md file in the GiLab repository.

1

You reached the end