Authentication to protect TeslaMate from outside #1908
tobiasehlert
started this conversation in
Ideas
Replies: 2 comments 3 replies
|
Take a look at vouch-proxy, it's what I use. Combined with nginx it controls auth to all of my exposed services without having to configure each on le separately. |
1 reply
|
Have a look into cloudflare access, it's free up to 50 users, can integrate with a bunch of different identity providers and doesn't need to you actually expose your services directly to the internet. You can also assign users to different/multiple apps via the portal. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am thinking if TeslaMate should have some possibilities to have oauth2 login to access the page, if you have it exposed to the internet. As now, Grafana can be configured to use oauth2 with various providers and it would be nice to have that too for TeslaMate web too.
Or shall I aim for some oauth2-proxy instead maybe.. maybe someone has experience with that?
All reactions