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
+12 -1
View File
@@ -25,7 +25,18 @@
"zoom_timelapse": {
"show_zoom_controls": true,
"max_zoom_level": 4.0,
"timelapse_reverse_enabled": true
"timelapse_reverse_enabled": true,
"weekly_timelapse_enabled": true
},
"auto_screenshot": {
"enabled": false,
"interval_minutes": 10,
"max_images": 144,
"save_to_gallery": true
},
"sharing": {
"email_enabled": false,
"share_link_expiry_hours": 24
},
"content": {
"guestbook_enabled": true,