Move radicale password file to /var/lib/radicale

This commit is contained in:
2020-09-06 14:04:17 +02:00
parent a316bcc356
commit 841f7fcf14

View File

@@ -68,7 +68,7 @@
[auth]
type = htpasswd
htpasswd_filename = /run/keys/radicale
htpasswd_filename = /var/lib/radicale/users
htpasswd_encryption = plain
delay = 1
'';