frigate: add remaining old cameras
This commit is contained in:
		| @@ -6,3 +6,5 @@ With ArgoCD. Render it locally: | ||||
| ```sh | ||||
| kustomize build . --enable-helm | ||||
| ``` | ||||
|  | ||||
| Cameras are enumerated (with credentials) in secretspace. | ||||
|   | ||||
| @@ -51,6 +51,7 @@ config: | | ||||
|         default: 30 | ||||
|         mode: motion | ||||
|  | ||||
|   # go2rtc (IPs, creds) each camera defined in secretspace/kube:frigate/go2rtc-config.yml | ||||
|   cameras: | ||||
|      server_room: | ||||
|        ffmpeg: | ||||
| @@ -84,6 +85,22 @@ config: | | ||||
|                - detect | ||||
|                - rtmp | ||||
|                - record | ||||
|      ground_door: | ||||
|        ffmpeg: | ||||
|          inputs: | ||||
|            - path: rtsp://go2rtc:8554/ground_door | ||||
|              roles: | ||||
|                - detect | ||||
|                - rtmp | ||||
|                - record | ||||
|      back_door: | ||||
|        ffmpeg: | ||||
|          inputs: | ||||
|            - path: rtsp://go2rtc:8554/back_door | ||||
|              roles: | ||||
|                - detect | ||||
|                - rtmp | ||||
|                - record | ||||
|  | ||||
| ingress: | ||||
|   enabled: true | ||||
|   | ||||
		Reference in New Issue
	
	Block a user