framadate, jitsi : arret du pod apres l'installation

This commit is contained in:
Gitouche 2022-01-28 22:34:31 +01:00
parent 483edfdc59
commit 0a24fbf724
3 changed files with 5 additions and 5 deletions

View File

@ -30,3 +30,4 @@ export GARBAYE_FRAMADATE_FRAMADATE_VERSION="${framadate_release}"
podman-compose up -d
shred -u .env
podman rmi $(podman images -a -q -- docker.io/library/composer)
podman pod stop ${pod_name}

View File

@ -43,7 +43,7 @@ sed_in_place "^#ENABLE_IPV6=1" "ENABLE_IPV6=0" .env
echo "ENABLE_P2P=false" >> .env
podman-compose up -d && echo Pod build and started
podman-compose up -d && podman pod stop ${pod_name} && echo Pod built and stopped.
# cleanup
shred -u .env .env.bak env.example gen-passwords.sh docker-compose.yml

View File

@ -39,8 +39,7 @@ done ; echo "OK"
sed -i -e "s|^FILE_SERVER_ROOT = \"http://${GARBAYE_SEAFILE_SERVER_HOSTNAME}/seafhttp\"|FILE_SERVER_ROOT = \"https://${GARBAYE_SEAFILE_SERVER_HOSTNAME}/seafhttp\"\nEMAIL_USE_TLS = False\nEMAIL_HOST = '${GARBAYE_SEAFILE_SMTP_SERVER}'\nEMAIL_HOST_USER = ''\nEMAIL_HOST_PASSWORD = ''\nEMAIL_PORT = 25\nDEFAULT_FROM_EMAIL = 'noreply@seafile.garbaye.fr'\nSERVER_EMAIL = 'noreply@seafile.garbaye.fr'|g" `get_podman_volume_path ${datavolume}`/seafile/conf/seahub_settings.py
podman pod stop ${pod_name} && echo Pod built and stopped.
# cleanup
shred -u .env
./40_stop.sh
echo All good : pod ${pod_name} built and stopped