Add documentation for matrix federation + traefik labels for federation via port 8448 on matrix-federation entrypoint #62
Reference in New Issue
Block a user
No description provided.
Delete Branch "compress-and-federate"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds a second Traefik router on the web (nginx) service that listens on the `matrix-federation` entrypoint (host port 8448 via the traefik recipe's compose.matrix.yml) and uses Host(${SERVER_NAME}). Lets remote homeservers reach this server's federation/key endpoints via the standard `<server_name>:8448` fallback when no .well-known or SRV delegation exists for SERVER_NAME — useful when SERVER_NAME differs from DOMAIN and no external service serves /.well-known/matrix/server. Requires MATRIX_FEDERATION_ENABLED=1 on the traefik stack.Add documentation for matrix federation + traefik labels for federation via port 8443 on matrix-federation entrypointto Add documentation for matrix federation + traefik labels for federation via port 8448 on matrix-federation entrypointThis PR makes use of the entrypoint provided by traefik here: coop-cloud/traefik#105
previously compose.matrix.yml was forwarding port 9001 (not sure why, I don't think thats used by matrix).
between these two PRs, this allows federation via port 8448
also added documentation about allowing federation via the container built-in /.well-known and via an external /.well-known (e.g. on a webserver on the apex domain)
Looks beautiful, great docs!
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.