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:
@@ -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 }} {
|
||||
|
||||
Reference in New Issue
Block a user