r/frigate: Update to v0.15

Frigate has evolved a lot over the past year or so since v0.13.
Notably, some of the configuration options have been renamed, and
_events_ have become _alerts_ and _detections_.  There's also now
support for authenication, though we don't need it because we're using
Authelia.
This commit is contained in:
2025-04-20 16:23:04 -05:00
parent 1b94530b1f
commit 113ffa2b96
5 changed files with 47 additions and 26 deletions

View File

@@ -1,4 +1,4 @@
frigate_image_tag: 0.12.1
frigate_image_tag: 0.15.1
frigate_image: ghcr.io/blakeblackshear/frigate:{{ frigate_image_tag }}
frigate_mqtt:
host: localhost
@@ -10,6 +10,8 @@ frigate_enable_gpu: false
frigate_enable_tpu: false
frigate_shm_size: 256
frigate_config:
database:
path: /media/frigate/frigate.db
mqtt: '{{ frigate_mqtt }}'
detectors: '{{ frigate_detectors }}'
cameras: '{{ frigate_cameras }}'