blakeblackshear.frigate/web
2021-02-20 08:20:17 -06:00
..
public refactor(web): styles and styleguide 2021-02-20 08:20:17 -06:00
src fix(web): make app bar and sidebar fully responsive 2021-02-20 08:20:17 -06:00
.dockerignore feat(web): hash build files to avoid cache issues 2021-01-26 21:40:33 -06:00
package-lock.json feat(web): persist darkmode preference 2021-02-20 08:20:17 -06:00
package.json feat(web): persist darkmode preference 2021-02-20 08:20:17 -06:00
postcss.config.js
README.md
snowpack.config.js refactor(web): use snowpack-plugin-hash 2021-02-20 08:20:17 -06:00
tailwind.config.js feat(web): persist darkmode preference 2021-02-20 08:20:17 -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