Add initial configuration files and Docker setup for Radicale
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
[server]
|
||||
# Listen on all interfaces
|
||||
hosts = 0.0.0.0:5232
|
||||
|
||||
[auth]
|
||||
# Authentication type
|
||||
type = none
|
||||
|
||||
[storage]
|
||||
# Storage backend (default: filesystem)
|
||||
type = multifilesystem
|
||||
filesystem_folder = /data
|
||||
|
||||
[logging]
|
||||
# Logging level: debug, info, warning, error, critical
|
||||
level = info
|
||||
Reference in New Issue
Block a user