diff options
Diffstat (limited to 'app/jitsi/deploy/jitsi.hcl')
-rw-r--r-- | app/jitsi/deploy/jitsi.hcl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/jitsi/deploy/jitsi.hcl b/app/jitsi/deploy/jitsi.hcl index a06cf73..bf6cfe8 100644 --- a/app/jitsi/deploy/jitsi.hcl +++ b/app/jitsi/deploy/jitsi.hcl @@ -144,7 +144,8 @@ EOF "traefik.enable=true", "traefik.frontend.entryPoints=https", "traefik.frontend.rule=Host:jitsi.deuxfleurs.fr;PathPrefix:/", - "traefik.protocol=https" + "traefik.protocol=https", + "tricot jitsi.deuxfleurs.fr", ] port = "https_port" address_mode = "host" |