From 8d38c58f6c27d1baaf69b14b12e9e9b5a2f2efbd Mon Sep 17 00:00:00 2001 From: Gitouche <26656-gitouche@users.noreply.framagit.org> Date: Sun, 12 Dec 2021 12:21:46 +0100 Subject: [PATCH] Jitsi : maj stable-6433 https://github.com/jitsi/docker-jitsi-meet/compare/stable-6173...stable-6433 --- podman-jitsi/05_freshinstall.sh | 2 +- podman-jitsi/vars.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/podman-jitsi/05_freshinstall.sh b/podman-jitsi/05_freshinstall.sh index f175005..46a4ac9 100755 --- a/podman-jitsi/05_freshinstall.sh +++ b/podman-jitsi/05_freshinstall.sh @@ -12,7 +12,7 @@ if [[ -d ~/${confvolume} ]]; then exit 1 fi -mkdir -p ~/${confvolume}/{web/letsencrypt,transcripts,prosody/config,prosody/prosody-plugins-custom,jicofo,jvb,jigasi,jibri} +mkdir -p ~/${confvolume}/{web/letsencrypt,web/crontabs,transcripts,prosody/config,prosody/prosody-plugins-custom,jicofo,jvb,jigasi,jibri} # Patch config.js echo " diff --git a/podman-jitsi/vars.sh b/podman-jitsi/vars.sh index 9e45a5b..bbc0099 100644 --- a/podman-jitsi/vars.sh +++ b/podman-jitsi/vars.sh @@ -3,7 +3,7 @@ pod_name='podman-jitsi' service_name="pod-${pod_name}.service" upstream_images="docker.io/jitsi/jvb docker.io/jitsi/jicofo docker.io/jitsi/prosody docker.io/jitsi/web" -version='stable-6173' +version='stable-6433' confvolume='.jitsi-meet-cfg' GARBAYE_JITSI_URL="${GARBAYE_JITSI_ENV_URL:-https://jitsi.garbaye.fr}" get_default_iface_ipv4 GARBAYE_JITSI_PRIV_IP