Loading patches/038-appdata-folder-based-on-config.patch +10 −13 Original line number Diff line number Diff line diff --git config/config.sample.php config/config.sample-new.php --- config/config.sample.php 2025-02-13 19:30:40 +++ config/config.sample-new.php 2025-02-13 19:31:40 @@ -2291,6 +2291,15 @@ */ --- config/config.sample.php 2026-03-05 16:23:55.502882136 +0600 +++ config/config.sample-new.php 2026-03-05 16:24:24.130247452 +0600 @@ -2292,6 +2292,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. Loading @@ -14,12 +12,12 @@ diff --git config/config.sample.php config/config.sample-new.php + */ + 'appdatadirectory' => '', + /** + /** * Block specific files or filenames, disallowing uploads or access (read and write). * ``.htaccess`` is blocked by default. diff --git lib/private/Files/SetupManager.php lib/private/Files/SetupManager-new.php --- lib/private/Files/SetupManager.php 2025-02-13 19:32:40 +++ lib/private/Files/SetupManager-new.php 2025-02-13 19:33:40 * --- 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 @@ foreach ($rootMounts as $rootMountProvider) { $this->mountManager->addMount($rootMountProvider); Loading Loading @@ -48,9 +46,8 @@ diff --git lib/private/Files/SetupManager.php lib/private/Files/SetupManager-new /** * Get the user to setup for a path or `null` if the root needs to be setup * diff --git lib/private/SystemConfig.php lib/private/SystemConfig-new.php --- lib/private/SystemConfig.php 2025-02-13 19:34:40 +++ lib/private/SystemConfig-new.php 2025-02-13 19:35:40 --- lib/private/SystemConfig.php 2026-03-05 16:30:25.597831789 +0600 +++ lib/private/SystemConfig-new.php 2026-03-05 16:30:12.022966268 +0600 @@ -20,6 +20,7 @@ protected const DEFAULT_SENSITIVE_VALUES = [ 'instanceid' => true, Loading Loading
patches/038-appdata-folder-based-on-config.patch +10 −13 Original line number Diff line number Diff line diff --git config/config.sample.php config/config.sample-new.php --- config/config.sample.php 2025-02-13 19:30:40 +++ config/config.sample-new.php 2025-02-13 19:31:40 @@ -2291,6 +2291,15 @@ */ --- config/config.sample.php 2026-03-05 16:23:55.502882136 +0600 +++ config/config.sample-new.php 2026-03-05 16:24:24.130247452 +0600 @@ -2292,6 +2292,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. Loading @@ -14,12 +12,12 @@ diff --git config/config.sample.php config/config.sample-new.php + */ + 'appdatadirectory' => '', + /** + /** * Block specific files or filenames, disallowing uploads or access (read and write). * ``.htaccess`` is blocked by default. diff --git lib/private/Files/SetupManager.php lib/private/Files/SetupManager-new.php --- lib/private/Files/SetupManager.php 2025-02-13 19:32:40 +++ lib/private/Files/SetupManager-new.php 2025-02-13 19:33:40 * --- 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 @@ foreach ($rootMounts as $rootMountProvider) { $this->mountManager->addMount($rootMountProvider); Loading Loading @@ -48,9 +46,8 @@ diff --git lib/private/Files/SetupManager.php lib/private/Files/SetupManager-new /** * Get the user to setup for a path or `null` if the root needs to be setup * diff --git lib/private/SystemConfig.php lib/private/SystemConfig-new.php --- lib/private/SystemConfig.php 2025-02-13 19:34:40 +++ lib/private/SystemConfig-new.php 2025-02-13 19:35:40 --- lib/private/SystemConfig.php 2026-03-05 16:30:25.597831789 +0600 +++ lib/private/SystemConfig-new.php 2026-03-05 16:30:12.022966268 +0600 @@ -20,6 +20,7 @@ protected const DEFAULT_SENSITIVE_VALUES = [ 'instanceid' => true, Loading