frigate: add remaining old cameras
This commit is contained in:
		| @@ -49,10 +49,11 @@ config: | | ||||
|     events: | ||||
|       retain: | ||||
|         default: 30 | ||||
|         mode: motion       | ||||
|         mode: motion | ||||
|  | ||||
|   # go2rtc (IPs, creds) each camera defined in secretspace/kube:frigate/go2rtc-config.yml | ||||
|   cameras: | ||||
|      server_room:  | ||||
|      server_room: | ||||
|        ffmpeg: | ||||
|          inputs: | ||||
|            - path: rtsp://go2rtc:8554/server_room | ||||
| @@ -60,7 +61,7 @@ config: | | ||||
|                - detect | ||||
|                - rtmp | ||||
|                - record | ||||
|      chaos:  | ||||
|      chaos: | ||||
|        ffmpeg: | ||||
|          inputs: | ||||
|            - path: rtsp://go2rtc:8554/chaos | ||||
| @@ -68,7 +69,7 @@ config: | | ||||
|                - detect | ||||
|                - rtmp | ||||
|                - record | ||||
|      cyber:  | ||||
|      cyber: | ||||
|        ffmpeg: | ||||
|          inputs: | ||||
|            - path: rtsp://go2rtc:8554/cyber | ||||
| @@ -76,14 +77,30 @@ config: | | ||||
|                - detect | ||||
|                - rtmp | ||||
|                - record | ||||
|      workshop:  | ||||
|      workshop: | ||||
|        ffmpeg: | ||||
|          inputs: | ||||
|            - path: rtsp://go2rtc:8554/workshop | ||||
|              roles: | ||||
|                - detect | ||||
|                - rtmp | ||||
|                - record                               | ||||
|                - 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 | ||||
| @@ -98,7 +115,7 @@ ingress: | ||||
|           portName: http | ||||
|   tls: | ||||
|     - hosts: | ||||
|       - "*.k-space.ee"   | ||||
|       - "*.k-space.ee" | ||||
|  | ||||
| persistence: | ||||
|   config: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user