mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Allow attach custom storage backend
This commit is contained in:
parent
a91a7790c5
commit
3b0328ca1e
6 changed files with 66 additions and 6 deletions
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue