debian-setup/templates/radicale/conf.j2

14 lines
247 B
Django/Jinja

# {{ ansible_managed }}
[server]
ssl = False
hosts = 0.0.0.0:{{ radicale_app_port }}
[storage]
filesystem_folder = /app/collections
[auth]
type = htpasswd
htpasswd_filename = /app/radicale_users
htpasswd_encryption = sha512
cache_logins = True