From 6a1e768208fd138f9f191b88ba63cefab1050994 Mon Sep 17 00:00:00 2001 From: nxshock Date: Sat, 12 Nov 2022 22:38:27 +0500 Subject: [PATCH] Add radicale config --- etc/radicale/config | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 etc/radicale/config diff --git a/etc/radicale/config b/etc/radicale/config new file mode 100644 index 0000000..dc70d7c --- /dev/null +++ b/etc/radicale/config @@ -0,0 +1,32 @@ +[server] +hosts = 0.0.0.0:5232 + +[encoding] +#request = utf-8 +#stock = utf-8 + +[auth] +#type = none +#htpasswd_filename = /etc/radicale/users +#htpasswd_encryption = md5 +#delay = 1 +#realm = Radicale - Password Required + +[rights] +#type = owner_only +#file = /etc/radicale/rights + +[storage] +#type = multifilesystem +#filesystem_folder = /var/lib/radicale/collections +#hook = + +[web] +type = none + +[logging] +#level = warning +#mask_passwords = True + +[headers] +#Access-Control-Allow-Origin = * \ No newline at end of file