radicale/radicale.conf
2022-11-29 21:46:40 +01:00

31 lines
360 B
Plaintext

[server]
hosts = 0.0.0.0:5232
ssl = False
dns_lookup = False
realm = Password Required
[encoding]
request = utf-8
stock = utf-8
[auth]
type = htpasswd
htpasswd_filename = /data/users
htpasswd_encryption = md5
[rights]
type = owner_only
[storage]
type = multifilesystem
filesystem_folder = /data/collections
[logging]
#level=debug
debug=true
[headers]