Jitsi : 9078

This commit is contained in:
Gitouche 2023-11-17 13:02:21 +01:00
parent e71d5aa6d9
commit b6476e95f0
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ mkdir -p ${confvolume}/{web/letsencrypt,web/crontabs,transcripts,prosody/config,
# Patch config.js
echo "
config.enableInsecureRoomNameWarning = true;
config.enableInsecureRoomNameWarning = false;
config.disableThirdPartyRequests = true;
" > ${confvolume}/web/custom-config.js

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
## vars
version='stable-8960-1'
version='stable-9078'
## default vars : override with ENV var
listen_if="${GARBAYE_JITSI_ENV_LISTENIF:-127.0.0.1}"
listen_port="${GARBAYE_JITSI_ENV_LISTENPORT:-8085}"