Skip to content
Discussion options

You must be logged in to vote

Yes, this is expected behavior. Static assets like CSS files, JavaScript bundles, and locale/translation JSON files are served without authentication. These are frontend resources needed to render the login page itself—without them, users wouldn't even be able to see or interact with the login form.

The authentication in Frigate protects API endpoints and sensitive data, not the static files required to display the UI.(1)

When you access port 8971 (the authenticated port), Frigate validates authentication for API requests and protected resources.(1) However, the static assets under /assets/ and /locales/ are intentionally accessible so the login page can load properly.

Your configuration …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by NickM-27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment