diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-09-20 11:04:49 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-09-20 11:04:49 +0200 |
commit | c044078a6e15b90dd4e59021b2196997cbdfe689 (patch) | |
tree | 3d61d98aaad34a312d75716d1ae487a1b1b3afec /cluster/prod/app/jitsi | |
parent | ac4ca90eca4bf4f2c7bce5fcb7706a11f2909080 (diff) | |
download | nixcfg-c044078a6e15b90dd4e59021b2196997cbdfe689.tar.gz nixcfg-c044078a6e15b90dd4e59021b2196997cbdfe689.zip |
finalize jitsi
Diffstat (limited to 'cluster/prod/app/jitsi')
-rw-r--r-- | cluster/prod/app/jitsi/deploy/jitsi.hcl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cluster/prod/app/jitsi/deploy/jitsi.hcl b/cluster/prod/app/jitsi/deploy/jitsi.hcl index f2cafd2..f43c4fb 100644 --- a/cluster/prod/app/jitsi/deploy/jitsi.hcl +++ b/cluster/prod/app/jitsi/deploy/jitsi.hcl @@ -260,6 +260,13 @@ EOF port = "video_port" address_mode = "host" name = "video-jitsi" + } + + service { + tags = [ "jitsi" ] + port = "management_port" + address_mode = "host" + name = "management-video-jitsi" check { type = "tcp" port = "management_port" |