22 lines
530 B
Plaintext
22 lines
530 B
Plaintext
[server]
|
|
hosts = 0.0.0.0:5232
|
|
|
|
[storage]
|
|
# Our plugin. The vault config itself comes from MDCALDAV_CONFIG, because
|
|
# Radicale rejects unknown keys in its own schema.
|
|
type = mdcaldav.storage
|
|
|
|
[auth]
|
|
type = htpasswd
|
|
htpasswd_filename = /config/users
|
|
htpasswd_encryption = autodetect
|
|
|
|
[logging]
|
|
level = info
|
|
|
|
# Uncomment when serving behind a reverse proxy at a sub-path, so this instance
|
|
# can share a hostname with an existing Radicale:
|
|
# location /notes/ { proxy_pass http://127.0.0.1:5233/; }
|
|
# [server]
|
|
# script_name = /notes
|