make cron configurable

This commit is contained in:
2024-11-18 10:45:10 +01:00
parent 314f315d58
commit 0926440161
3 changed files with 18 additions and 2 deletions

7
defaults/main.yaml Normal file
View File

@@ -0,0 +1,7 @@
---
seafile_cron:
minute: "20"
hour: "23"
day: "*"
month: "*"
weekday: "*"