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
46 lines
628 B
YAML
46 lines
628 B
YAML
mqtt:
|
|
enabled: false
|
|
|
|
cameras:
|
|
cam_167:
|
|
ffmpeg:
|
|
inputs:
|
|
- path: rtsp://192.168.15.167:554/s0
|
|
roles:
|
|
- detect
|
|
- record
|
|
motion:
|
|
threshold: 41
|
|
contour_area: 30
|
|
improve_contrast: true
|
|
cam_168:
|
|
ffmpeg:
|
|
inputs:
|
|
- path: rtsp://192.168.15.168:554/s0
|
|
roles:
|
|
- detect
|
|
- record
|
|
|
|
record:
|
|
enabled: true
|
|
continuous:
|
|
days: 7
|
|
motion:
|
|
days: 7
|
|
|
|
detect:
|
|
enabled: true
|
|
width: 1280
|
|
height: 720
|
|
fps: 5
|
|
|
|
objects:
|
|
track:
|
|
- person
|
|
- car
|
|
|
|
ui:
|
|
timezone: Europe/Copenhagen
|
|
|
|
version: 0.17-0
|