diff --git a/v3.html b/v3.html index b2f5644a..a64520e9 100644 --- a/v3.html +++ b/v3.html @@ -706,7 +706,6 @@ look similar to this:
# Place the files somewhere nginx is allowed to access (e.g. /etc/nginx/...). proxy_ssl_certificate /path/to/client_cert.pem; proxy_ssl_certificate_key /path/to/client_key.pem; - proxy_ssl_trusted_certificate /path/to/server_cert.pem; } @@ -1004,9 +1003,9 @@ calendars, if they exist. collection_root_folder/GROUPSDefault: False
@@ -1038,6 +1037,14 @@ access to the socket.Сonvert username to lowercase, must be true for case-insensitive auth providers like ldap, kerberos
Default: False
Note: cannot be enabled together with uc_username
Сonvert username to uppercase, must be true for case-insensitive auth +providers like ldap, kerberos
+Default: False
Note: cannot be enabled together with lc_username
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 last modifiction time (nanoseconds) and size (bytes) for 'item' +cache instead of SHA256 (improves speed)
+Default: False
Note: check used filesystem mtime precision before enabling
+Note: conversion is done on access, bulk conversion can be done
+offline using storage verification option
+radicale --verify-storage
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)
Delete sync-token that are older than the specified time. @@ -1193,16 +1257,21 @@ books and calendars.
Log request on level=debug
Default: False
Log response on level=debug
Default: False
Log rights rule which doesn't match on level=debug
Default: False
Log storage cache actions on level=debug
+Default: False