View user restriction,Nginx #16376
Unanswered
MichalDoom
asked this question in
Ask A Question
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I've installed Frigate in Docker, and I'd like to set up user accounts with restricted, view-only access. Since Frigate doesn't natively support user roles, I understand I need to implement this using an Nginx proxy in front of Frigate. I've tried various configurations (including using AI assistance) to restrict access, for example, allowing only GET requests and blocking access to /api, /settings, and /config. However, none of the solutions I've tried have worked.
Has anyone successfully implemented this type of restricted access using Nginx with Frigate? If so, could you share your working configuration or any tips? I'm looking for a solution that effectively limits users to viewing only the live feed and prevents them from accessing administrative functions or sensitive data.
Thank You
Beta Was this translation helpful? Give feedback.
All reactions