Update Containers/nextcloud/entrypoint.sh

Co-authored-by: Zoey <zoey@z0ey.de>
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L.
2026-08-26 11:24:15 +02:00
committed by GitHub
co-authored by Zoey
parent 0f666d2d4b
commit 3e3ce552f0
+1 -1
View File
@@ -948,7 +948,7 @@ if [ "$TALK_ENABLED" = 'yes' ]; then
php /var/www/html/occ app:update spreed
fi
# We auto-renew the certs via caddy so the outdated cert warning should not be displayed
php /var/www/html/occ config:app:set certificate_expiration_days --type int --value="0"
php /var/www/html/occ config:app:set spreed certificate_expiration_days --type=integer --value="2"
# Add turn server
# shellcheck disable=SC2153
if ! php /var/www/html/occ talk:turn:list --output="plain" | grep server | grep -q " $TURN_DOMAIN:$TALK_PORT"; then