From a34ed5034e9f38bc9212c6be9d500de58afd80aa Mon Sep 17 00:00:00 2001 From: Github Actions <> Date: Tue, 10 Dec 2024 08:11:32 +0000 Subject: [PATCH] Generate documentation --- master.html | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/master.html b/master.html index ebb788a4..2c5b156f 100644 --- a/master.html +++ b/master.html @@ -1104,11 +1104,52 @@ only be used with a single process.
Folder for storing local collections, created if not present.
Default: /var/lib/radicale/collections
Folder for storing cache of local collections, created if not +present
+Default: (filesystem_folder)
+Note: only used in case of use_cache_subfolder_* options are +active
+Note: can be used on multi-instance setup to cache files on local +node (see below)
+Use subfolder collection-cache
for cache file structure
-of item instead of inside collection folders, created if not present
Default: False
Note: can be used on multi-instance setup to cache 'item' on local +node
+Use subfolder collection-cache
for cache file structure
+of 'history' instead of inside collection folders, created if not
+present
Default: False
Note: use only on single-instance setup, will break consistency with +client in multi-instance setup
+Use subfolder collection-cache
for cache file structure
+of 'sync-token' instead of inside collection folders, created if not
+present
Default: False
Note: use only on single-instance setup, will break consistency with +client in multi-instance setup
+Use configured umask for folder creation (not applicable for OS +Windows)
+Default: (system-default, usual 0022
)
Useful value: 0077
(user:rw group:- other:-) or
+0027
(user:rw group:r other:-) or 0007
+(user:rw group:rw other:-) or 0022
(user:rw group:r
+other:r)