this post was submitted on 15 Sep 2025
7 points (100.0% liked)

Selfhosted

51510 readers
261 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 2 years ago
MODERATORS
 

I wanted to share a service I'm hosting, but didn't feel comfortable just leaving publicly accessible, even behind a reverse proxy. In the meantime I did not want to give access to my whole lan with a VPN, or redirect all internet traffic from a client thru my network. So the idea is to run a WireGuard instance on my OpenWRT router in a completely isolated zone (input, output and forward set to reject on firewall) and then forward a single port from the service host's. Client is android, so using WG Tunnel and split tunnel just for the relevant app should not impair client's network access. Initial tests seems to be ok, is there anything I may have overlooked? Please feel free to comment.

you are viewing a single comment's thread
view the rest of the comments
[–] bmcgonag@lemmy.world -1 points 1 day ago (3 children)

I think this is exactly what Pangolin was designed for and does.

[–] syaochan@feddit.it 1 points 1 day ago (1 children)

Isn't Pangolin just a reverse proxy?

[–] ChogChog@lemmy.world 1 points 23 hours ago (1 children)

The connection between your Pangolin service (hosted outside your network) and your LAN is through a VPN. Essentially you’re creating a proxy that you can point your domain address at which isn’t your house's IP address. Plus then everything inside your network is still secure behind your VPN.

So you connect to Pangolin, and Pangolin routes the traffic to your network.

[–] syaochan@feddit.it 1 points 1 hour ago

If I understood correctly I should either get a VPS to host Pangolin or use their cloud. This would increase the costs right?

load more comments (1 replies)