10 lines
181 B
Django/Jinja
10 lines
181 B
Django/Jinja
[server]
|
|
hosts = 0.0.0.0:{{ radicale_port }}
|
|
|
|
[auth]
|
|
type = htpasswd
|
|
htpasswd_filename = /config/users
|
|
htpasswd_encryption = bcrypt
|
|
|
|
[storage]
|
|
filesystem_folder = /data/collections
|