You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
410 B
Plaintext
17 lines
410 B
Plaintext
5 years ago
|
[server]
|
||
|
hosts = 0.0.0.0:8080
|
||
|
|
||
|
[auth]
|
||
|
type = htpasswd
|
||
|
htpasswd_filename = {{ ansible_env.HOME }}/radicale/users
|
||
|
htpasswd_encryption = bcrypt
|
||
|
realm = bstl DAV - Password Required
|
||
|
|
||
|
[rights]
|
||
|
type = from_file
|
||
|
file = {{ ansible_env.HOME }}/radicale/rights
|
||
|
|
||
|
[storage]
|
||
|
filesystem_folder = {{ ansible_env.HOME }}/radicale/storage
|
||
|
hook = git add -A && (git diff --cached --quiet || git commit -m "Changes by "%(user)s)
|