Add radicale config
This commit is contained in:
parent
a4c195d1f4
commit
6a1e768208
32
etc/radicale/config
Normal file
32
etc/radicale/config
Normal 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 = *
|
Loading…
Reference in New Issue
Block a user