blakeblackshear.frigate/frigate
Nicolas Mowen 7888059c9f
Add config editor to webUI (#4608)
* Add raw config endpoint

* Add config editor

* Add code editor

* Add error

* Add ability to copy config

* Only show the save button when code has been edited

* Update errors

* Remove debug config from system page

* Break out config saving steps to pinpoint where error occurred.

* Show correct config errors

* Switch to monaco editor

* Adjust UI colors and behavior

* Get yaml validation working

* Set success color
2022-12-07 07:36:56 -06:00
..
comms
detectors Add OpenVino Detector (#3768) 2022-12-03 10:19:34 -06:00
images Replace green screen with error message and force camera_fps to 0 (#4544) 2022-11-28 21:47:20 -06:00
test Do not apply -user_agent for rtmp streams (#4596) 2022-12-04 09:46:03 -06:00
__init__.py
__main__.py
app.py FEAT: Storage API & Frontend (#3409) 2022-11-29 19:59:56 -06:00
config.py Add config editor to webUI (#4608) 2022-12-07 07:36:56 -06:00
const.py
events.py
ffmpeg_presets.py Do not apply -user_agent for rtmp streams (#4596) 2022-12-04 09:46:03 -06:00
http.py Add config editor to webUI (#4608) 2022-12-07 07:36:56 -06:00
log.py
models.py
motion.py
mypy.ini
object_detection.py Add OpenVino Detector (#3768) 2022-12-03 10:19:34 -06:00
object_processing.py Replace green screen with error message and force camera_fps to 0 (#4544) 2022-11-28 21:47:20 -06:00
objects.py
output.py Replace green screen with error message and force camera_fps to 0 (#4544) 2022-11-28 21:47:20 -06:00
plus.py
record.py
restream.py
stats.py Fix gpu stats for ffmpeg presets (#4554) 2022-11-29 19:56:01 -06:00
storage.py FEAT: Storage API & Frontend (#3409) 2022-11-29 19:59:56 -06:00
types.py
util.py Fix intel gpu stats (#4581) 2022-12-03 10:28:01 -06:00
video.py Replace green screen with error message and force camera_fps to 0 (#4544) 2022-11-28 21:47:20 -06:00
watchdog.py
zeroconf.py