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?

  • BetterNotBigger@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    If you’re comfortable with using Cloudflare, you can use their zero trust tunneling and setup an application layer that adds auth to those services. I have mine protected by my GitHub login.

    • Gutless2615@ttrpg.networkOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      Oh interesting. I’m using zero trust tunneling already to get through my ISP network chicanery. How would that work? Do yo uhave any tutorials you can recommend?