mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-09-18 17:27:24 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user