diff --git a/setup/nextcloud.sh b/setup/nextcloud.sh index 5986c4a9..1c1f5b03 100755 --- a/setup/nextcloud.sh +++ b/setup/nextcloud.sh @@ -324,6 +324,7 @@ php"$PHP_VER" < "$CONFIG_TEMP" && mv "$CONFIG_TEMP" "$STORAGE_ROOT/ownclou include("$STORAGE_ROOT/owncloud/config.php"); \$CONFIG['config_is_read_only'] = false; +\$CONFIG['appstoreenabled'] = false; # https://discourse.mailinabox.email/t/problems-with-z-push-and-nextcloud-likely-after-package-updates-today/16460/21 \$CONFIG['trusted_domains'] = array('$PRIMARY_HOSTNAME');