Loading patches/038-appdata-folder-based-on-config.patch +0 −18 Original line number Diff line number Diff line --- config/config.sample.php 2026-03-05 17:28:44.439768653 +0600 +++ config/config-sample-new.php 2026-03-05 17:28:28.248334226 +0600 @@ -2089,6 +2089,15 @@ 'updatedirectory' => '', /** +* Override where Nextcloud stores the ``appdata_INSTANCEID`` directory. Useful +* when using remote object storage where local system disks provide faster data +* access. Defaults to `datadirectory` if unset. +* +* The Web server user must have write access to this directory. +*/ +'appdatadirectory' => '', + +/** * Block a specific file or files and disallow the upload of files with this name. * This blocks any access to those files (read and write). * ``.htaccess`` is blocked by default. --- lib/private/Files/SetupManager.php 2026-03-05 16:26:59.175816848 +0600 +++ lib/private/Files/SetupManager-new.php 2026-03-05 16:26:46.271803100 +0600 @@ -429,10 +429,26 @@ Loading Loading
patches/038-appdata-folder-based-on-config.patch +0 −18 Original line number Diff line number Diff line --- config/config.sample.php 2026-03-05 17:28:44.439768653 +0600 +++ config/config-sample-new.php 2026-03-05 17:28:28.248334226 +0600 @@ -2089,6 +2089,15 @@ 'updatedirectory' => '', /** +* Override where Nextcloud stores the ``appdata_INSTANCEID`` directory. Useful +* when using remote object storage where local system disks provide faster data +* access. Defaults to `datadirectory` if unset. +* +* The Web server user must have write access to this directory. +*/ +'appdatadirectory' => '', + +/** * Block a specific file or files and disallow the upload of files with this name. * This blocks any access to those files (read and write). * ``.htaccess`` is blocked by default. --- lib/private/Files/SetupManager.php 2026-03-05 16:26:59.175816848 +0600 +++ lib/private/Files/SetupManager-new.php 2026-03-05 16:26:46.271803100 +0600 @@ -429,10 +429,26 @@ Loading