mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-14 10:53:30 +02:00
506b7e9372
- remove ==2.1.12 in Dockerfile pip3 install radicale - remove -f flag in Dockerfile CMD - remove deprecated daemon and dns_lookup settings from radicale.conf - move realm setting from [server] to [auth] in radicale.conf - add newsfragment
23 lines
276 B
Plaintext
23 lines
276 B
Plaintext
[server]
|
|
hosts = 0.0.0.0:5232, [::]:5232
|
|
ssl = False
|
|
|
|
[encoding]
|
|
request = utf-8
|
|
stock = utf-8
|
|
|
|
[auth]
|
|
realm = Radicale - Password Required
|
|
type = http_x_remote_user
|
|
|
|
[rights]
|
|
type = owner_only
|
|
|
|
[storage]
|
|
type = multifilesystem
|
|
filesystem_folder = /data
|
|
|
|
[logging]
|
|
|
|
[headers]
|