23 lines
296 B
Plaintext
23 lines
296 B
Plaintext
|
# {{ ansible_managed }}
|
||
|
|
||
|
{% if radicale_auth_type | length > 0 %}
|
||
|
[auth]
|
||
|
type={{ radicale_auth_type }}
|
||
|
{% endif %}
|
||
|
|
||
|
[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 }}
|