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?

  • FancyGUI@lemmy.fancywhale.ca
    link
    fedilink
    English
    arrow-up
    4
    ·
    11 months 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
      link
      fedilink
      English
      arrow-up
      2
      ·
      11 months 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.