mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-06-27 14:51:52 +03:00
Currently translated at 4.0% (1 of 25 strings) Translated using Weblate (Arabic) Currently translated at 13.8% (14 of 101 strings) Translated using Weblate (Arabic) Currently translated at 0.1% (1 of 792 strings) Translated using Weblate (Arabic) Currently translated at 9.0% (2 of 22 strings) Translated using Weblate (Arabic) Currently translated at 2.5% (1 of 40 strings) Translated using Weblate (Arabic) Currently translated at 0.0% (0 of 59 strings) Translated using Weblate (Arabic) Currently translated at 0.4% (2 of 471 strings) Added translation using Weblate (Arabic) Added translation using Weblate (Arabic) Added translation using Weblate (Arabic) Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Languages add-on <noreply-addon-languages@weblate.org> Co-authored-by: محمد الخوالده <belalalkohawaldeh@gmail.com> Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-dialog/ar/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-cameras/ar/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-global/ar/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-groups/ar/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-validation/ar/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-chat/ar/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-motionsearch/ar/ Translation: Frigate NVR/Config - Cameras Translation: Frigate NVR/Config - Global Translation: Frigate NVR/Config - Groups Translation: Frigate NVR/Config - Validation Translation: Frigate NVR/components-dialog Translation: Frigate NVR/views-chat Translation: Frigate NVR/views-motionSearch |
||
|---|---|---|
| .. | ||
| .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