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?

  • eximo@lemmy.ml
    link
    fedilink
    English
    arrow-up
    5
    ·
    11 months ago

    Some systems support MFA eg vaultwarden. For that I use the built in MFA with Yubikeys.

    For things that are not MFA supported but I need them to be open I put them behind Authelia and Nginx Proxy Manager.

    Authelia config makes sense now. It was confusing at first however the custom config required on NPM still confuses me.

    Anything else stays off the internet and I can access via vpn back into my LAN.