Allow attach custom storage backend
This commit is contained in:
6
config
6
config
@ -104,6 +104,7 @@ committer = Firstname Lastname <Radicale@Radicale.org>
|
||||
|
||||
[rights]
|
||||
# Rights backend
|
||||
# Value: regex
|
||||
backend = "regex"
|
||||
|
||||
# Rights management method
|
||||
@ -116,9 +117,12 @@ file = ~/.config/radicale/rights
|
||||
|
||||
[storage]
|
||||
# Storage backend
|
||||
# Value: filesystem | multifilesystem | database
|
||||
# Value: filesystem | multifilesystem | database | custom
|
||||
type = filesystem
|
||||
|
||||
# Custom storage handler
|
||||
custom_handler =
|
||||
|
||||
# Folder for storing local collections, created if not present
|
||||
filesystem_folder = ~/.config/radicale/collections
|
||||
|
||||
|
Reference in New Issue
Block a user