Frigate NVR Updates: Networking and Beta Fixes
Six pull requests merged this week focused on networking configuration improvements and beta release fixes. Key addition is new networking options for configuring listening ports, along with security restrictions for go2rtc sources.
Duration: PT2M12S
Episode overview
This episode is a short developer briefing from Frigate NVR Updates.
It explains recent repository work in plain language.
- Show: Frigate NVR Updates
- Published: 2026-02-01T11:03:08Z
- Audio duration: PT2M12S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Welcome to Frigate NVR Updates for the week of January 25th through February 1st, 2026. Six PRs merged, 6 additional commits this week.
Starting with infrastructure improvements, zeroepoch delivered PR 21779, adding networking options for configuring listening ports. This 189-line addition across 18 files introduces a new networking section in configuration, allowing users to change Nginx listening ports and secure unauthenticated ports by binding…
Blake Blackshear merged PR 21808, porting go2rtc source restrictions to master. This security enhancement restricts go2rtc exec sources by default, with accompanying documentation updates explaining the new restrictions.
On the beta release front, hawkeye217 had an active week with multiple miscellaneous fixes. PR 21764 was initially merged, introducing CSS-based reviewed button hover states and updating GitHub copilot instructions to match Home Assistant's format. However, this was quickly reverted in PR 21825, then reapplied with…
Internationalization received attention with Marijn0's PR 21814, fixing missing i18n keys across three web components including ONVIF probe results and model training views.
The additional commits largely…