22 lines
289 B
Django/Jinja
22 lines
289 B
Django/Jinja
# {{ ansible_managed }}
|
|
|
|
[auth]
|
|
type = htpasswd
|
|
htpasswd_filename = {{ radicale_root_path }}/users.htpasswd
|
|
|
|
[encoding]
|
|
request=utf-8
|
|
stock=utf-8
|
|
|
|
[logging]
|
|
level=debug
|
|
|
|
[rights]
|
|
type=owner_only
|
|
|
|
[server]
|
|
hosts=0.0.0.0:5232, [::]:5232
|
|
|
|
[storage]
|
|
filesystem_folder={{ radicale_root_path }}
|