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?

  • @dotslashme
    link
    English
    2411 months ago

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

    • @Gutless2615@ttrpg.networkOP
      link
      fedilink
      English
      911 months ago

      authelia

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

    • FancyGUI
      cake
      link
      fedilink
      English
      511 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 :)

        • @Zikeji@programming.dev
          cake
          link
          fedilink
          English
          311 months ago

          Highly available. For example, being able to run multiple instances of it and if one server goes down the other picks up slack.

      • @Lem453@lemmy.ca
        link
        fedilink
        English
        211 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.

    • kratoz29
      link
      fedilink
      English
      211 months 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
        link
        fedilink
        English
        211 months 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.

        • kratoz29
          link
          fedilink
          English
          111 months ago

          Yeah you are right, they already support 2FA.