this post was submitted on 25 Jul 2023
61 points (98.4% liked)

Selfhosted

37748 readers
664 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

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
[–] [email protected] 5 points 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.