framadate, jitsi, seafile : appel de 10_install dans 05_freshinstall, comme matrix

This commit is contained in:
Gitouche 2022-01-28 22:28:12 +01:00
parent 3b18be4d6c
commit 483edfdc59
3 changed files with 6 additions and 0 deletions

View File

@ -17,3 +17,5 @@ fi
podman volume create ${dbvolume} && \
podman unshare chown -R 999:999 `get_podman_volume_path ${dbvolume}`
${ABSDIR}/10_install.sh

View File

@ -27,3 +27,5 @@ interfaceConfig.APP_NAME = 'Jitsi Garbaye';
interfaceConfig.DEFAULT_REMOTE_DISPLAY_NAME = 'Participant';
interfaceConfig.JITSI_WATERMARK_LINK = '${GARBAYE_JITSI_URL}';
" > ~/${confvolume}/web/custom-interface_config.js
${ABSDIR}/10_install.sh

View File

@ -23,3 +23,5 @@ fi
podman volume create ${dbvolume}
podman volume create ${datavolume}
${ABSDIR}/10_install.sh