Looking for a guide for installing Matrix server on Docker with Traefik
I want to set up my own Matrix server, but it seems a bit complicated in the proxy and federation part since I'm not using Nginx or Caddy. Does anyone have an up-to-date guide for Traefik version?
Definitely worth it IMO. There's a lot of parts involved in a Matrix setup and this playbook handles them all for you. Just make sure to have a look at the changelog whenever you update your installation. If there are any changes that require manual steps, it usually explains those steps quite well.
That's interesting, because I was finding guides for traefik and caddy but not nginx (specifically swag in my case)
The issue I was having, in case it helps you, is that I was trying to expose 8448 on my synapse container which doesn't have SSL instead of on my SWAG container and then redirect to my synapse one.