Does anybody here have a matrix synapse server on docker / podman set up with a database and redis, one or both?
I am looking to set up such a server but I could use some help / templates, as I found the official documentation on this somewhat lacking (or maybe I just missed the correct page).
8 Comments
Shimitar@feddit.it · 6 pts · 1y
I did a few.months ago. Quite a mess, but got it to work at the end of the day.
My experience is described here https://wiki.gardiol.org/doku.php?id=services%3Asynapse
ikidd@lemmy.world · 1 pts · 1y
Did you try the mautrix/whatsapp bridge? I had that working a while ago on an earlier synapse instance, but it was a right pain in the ass to set up and you still needed to authenticate it with a phone every couple weeks. It looks like it is being maintained so it might be easier.
Shimitar@feddit.it · 1 pts · 1y
I got put off by how complex that was and that you need to do exactly what you described. So no, I didn't.
I managed telegram tough, and still that was not the most pleasant experience.
Im_old@lemmy.world · 5 pts · 1y
I use this https://github.com/spantaleev/matrix-docker-ansible-deploy
anytimesoon@feddit.uk · 1 pts · 1y
Same. Hasnt let me down. Super thorough, and makes adding/removing anything a breeze
KaninchenSpeed@sh.itjust.works · 4 pts · 1y
I didn't understand the docs either, that's why I'm using https://github.com/girlbossceo/conduwuit insted
Svinhufvud@sopuli.xyz · 2 pts · 1y
Thanks for the reply. Looking at this project now. What reverse proxy did you use? I have regular caddy already as a reverse proxy for other projects and I am wondering how I could use it here as well.
KaninchenSpeed@sh.itjust.works · 2 pts · 1y
I use traefik, but caddy should work too. I can share the docker-compose files I use later.