No description
Find a file
lorentz 35748219ab Fix scheduled sync: add cron endpoint, systemd timer, bypass auth middleware
- Add /api/cron/sync route secured by x-cron-secret header
- Bypass NextAuth middleware for /api/cron/* routes
- Add CRON_SECRET to .env
- Fix FK violation: pass undefined instead of 'system' for triggered_by
- Systemd timer (ondeck-sync.timer) runs daily at 2 AM via curl
2026-03-18 10:54:27 +00:00
.claude Initial commit: OnDeck project 2026-02-18 13:20:52 +00:00
dev Initial commit: OnDeck project 2026-02-18 13:20:52 +00:00
ondeck Fix scheduled sync: add cron endpoint, systemd timer, bypass auth middleware 2026-03-18 10:54:27 +00:00
tasks Initial commit: OnDeck project 2026-02-18 13:20:52 +00:00
.gitignore Add root .gitignore 2026-02-18 13:22:08 +00:00