1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-05-26 06:19:00 +02:00

Set Nextcloud appstoreenabled setting to false

Updated php-fpm settings broke Nextcloud. See:

https://discourse.mailinabox.email/t/problems-with-z-push-and-nextcloud-likely-after-package-updates-today/16460/21
This commit is contained in:
Joshua Tauberer
2026-05-23 21:48:53 -04:00
parent 86d78e946a
commit e64f88bb64

View File

@@ -324,6 +324,7 @@ php"$PHP_VER" <<EOF > "$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');