diff --git a/Containers/nextcloud/config/apps.config.php b/Containers/nextcloud/config/apps.config.php index 6ccf8932..c890e787 100644 --- a/Containers/nextcloud/config/apps.config.php +++ b/Containers/nextcloud/config/apps.config.php @@ -13,6 +13,6 @@ $CONFIG = array ( ), ), ); -if (getenv('APPS_ALLOWLIST') !== false) { +if (getenv('APPS_ALLOWLIST')) { $CONFIG['appsallowlist'] = explode(" ", getenv('APPS_ALLOWLIST')); } diff --git a/Containers/nextcloud/config/proxy.config.php b/Containers/nextcloud/config/proxy.config.php index c7848474..c283f86e 100644 --- a/Containers/nextcloud/config/proxy.config.php +++ b/Containers/nextcloud/config/proxy.config.php @@ -1,13 +1,13 @@