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