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