I have a suite of services exposed using a reverse proxy (npm) protected with passwords, but I’m always a bit nervous that username/passwords aren’t enough – is there a way to set up 2FA either on Nginx Proxy Manager side or on, e.g., the 'arr suite of apps?
Not sure if it fits your requirements exactly but I just put a service behind TwinGate and it works well for my usage case. I can allow my wife secure access to services she needs to access from anywhere securely - she just opens the app to connect and she can access what she needs.
dotslashme@infosec.pub 1 year ago
You could look into apps like authelia, keycloak, authentic, etc.
Gutless2615@ttrpg.network 1 year ago
Ah that sounds like exactly what I’m looking for, actually. Thanks. Any tutorial you have that you can recommend?
wedge_film@lemmy.dbzer0.com 1 year ago
I usually recommend this one. There’s a section for NPM you’ll find useful.
FancyGUI@lemmy.fancywhale.ca 1 year ago
Yep! Authentik is my choice there, and it works flawlessly for my use-cases. The only thing that keeps me on my toes is still the celery dependency on redis that makes it not HA. They’re working on it and making me happy :)
Lem453@lemmy.ca 1 year ago
This is the way, look up techno Tim’s “ssl everywhere” video to get traefik with wildcard ssl for Internet facing and local services then set up authentik and you will have a solid setup that will last for years with a solid foundation.
vDzn34WWr2@programming.dev 1 year ago
HA?
kratoz29@lemmy.world 1 year ago
I have a Synology NAS (my humble server) would that work with it too??? For example the DSM page (which I don’t have exposed).
Pfosten@feddit.de 1 year ago
Synology’s DSM has built-in MFA support, though it also has some features for external identity management. I don’t think Keycloak and so on would be compatible though.
mhzawadi@lemmy.horwood.cloud 1 year ago
I use keycloak for all by services that dont have any 2FA, I use an oauth proxy to front the service