Skip to content

Commit d7a6e03

Browse files
authored
Merge pull request #58726 from nextcloud/jtr/docs-config-quota-include-external-expand
2 parents 8b299fb + 7f629eb commit d7a6e03

1 file changed

Lines changed: 21 additions & 2 deletions

File tree

config/config.sample.php

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2445,9 +2445,28 @@
24452445
'localstorage.unlink_on_truncate' => false,
24462446

24472447
/**
2448-
* EXPERIMENTAL: Include external storage in quota calculations.
2448+
* Include external storage mounts in quota calculations.
24492449
*
2450-
* Defaults to ``false``
2450+
* When enabled, user storage quotas will also include files stored on
2451+
* external storage mounts (such as SMB, SFTP, S3, etc.) that are
2452+
* configured for the user (either as personal or global/system mounts).
2453+
*
2454+
* Only files visible to the user at these mount points are counted towards
2455+
* their quota. Files only visible to other users (on their own mounts) are
2456+
* not counted.
2457+
*
2458+
* By default, system/global external storage mounts are shared: every user
2459+
* given access sees the same files and folders from the external storage. To
2460+
* have per-user isolation, configure the mount with user-specific path or
2461+
* credentials, or utilize a personal mount.
2462+
*
2463+
* Enabling this option may impact performance if external storages are slow
2464+
* or unreliable.
2465+
*
2466+
* Warning: This setting is considered EXPERIMENTAL and may not work with all
2467+
* external storage backends.
2468+
*
2469+
* Defaults to ``false``.
24512470
*/
24522471
'quota_include_external_storage' => false,
24532472

0 commit comments

Comments
 (0)