Move radicale data to zpool and use robust auth
This commit is contained in:
@@ -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
|
||||
'';
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user