Skip to content

Commit 0b6131d

Browse files
joshtrichardsCarlSchwan
authored andcommitted
docs(config): expand quota_include_external_storage docs
Signed-off-by: Josh <josh.t.richards@gmail.com> Signed-off-by: Carl Schwan <carlschwan@kde.org>
1 parent c29c702 commit 0b6131d

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
@@ -2434,9 +2434,28 @@
24342434
'localstorage.unlink_on_truncate' => false,
24352435

24362436
/**
2437-
* EXPERIMENTAL: Include external storage in quota calculations.
2437+
* Include external storage mounts in quota calculations.
24382438
*
2439-
* Defaults to ``false``
2439+
* When enabled, user storage quotas will also include files stored on
2440+
* external storage mounts (such as SMB, SFTP, S3, etc.) that are
2441+
* configured for the user (either as personal or global/system mounts).
2442+
*
2443+
* Only files visible to the user at these mount points are counted towards
2444+
* their quota. Files only visible to other users (on their own mounts) are
2445+
* not counted.
2446+
*
2447+
* By default, system/global external storage mounts are shared: every user
2448+
* given access sees the same files and folders from the external storage. To
2449+
* have per-user isolation, configure the mount with user-specific path or
2450+
* credentials, or utilize a personal mount.
2451+
*
2452+
* Enabling this option may impact performance if external storages are slow
2453+
* or unreliable.
2454+
*
2455+
* Warning: This setting is considered EXPERIMENTAL and may not work with all
2456+
* external storage backends.
2457+
*
2458+
* Defaults to ``false``.
24402459
*/
24412460
'quota_include_external_storage' => false,
24422461

0 commit comments

Comments
 (0)