mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
Revert "helm chart - allow to add additional trusted domain"
This commit is contained in:
parent
59d5f839b0
commit
533b8785b1
7 changed files with 2 additions and 28 deletions
|
|
@ -528,9 +528,6 @@ php /var/www/html/occ config:system:set trusted_proxies 1 --value="::1"
|
|||
if [ -n "$ADDITIONAL_TRUSTED_PROXY" ]; then
|
||||
php /var/www/html/occ config:system:set trusted_proxies 2 --value="$ADDITIONAL_TRUSTED_PROXY"
|
||||
fi
|
||||
if [ -n "$ADDITIONAL_TRUSTED_DOMAIN" ]; then
|
||||
php /var/www/html/occ config:system:set trusted_domains 2 --value="$ADDITIONAL_TRUSTED_DOMAIN"
|
||||
fi
|
||||
php /var/www/html/occ config:app:set notify_push base_endpoint --value="https://$NC_DOMAIN/push"
|
||||
|
||||
# Collabora
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue