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

@@ -4,6 +4,7 @@
forward_auth {{ frigate_caddy_forward_auth.url }} {
uri {{ frigate_caddy_forward_auth.path }}
header_up Host {upstream_hostport}
copy_headers Remote-User
@unauthorized status 401
handle_response @unauthorized {
@@ -13,7 +14,7 @@
}
{% endif %}
reverse_proxy localhost:5000
reverse_proxy localhost:8971
{% if frigate_caddy_acme|d %}
tls {{ frigate_caddy_acme.email }} {