1
0
Fork 0

Matrix: Re-enable E2B

This commit is contained in:
Daniel Kempkens 2022-11-13 11:30:06 +01:00
parent 28f853484b
commit e94b26cce0
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
5 changed files with 1 additions and 1 deletions

View file

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