docs: Make traefik router names consistent

This commit is contained in:
Jade Ellis 2025-07-30 19:55:48 +01:00
parent 238cc627e3
commit 5775e0ad9d
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2

View file

@ -14,12 +14,12 @@ services:
- proxy
labels:
- "traefik.enable=true"
- "traefik.http.routers.homeserver.rule=(Host(`matrix.example.com`) || (Host(`example.com`) && PathPrefix(`/.well-known/matrix`)))"
- "traefik.http.routers.homeserver.entrypoints=websecure"
- "traefik.http.routers.homeserver.tls.certresolver=letsencrypt"
- "traefik.http.services.homeserver.loadbalancer.server.port=6167"
- "traefik.http.routers.continuwuity.rule=(Host(`matrix.example.com`) || (Host(`example.com`) && PathPrefix(`/.well-known/matrix`)))"
- "traefik.http.routers.continuwuity.entrypoints=websecure"
- "traefik.http.routers.continuwuity.tls.certresolver=letsencrypt"
- "traefik.http.services.continuwuity.loadbalancer.server.port=6167"
# Uncomment and adjust the following if you want to use middleware
# - "traefik.http.routers.homeserver.middlewares=secureHeaders@file"
# - "traefik.http.routers.continuwuity.middlewares=secureHeaders@file"
environment:
CONTINUWUITY_SERVER_NAME: your.server.name.example # EDIT THIS
CONTINUWUITY_TRUSTED_SERVERS: '["matrix.org"]'