Move radicale data to zpool and use robust auth

This commit is contained in:
2020-12-22 19:10:02 +01:00
parent e8953bd3e7
commit 33523cc4c6
2 changed files with 47 additions and 44 deletions

View File

@@ -76,15 +76,15 @@
config = ''
[server]
hosts = 127.0.0.1:5232
max_connections = 20
max_content_length = 100000000
timeout = 30
[auth]
type = htpasswd
htpasswd_filename = /var/lib/radicale/users
htpasswd_encryption = plain
htpasswd_filename = /vault/radicale/users
htpasswd_encryption = md5
delay = 1
[storage]
filesystem_folder = /vault/radicale/collections
'';
};