Initial Code Commit

This commit is contained in:
wagesj45 2025-05-01 17:04:01 -05:00
commit 3b709107bb
5 changed files with 386 additions and 0 deletions

9
caldav-cron Normal file
View file

@ -0,0 +1,9 @@
# ── environment is inherited from Docker, so your .env values will be visible ──
# run sync every 5 minutes
*/5 * * * * root /usr/local/bin/python /app/sync.py
# run dispatch every minute
* * * * * root /usr/local/bin/python /app/dispatch.py
# (blank line required at end)