mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-21 03:09:02 +03:00
Add basic config editor when Frigate can't startup (#18383)
* Start Frigate in safe mode when config does not validate * Add safe mode page that is just the config editor * Adjust Frigate config editor when in safe mode * Cleanup * Improve log message
This commit is contained in:
committed by
Blake Blackshear
parent
723553edb7
commit
cf1d50be30
@@ -1,6 +1,8 @@
|
||||
{
|
||||
"documentTitle": "Config Editor - Frigate",
|
||||
"configEditor": "Config Editor",
|
||||
"safeConfigEditor": "Config Editor (Safe Mode)",
|
||||
"safeModeDescription": "Frigate is in safe mode due to a config validation error.",
|
||||
"copyConfig": "Copy Config",
|
||||
"saveAndRestart": "Save & Restart",
|
||||
"saveOnly": "Save Only",
|
||||
|
||||
Reference in New Issue
Block a user