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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user