remove direct go2rtc API proxy in favor of frigate API endpoints

This commit is contained in:
Josh Hawkins 2026-04-02 11:43:16 -05:00
parent 5059311c9d
commit 2b08d4a85c

View File

@ -227,16 +227,6 @@ http {
include proxy.conf;
}
# frontend uses this to fetch the version
location /api/go2rtc/api {
include auth_request.conf;
limit_except GET {
deny all;
}
proxy_pass http://go2rtc/api;
include proxy.conf;
}
# integration uses this to add webrtc candidate
location /api/go2rtc/webrtc {
include auth_request.conf;