role_radicale/templates/radicale.conf.j2
2025-04-28 14:14:19 +02:00

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 }}