this post was submitted on 04 Mar 2024
933 points (97.5% liked)
Memes
45688 readers
488 users here now
Rules:
- Be civil and nice.
- Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
they are beasts to set up self host. I'm going to do it one day
Matrix via docker is pretty simple actually.
Took me like 30 mins to set it up exactly like I wanted on my kubernetes cluster.
oh yeah? can you point me to tutorials or examples? i tried the official github but got a little overwhelmed.
Would you like docs on just the docker component or a kubernetes centered doc?
docker please. i got overwhelmed with all the fields that need to be set up.
I have not tried it. But this doc seems to make sense and isn't very opinionated.
https://computingforgeeks.com/run-synapse-matrix-homeserver-in-docker-containers/
One of the aspects that is glossed over in this doc however is the networking parts. There are many ways to setup your DNS, certificates, and ingress depending on how/where you are hosting the container.
that's really good thank you!