framadate, jitsi : arret du pod apres l'installation
This commit is contained in:
parent
483edfdc59
commit
0a24fbf724
|
@ -30,3 +30,4 @@ export GARBAYE_FRAMADATE_FRAMADATE_VERSION="${framadate_release}"
|
||||||
podman-compose up -d
|
podman-compose up -d
|
||||||
shred -u .env
|
shred -u .env
|
||||||
podman rmi $(podman images -a -q -- docker.io/library/composer)
|
podman rmi $(podman images -a -q -- docker.io/library/composer)
|
||||||
|
podman pod stop ${pod_name}
|
||||||
|
|
|
@ -43,7 +43,7 @@ sed_in_place "^#ENABLE_IPV6=1" "ENABLE_IPV6=0" .env
|
||||||
|
|
||||||
echo "ENABLE_P2P=false" >> .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
|
# cleanup
|
||||||
shred -u .env .env.bak env.example gen-passwords.sh docker-compose.yml
|
shred -u .env .env.bak env.example gen-passwords.sh docker-compose.yml
|
||||||
|
|
|
@ -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
|
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
|
shred -u .env
|
||||||
|
|
||||||
./40_stop.sh
|
|
||||||
|
|
||||||
echo All good : pod ${pod_name} built and stopped
|
|
||||||
|
|
Loading…
Reference in a new issue