frigate/web/src/components/config-form/section-configs
Josh Hawkins c2e667c0dd
Some checks are pending
CI / AMD64 Build (push) Waiting to run
CI / ARM Build (push) Waiting to run
CI / Jetson Jetpack 6 (push) Waiting to run
CI / AMD64 Extra Build (push) Blocked by required conditions
CI / ARM Extra Build (push) Blocked by required conditions
CI / Synaptics Build (push) Blocked by required conditions
CI / Assemble and push default build (push) Blocked by required conditions
Add dynamic configuration for more fields (#22295)
* face recognition dynamic config

* lpr dynamic config

* safe changes for birdseye dynamic config

* bird classification dynamic config

* always assign new config to stats emitter to make telemetry fields dynamic

* add wildcard support for camera config updates in config_set

* update restart required fields for global sections

* add test

* fix rebase issue

* collapsible settings sidebar

use the preexisting control available with shadcn's sidebar (cmd/ctrl-B) to give users more space to set masks/zones on smaller screens

* dynamic ffmpeg

* ensure previews dir exists

when ffmpeg processes restart, there's a brief window where the preview frame generation pipeline is torn down and restarted. before these changes, ffmpeg only restarted on crash/stall recovery or full Frigate restart. Now that ffmpeg restarts happen on-demand via config changes, there's a higher chance a frontend request hits the preview_mp4 or preview_gif endpoints during that brief restart window when the directory might not exist yet. The existing os.listdir() call would throw FileNotFoundError without a directory existence check. this fix just checks if the directory exists and returns 404 if not, exactly how preview_thumbnail already handles the same scenario a few lines below

* global ffmpeg section

* clean up

* tweak

* fix test
2026-03-06 13:45:39 -07:00
..
audio_transcription.ts Full UI configuration (#22151) 2026-02-27 08:55:36 -07:00
audio.ts Add dynamic configuration for more fields (#22295) 2026-03-06 13:45:39 -07:00
auth.ts Full UI configuration (#22151) 2026-02-27 08:55:36 -07:00
birdseye.ts Add dynamic configuration for more fields (#22295) 2026-03-06 13:45:39 -07:00
classification.ts Add dynamic configuration for more fields (#22295) 2026-03-06 13:45:39 -07:00
database.ts Full UI configuration (#22151) 2026-02-27 08:55:36 -07:00
detect.ts Add dynamic configuration for more fields (#22295) 2026-03-06 13:45:39 -07:00
detectors.ts Full UI configuration (#22151) 2026-02-27 08:55:36 -07:00
environment_vars.ts Full UI configuration (#22151) 2026-02-27 08:55:36 -07:00
face_recognition.ts Add dynamic configuration for more fields (#22295) 2026-03-06 13:45:39 -07:00
ffmpeg.ts Add dynamic configuration for more fields (#22295) 2026-03-06 13:45:39 -07:00
genai.ts Full UI configuration (#22151) 2026-02-27 08:55:36 -07:00
live.ts Full UI configuration (#22151) 2026-02-27 08:55:36 -07:00
logger.ts Full UI configuration (#22151) 2026-02-27 08:55:36 -07:00
lpr.ts Add dynamic configuration for more fields (#22295) 2026-03-06 13:45:39 -07:00
model.ts Full UI configuration (#22151) 2026-02-27 08:55:36 -07:00
motion.ts Add dynamic configuration for more fields (#22295) 2026-03-06 13:45:39 -07:00
mqtt.ts Full UI configuration (#22151) 2026-02-27 08:55:36 -07:00
networking.ts Full UI configuration (#22151) 2026-02-27 08:55:36 -07:00
notifications.ts Full UI configuration (#22151) 2026-02-27 08:55:36 -07:00
objects.ts Add dynamic configuration for more fields (#22295) 2026-03-06 13:45:39 -07:00
onvif.ts Full UI configuration (#22151) 2026-02-27 08:55:36 -07:00
proxy.ts Full UI configuration (#22151) 2026-02-27 08:55:36 -07:00
record.ts Add dynamic configuration for more fields (#22295) 2026-03-06 13:45:39 -07:00
review.ts Add dynamic configuration for more fields (#22295) 2026-03-06 13:45:39 -07:00
semantic_search.ts Full UI configuration (#22151) 2026-02-27 08:55:36 -07:00
snapshots.ts Add dynamic configuration for more fields (#22295) 2026-03-06 13:45:39 -07:00
telemetry.ts Add dynamic configuration for more fields (#22295) 2026-03-06 13:45:39 -07:00
timestamp_style.ts Full UI configuration (#22151) 2026-02-27 08:55:36 -07:00
tls.ts Full UI configuration (#22151) 2026-02-27 08:55:36 -07:00
types.ts Debug replay (#22212) 2026-03-04 10:07:34 -06:00
ui.ts Full UI configuration (#22151) 2026-02-27 08:55:36 -07:00