From 84f76d61dc7e5caeedbab70b83a1aef114c01025 Mon Sep 17 00:00:00 2001 From: Pablo Zmdl <57864086+pabzm@users.noreply.github.com> Date: Tue, 23 Jun 2026 12:15:44 +0200 Subject: [PATCH] nextcloud-entrypoint: Introduce a new marker for cert bundle setup (#8364) * Introduce a new marker for cert bundle setup Signed-off-by: Pablo Zmdl * Update Containers/nextcloud/entrypoint.sh Co-authored-by: Simon L. Signed-off-by: Pablo Zmdl <57864086+pabzm@users.noreply.github.com> * Update Containers/nextcloud/entrypoint.sh Co-authored-by: Simon L. Signed-off-by: Pablo Zmdl <57864086+pabzm@users.noreply.github.com> --------- Signed-off-by: Pablo Zmdl Signed-off-by: Pablo Zmdl <57864086+pabzm@users.noreply.github.com> Co-authored-by: Simon L. --- Containers/nextcloud/entrypoint.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Containers/nextcloud/entrypoint.sh b/Containers/nextcloud/entrypoint.sh index 76fca9d4..c3fddad5 100644 --- a/Containers/nextcloud/entrypoint.sh +++ b/Containers/nextcloud/entrypoint.sh @@ -32,7 +32,7 @@ NEXTCLOUD_LOG_LEVEL="$(case "$AIO_LOG_LEVEL" in esac)" export NEXTCLOUD_LOG_LEVEL -# Create cert bundle +# Create cert bundle start # Do not remove or change this line! if env | grep -q NEXTCLOUD_TRUSTED_CERTIFICATES_; then # Enable debug mode @@ -92,6 +92,8 @@ if env | grep -q NEXTCLOUD_TRUSTED_CERTIFICATES_; then fi fi +# Create cert bundle end # Do not remove or change this line! + # Adjust DATABASE_TYPE to by Nextcloud supported value if [ "$DATABASE_TYPE" = postgres ]; then export DATABASE_TYPE=pgsql