aboutsummaryrefslogtreecommitdiff
path: root/app/jitsi/deploy
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-12-08 12:42:48 +0100
committerAlex Auvolat <alex@adnab.me>2021-12-08 12:42:48 +0100
commit7f08d5f3240bd8e93a9447ec814d7fbd474851b9 (patch)
tree8325387d3842c7c45786ecaf8c6644381859269f /app/jitsi/deploy
parent2c2ee6c903a2068da202e9456f6fa7c37833e5d5 (diff)
downloadinfrastructure-7f08d5f3240bd8e93a9447ec814d7fbd474851b9.tar.gz
infrastructure-7f08d5f3240bd8e93a9447ec814d7fbd474851b9.zip
Add tricot tags to everything
Diffstat (limited to 'app/jitsi/deploy')
-rw-r--r--app/jitsi/deploy/jitsi.hcl3
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"