mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-10-04 11:15:55 +02:00
Currently translated at 100.0% (340 of 340 strings) Translated using Weblate (Czech) Currently translated at 74.7% (254 of 340 strings) Translated using Weblate (Czech) Currently translated at 58.8% (200 of 340 strings) Translated using Weblate (Czech) Currently translated at 49.4% (168 of 340 strings) Translated using Weblate (Czech) Currently translated at 100.0% (62 of 62 strings) Translated using Weblate (Czech) Currently translated at 100.0% (24 of 24 strings) Translated using Weblate (Czech) Currently translated at 100.0% (427 of 427 strings) Translated using Weblate (Czech) Currently translated at 100.0% (113 of 113 strings) Translated using Weblate (Czech) Currently translated at 32.3% (110 of 340 strings) Translated using Weblate (Czech) Currently translated at 100.0% (48 of 48 strings) Translated using Weblate (Czech) Currently translated at 100.0% (80 of 80 strings) Translated using Weblate (Czech) Currently translated at 100.0% (113 of 113 strings) Translated using Weblate (Czech) Currently translated at 100.0% (66 of 66 strings) Translated using Weblate (Czech) Currently translated at 100.0% (50 of 50 strings) Translated using Weblate (Czech) Currently translated at 100.0% (43 of 43 strings) Translated using Weblate (Czech) Currently translated at 100.0% (179 of 179 strings) Translated using Weblate (Czech) Currently translated at 100.0% (179 of 179 strings) Translated using Weblate (Czech) Currently translated at 34.5% (39 of 113 strings) Translated using Weblate (Czech) Currently translated at 1.1% (4 of 340 strings) Translated using Weblate (Czech) Currently translated at 5.0% (4 of 80 strings) Translated using Weblate (Czech) Currently translated at 100.0% (61 of 61 strings) Translated using Weblate (Czech) Currently translated at 4.4% (5 of 113 strings) Translated using Weblate (Czech) Currently translated at 6.0% (4 of 66 strings) Translated using Weblate (Czech) Currently translated at 8.0% (4 of 50 strings) Translated using Weblate (Czech) Currently translated at 100.0% (179 of 179 strings) Translated using Weblate (Czech) Currently translated at 100.0% (427 of 427 strings) Translated using Weblate (Czech) Currently translated at 100.0% (427 of 427 strings) Translated using Weblate (Czech) Currently translated at 96.0% (410 of 427 strings) Translated using Weblate (Czech) Currently translated at 100.0% (118 of 118 strings) Translated using Weblate (Czech) Currently translated at 95.7% (409 of 427 strings) Translated using Weblate (Czech) Currently translated at 31.8% (36 of 113 strings) Translated using Weblate (Czech) Currently translated at 0.2% (1 of 340 strings) Translated using Weblate (Czech) Currently translated at 29.1% (14 of 48 strings) Translated using Weblate (Czech) Currently translated at 1.2% (1 of 80 strings) Translated using Weblate (Czech) Currently translated at 59.0% (36 of 61 strings) Translated using Weblate (Czech) Currently translated at 1.7% (2 of 113 strings) Translated using Weblate (Czech) Currently translated at 100.0% (24 of 24 strings) Translated using Weblate (Czech) Currently translated at 3.0% (2 of 66 strings) Translated using Weblate (Czech) Currently translated at 4.0% (2 of 50 strings) Translated using Weblate (Czech) Currently translated at 58.1% (25 of 43 strings) Translated using Weblate (Czech) Currently translated at 35.1% (63 of 179 strings) Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Jakub <kincl.kuba@seznam.cz> Co-authored-by: Martin Brož <code@martin-broz.cz> Co-authored-by: Michal Basler <minecz.michal.basler@gmail.com> Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/audio/cs/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/cs/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-camera/cs/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-dialog/cs/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-filter/cs/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/objects/cs/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-events/cs/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-explore/cs/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-facelibrary/cs/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-live/cs/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-search/cs/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/cs/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-system/cs/ Translation: Frigate NVR/audio Translation: Frigate NVR/common Translation: Frigate NVR/components-camera Translation: Frigate NVR/components-dialog Translation: Frigate NVR/components-filter Translation: Frigate NVR/objects Translation: Frigate NVR/views-events Translation: Frigate NVR/views-explore Translation: Frigate NVR/views-facelibrary Translation: Frigate NVR/views-live Translation: Frigate NVR/views-search Translation: Frigate NVR/views-settings Translation: Frigate NVR/views-system |
||
---|---|---|
.. | ||
.vscode | ||
images | ||
public | ||
src | ||
themes | ||
.eslintrc.cjs | ||
.gitignore | ||
.prettierrc | ||
components.json | ||
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