mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Add hook for storage changes
This commit is contained in:
parent
ef63865e31
commit
0263251ecf
3 changed files with 17 additions and 1 deletions
4
config
4
config
|
@ -112,6 +112,10 @@
|
|||
# Folder for storing local collections, created if not present
|
||||
#filesystem_folder = ~/.config/radicale/collections
|
||||
|
||||
# Command that is run after changes to storage
|
||||
#hook =
|
||||
# Example: git add -A && (git diff --cached --quiet || git commit -m "Changes by "%(user)s)
|
||||
|
||||
|
||||
[logging]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue