mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 06:23:42 +00:00
* ensure viewer roles are available in create user dialog * admin-only endpoint to return unmaksed camera paths and go2rtc streams * remove camera edit dropdown pushing camera editing from the UI to 0.18 * clean up camera edit form * rename component for clarity CameraSettingsView is now CameraReviewSettingsView * Catch case where user requsts clip for time that has no recordings * ensure emergency cleanup also sets has_clip on overlapping events improves https://github.com/blakeblackshear/frigate/discussions/20945 * use debug log instead of info * update docs to recommend tmpfs * improve display of in-progress events in explore tracking details * improve seeking logic in tracking details mimic the logic of DynamicVideoController * only use ffprobe for duration to avoid blocking fixes https://github.com/blakeblackshear/frigate/discussions/20737#discussioncomment-14999869 * Revert "only use ffprobe for duration to avoid blocking" This reverts commit 8b15078005aebcfc6062fd0f773d749e3f4a4ee8. * update readme to link to object detector docs --------- Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
This is the Frigate frontend which connects to and provides a User Interface to the Python backend.
Web Development
Installing Web Dependencies Via NPM
Within /web, run:
npm install
Running development frontend
Within /web, run:
PROXY_HOST=<ip_address:port> npm run dev
The Proxy Host can point to your existing Frigate instance. Otherwise defaults to localhost:5000 if running Frigate on the same machine.
Extensions
Install these IDE extensions for an improved development experience:
- eslint