From e21e01764aa953c4bbacc9fb3995ff882adc4be0 Mon Sep 17 00:00:00 2001 From: Github Actions <> Date: Sun, 25 May 2025 06:47:07 +0000 Subject: [PATCH] Generate documentation --- master.html | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/master.html b/master.html index 3d8f2f15..215a0fac 100644 --- a/master.html +++ b/master.html @@ -491,6 +491,11 @@ as root.) The storage folder must be writable by radicale. (Run mkdir -p /var/lib/radicale/collections && chown -R radicale:radicale /var/lib/radicale/collections as root.)

+

If a dedicated cache folder is configured (see option 'storage' -> +'filesystem_cache_folder'), it also must be also writable by +radicale. (Run +mkdir -p /var/cache/radicale && chown -R radicale:radicale /var/cache/radicale +as root.)

Security: The storage should not be readable by others. (Run chmod -R o= /var/lib/radicale/collections as @@ -518,10 +523,12 @@ root.)

ProtectKernelModules=true ProtectControlGroups=true NoNewPrivileges=true -ReadWritePaths=/var/lib/radicale/ /var/cache/radicale/ - -[Install] -WantedBy=multi-user.target +ReadWritePaths=/var/lib/radicale/ +# Replace with following in case of dedicated cache folder should be used +#ReadWritePaths=/var/lib/radicale/ /var/cache/radicale/ + +[Install] +WantedBy=multi-user.target

Radicale will load the configuration file from /etc/radicale/config.

To enable and manage the service run: