Add radicale config

This commit is contained in:
nxshock 2022-11-12 22:38:27 +05:00
parent a4c195d1f4
commit 6a1e768208

32
etc/radicale/config Normal file
View File

@ -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 = *