Added radicale container
This commit is contained in:
20
radicale/config/config
Normal file
20
radicale/config/config
Normal file
@ -0,0 +1,20 @@
|
||||
[auth]
|
||||
type = htpasswd
|
||||
htpasswd_filename = /config/users
|
||||
htpasswd_encryption = bcrypt
|
||||
delay = 3
|
||||
|
||||
[rights]
|
||||
type = owner_only
|
||||
|
||||
[server]
|
||||
hosts = 0.0.0.0:5232
|
||||
|
||||
[web]
|
||||
# type = none: disable web management
|
||||
# type = internal: enable web management
|
||||
type = internal
|
||||
|
||||
[storage]
|
||||
type = multifilesystem
|
||||
filesystem_folder = /data/collections
|
Reference in New Issue
Block a user