framadate, jitsi, seafile : appel de 10_install dans 05_freshinstall, comme matrix
This commit is contained in:
parent
3b18be4d6c
commit
483edfdc59
|
@ -17,3 +17,5 @@ fi
|
|||
|
||||
podman volume create ${dbvolume} && \
|
||||
podman unshare chown -R 999:999 `get_podman_volume_path ${dbvolume}`
|
||||
|
||||
${ABSDIR}/10_install.sh
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -23,3 +23,5 @@ fi
|
|||
|
||||
podman volume create ${dbvolume}
|
||||
podman volume create ${datavolume}
|
||||
|
||||
${ABSDIR}/10_install.sh
|
||||
|
|
Loading…
Reference in a new issue