forked from Github/frigate
Includes additional handlers for adding/removing masks, as well as click to copy configs fixes #523
Frigate Web UI
Development
- Build the docker images in the root of the repository
make amd64_all(or appropriate for your system) - Create a config file in
config/ - Run the container:
docker run --rm --name frigate --privileged -v $PWD/config:/config:ro -v /etc/localtime:/etc/localtime:ro -p 5000:5000 frigate - Run the dev ui:
cd web && npm run start