Raised timeout on nextcloud.sh start and added 29.0.0 to latest-versions

This commit is contained in:
root 2024-05-15 16:25:36 +00:00
parent c9dac2e7dc
commit 8d1fd23f1a
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ collabora=24.04.1.3.1
element=v1.11.33 element=v1.11.33
postgresql=14 postgresql=14
jitsi=stable-8615 jitsi=stable-8615
nextcloud=28.0.5 nextcloud=29.0.0
listmonk=v2.4.0 listmonk=v2.4.0
panel=v1.11 panel=v1.11
vaultwarden=1.28.1 vaultwarden=1.28.1

View File

@ -277,7 +277,7 @@ chmod +x /federated/apps/nextcloud/data/config.sh
start_nextcloud() { start_nextcloud() {
# Start service with command to make sure it's up before proceeding # Start service with command to make sure it's up before proceeding
start_service "nextcloud" "nc -z 172.99.0.18 80 &> /dev/null" "40" start_service "nextcloud" "nc -z 172.99.0.18 80 &> /dev/null" "60"
# Move config.sh and sidemenu config, set config.sh executable # Move config.sh and sidemenu config, set config.sh executable
mv /federated/apps/nextcloud/data/config.sh /federated/apps/nextcloud/data/configs.json /federated/apps/nextcloud/data/var/www/html/ mv /federated/apps/nextcloud/data/config.sh /federated/apps/nextcloud/data/configs.json /federated/apps/nextcloud/data/var/www/html/