From 11f83cff478c94063e18ed57a9e69916f0f1d57c Mon Sep 17 00:00:00 2001 From: driz <40674481+drizuid@users.noreply.github.com> Date: Thu, 16 Jan 2025 09:37:39 -0500 Subject: [PATCH 1/2] update ports IAW upstream documentation, add note for older versions --- frigate.subdomain.conf.sample | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frigate.subdomain.conf.sample b/frigate.subdomain.conf.sample index beaf31e..b3d2efe 100644 --- a/frigate.subdomain.conf.sample +++ b/frigate.subdomain.conf.sample @@ -1,6 +1,7 @@ ## Version 2024/07/16 # make sure that your frigate container is named frigate # make sure that your dns has a cname set for frigate +# if you are on a version older than 0.14.0 set upstream_port to 5000 and upstream_proto to http server { listen 443 ssl; @@ -38,8 +39,8 @@ server { include /config/nginx/proxy.conf; include /config/nginx/resolver.conf; set $upstream_app frigate; - set $upstream_port 5000; - set $upstream_proto http; + set $upstream_port 8971; + set $upstream_proto https; proxy_pass $upstream_proto://$upstream_app:$upstream_port; } From ce46d79aefc7594ff971c42fab9a6574fb3c2020 Mon Sep 17 00:00:00 2001 From: driz <40674481+drizuid@users.noreply.github.com> Date: Thu, 16 Jan 2025 10:00:09 -0500 Subject: [PATCH 2/2] change date --- frigate.subdomain.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate.subdomain.conf.sample b/frigate.subdomain.conf.sample index b3d2efe..a3d64b4 100644 --- a/frigate.subdomain.conf.sample +++ b/frigate.subdomain.conf.sample @@ -1,4 +1,4 @@ -## Version 2024/07/16 +## Version 2025/01/16 # make sure that your frigate container is named frigate # make sure that your dns has a cname set for frigate # if you are on a version older than 0.14.0 set upstream_port to 5000 and upstream_proto to http