blakeblackshear.frigate/web
2021-01-26 21:40:33 -06:00
..
public feat(web): hash build files to avoid cache issues 2021-01-26 21:40:33 -06:00
src update index.js to use baseUrl 2021-01-26 21:40:33 -06:00
.dockerignore feat(web): hash build files to avoid cache issues 2021-01-26 21:40:33 -06:00
package-lock.json fix(web): mask zone editor to handle object filter masks 2021-01-26 21:40:33 -06:00
package.json feat(web): hash build files to avoid cache issues 2021-01-26 21:40:33 -06:00
postcss.config.js feat!: web user interface 2021-01-26 21:40:33 -06:00
README.md feat!: web user interface 2021-01-26 21:40:33 -06:00
snowpack.config.js feat(web): layout & auto-update debug page 2021-01-26 21:40:33 -06:00
tailwind.config.js feat!: web user interface 2021-01-26 21:40:33 -06:00

Frigate Web UI

Development

  1. Build the docker images in the root of the repository make amd64_all (or appropriate for your system)
  2. Create a config file in config/
  3. Run the container: docker run --rm --name frigate --privileged -v $PWD/config:/config:ro -v /etc/localtime:/etc/localtime:ro -p 5000:5000 frigate
  4. Run the dev ui: cd web && npm run start