mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-06 12:01:14 +03:00
Currently translated at 100.0% (473 of 473 strings) Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 100.0% (109 of 109 strings) Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 100.0% (62 of 62 strings) Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 100.0% (54 of 54 strings) Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 100.0% (23 of 23 strings) Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 100.0% (807 of 807 strings) Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 100.0% (473 of 473 strings) Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 100.0% (129 of 129 strings) Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 100.0% (188 of 188 strings) Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 100.0% (1287 of 1287 strings) Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 100.0% (100 of 100 strings) Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 100.0% (145 of 145 strings) Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 100.0% (74 of 74 strings) Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 100.0% (108 of 108 strings) Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 100.0% (239 of 239 strings) Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 100.0% (239 of 239 strings) Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Jamie HUANG <114514020@live.asia.edu.tw> Co-authored-by: 莊凱鈞 <kcchuang88@gmail.com> Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/zh_Hant/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-dialog/zh_Hant/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-filter/zh_Hant/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-cameras/zh_Hant/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-global/zh_Hant/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-validation/zh_Hant/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-chat/zh_Hant/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-classificationmodel/zh_Hant/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-explore/zh_Hant/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-live/zh_Hant/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-motionsearch/zh_Hant/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/zh_Hant/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-system/zh_Hant/ Translation: Frigate NVR/Config - Cameras Translation: Frigate NVR/Config - Global Translation: Frigate NVR/Config - Validation Translation: Frigate NVR/common Translation: Frigate NVR/components-dialog Translation: Frigate NVR/components-filter Translation: Frigate NVR/views-chat Translation: Frigate NVR/views-classificationmodel Translation: Frigate NVR/views-explore Translation: Frigate NVR/views-live Translation: Frigate NVR/views-motionSearch Translation: Frigate NVR/views-settings Translation: Frigate NVR/views-system |
||
|---|---|---|
| .. | ||
| .vscode | ||
| e2e | ||
| images | ||
| patches | ||
| public | ||
| src | ||
| themes | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| .prettierrc | ||
| components.json | ||
| i18next.config.ts | ||
| index.html | ||
| login.html | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| site.webmanifest | ||
| tailwind.config.cjs | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
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