Initial Frigate NVR deployment
All checks were successful
Build and Deploy Frigate / build-push-deploy (push) Successful in 8m19s

- Dockerfile: wrapper FROM ghcr.io/blakeblackshear/frigate:stable
- frigate.nomad: Nomad job, constrained to int node, dynamic port->5000, host volumes
- config/config.yml: cam_167 + cam_168 RTSP, motion detection, 7-day recording
- .gitea/workflows/deploy.yml: build -> push registry.i80.dk -> nomad deploy
This commit is contained in:
Henrik Jess Nielsen
2026-05-11 21:37:15 +02:00
commit 71fa4f64ac
5 changed files with 167 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
.env
*.log