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
[–] 25 points 3 years ago (4 children)

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

  • source
  • hideshow 8 child comments
  • [–] [S] 10 points 3 years ago (1 child)

    authelia

    Ah that sounds like exactly what I'm looking for, actually. Thanks. Any tutorial you have that you can recommend?

  • source
  • parent
  • hideshow 2 child comments
  • [–] 9 points 3 years ago (2 children)

    I usually recommend this one. There's a section for NPM you'll find useful.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 3 points 3 years ago

    Yeah, I think Ibracorp is great, found it useful in some detail questions Let me however recommend this link from Smart Home Beginner: I set up my server based on this one, with Authelia and Duo for 2FA

  • source
  • parent
  • [–] 5 points 3 years ago (2 children)

    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
  • hideshow 4 child comments
  • [–] 3 points 3 years 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.

  • source
  • parent
  • [–] 2 points 3 years ago (1 child)

    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).

  • source
  • parent
  • hideshow 2 child comments