init
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
[server]
|
||||
hosts = 0.0.0.0:5232
|
||||
daemon = False
|
||||
pid = /tmp/radicale.pid
|
||||
|
||||
[auth]
|
||||
type = htpasswd
|
||||
htpasswd_filename = /etc/radicale/users
|
||||
htpasswd_encryption = bcrypt
|
||||
|
||||
[storage]
|
||||
type = filesystem
|
||||
filesystem_folder = /var/lib/radicale/collections
|
||||
|
||||
[web]
|
||||
type = internal
|
||||
|
||||
[logging]
|
||||
level = info
|
||||
Reference in New Issue
Block a user