1
0
Fork 0

Matrix: Change server_name

This commit is contained in:
Daniel Kempkens 2022-11-12 00:22:36 +01:00
parent ea61b04d35
commit e15fed27aa
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
4 changed files with 1 additions and 1 deletions

View file

@ -152,7 +152,7 @@ in
];
labels = {
"traefik.enable" = "true";
"traefik.http.routers.matrix.rule" = "Host(`matrix.kempkens.io`)";
"traefik.http.routers.matrix.rule" = "Host(`matrix-synapse.kempkens.io`)";
"traefik.http.routers.matrix.entrypoints" = "websecure";
"traefik.http.routers.matrix.service" = "matrix-web";
"traefik.http.routers.matrix.tls.certresolver" = "cfresolver";