mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-07 18:30:54 +00:00
extend hook doc in config
This commit is contained in:
parent
5b64ef9fe7
commit
6fa15dae4a
1 changed files with 5 additions and 1 deletions
6
config
6
config
|
@ -145,7 +145,11 @@
|
||||||
#skip_broken_item = True
|
#skip_broken_item = True
|
||||||
|
|
||||||
# Command that is run after changes to storage
|
# Command that is run after changes to storage
|
||||||
# Example: ([ -d .git ] || git init) && git add -A && (git diff --cached --quiet || git commit -m "Changes by \"%(user)s\"")
|
# Supported placeholders:
|
||||||
|
# %(user): logged-in user
|
||||||
|
# Command will be executed with base directory defined in filesystem_folder
|
||||||
|
# For "git" check DOCUMENTATION.md for bootstrap instructions
|
||||||
|
# Example: git add -A && (git diff --cached --quiet || git commit -m "Changes by \"%(user)s\"")
|
||||||
#hook =
|
#hook =
|
||||||
|
|
||||||
# Create predefined user collections
|
# Create predefined user collections
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue