Fix API paths and add missing settings

- Fix PHP syntax error in auto-screenshot.php (cron comment)
- Change fetch paths from absolute /api/ to relative api/
- Add missing settings to settings.json (weekly_timelapse_enabled, auto_screenshot, sharing)
This commit is contained in:
Claude
2026-01-30 20:55:52 +00:00
parent 6a24b564a4
commit 69e09c2708
3 changed files with 15 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
* Auto-Screenshot API
*
* Kann als Cron-Job aufgerufen werden:
* */10 * * * * curl -s http://localhost/api/auto-screenshot.php?key=YOUR_SECRET_KEY
* Beispiel: 0,10,20,30,40,50 * * * * curl -s http://localhost/api/auto-screenshot.php?key=YOUR_SECRET_KEY
*
* Oder via Webhook/Timer
*/