this post was submitted on 03 Apr 2024
22 points (89.3% liked)

Selfhosted

61941 readers
588 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

I host a few docker containers and use nginx proxy manager to access them externally since I like to have access away from home. Most of them have some sort of login system but there are a few examples where there isn't so I currently don't publicly expose them. I would ideally like to be able to use totp for this as well.

you are viewing a single comment's thread
view the rest of the comments
[–] UltraBlack@lemmy.world 17 points 2 years ago* (last edited 2 years ago) (2 children)

most reverse proxies have SSO tooling that you can set up pretty easily

But honestly, have you considered just using wireguard for these cases? It's much more secure if you just want a bunch of stuff hidden from the rest of the world

[–] emax_gomax@lemmy.world 6 points 2 years ago (1 children)

If you want a richer login authelia + caddy is good.

[–] CatTrickery@lemmy.world 3 points 2 years ago

Ooh that Authelia looks pretty much ideal. I'll give it a try and see how well it works.

[–] Teng@lemmy.ml 1 points 2 years ago (1 children)

How to use WireGuard for that? (Noob here)

[–] UltraBlack@lemmy.world 1 points 2 years ago

WireGuard

try wg-easy. it's on the docker hub and it makes setting up a wireguard tunnel incredibly easy (as in, press the add button). The initial docker configuration process was a bit annoying to me since I had no prior experience, but most of the issues were down to the dns settings, which I eventually figured out.