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?

you are viewing a single comment's thread
view the rest of the comments
[–] 1 point 3 years ago (2 children)

You could look into apps like authelia, keycloak, authentic, etc.

  • source
  • hideshow 4 child comments
  • [–] 1 point 3 years 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 :)

  • source
  • parent