mirror of
https://github.com/cupcakearmy/docker-radicale.git
synced 2024-12-21 23:46:24 +00:00
11 lines
168 B
Plaintext
11 lines
168 B
Plaintext
|
[server]
|
||
|
hosts = 0.0.0.0:5232
|
||
|
ssl = False
|
||
|
|
||
|
[auth]
|
||
|
type = htpasswd
|
||
|
htpasswd_filename = /data/users
|
||
|
htpasswd_encryption = bcrypt
|
||
|
|
||
|
[storage]
|
||
|
filesystem_folder = /data/data
|