nextcloud-entrypoint: Introduce a new marker for cert bundle setup (#8364)

* Introduce a new marker for cert bundle setup

Signed-off-by: Pablo Zmdl <pablo@nextcloud.com>

* Update Containers/nextcloud/entrypoint.sh

Co-authored-by: Simon L. <szaimen@e.mail.de>
Signed-off-by: Pablo Zmdl <57864086+pabzm@users.noreply.github.com>

* Update Containers/nextcloud/entrypoint.sh

Co-authored-by: Simon L. <szaimen@e.mail.de>
Signed-off-by: Pablo Zmdl <57864086+pabzm@users.noreply.github.com>

---------

Signed-off-by: Pablo Zmdl <pablo@nextcloud.com>
Signed-off-by: Pablo Zmdl <57864086+pabzm@users.noreply.github.com>
Co-authored-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Pablo Zmdl
2026-06-23 12:15:44 +02:00
committed by GitHub
co-authored by Simon L.
parent f62a81b651
commit 84f76d61dc
+3 -1
View File
@@ -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