this post was submitted on 17 Jul 2025
19 points (95.2% liked)

Selfhosted

50575 readers
219 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
 

Hello all! I've been getting into self-hosting stuff and ran into an issue with port forwarding my services to the internet. I don't have access to my router's config (provided by ISP), so I researched tunnels and there is ngrok, Cloudflare Tunnel and other more well-known reverse proxy services, but I also stumbled upon loophole.cloud. I can't find more information about it except a few Reddit comments here and there. Has anyone here actually used it and can say a few words about it?

you are viewing a single comment's thread
view the rest of the comments
[–] blamster19@programming.dev 3 points 1 month ago (2 children)

Thank you, you brought up a good point about them selling data. What alternatives do you suggest to expose my service to the internet for personal use away from home?

[–] irotsoma@lemmy.blahaj.zone 4 points 1 month ago

If you want something similar, you could set up a cheap VPS with your own reverse proxy making sure that all of your connections are secure between the servers and VPS. But it really depends on your situation. If you have an ISP that assigns you a block of static IPv6 addresses, it's fairly easy to then get a domain and direct based on subdomains to those addresses. I'm not lucky enough to have a halfway decent ISP available in my area, so I can't get that or even a reasonably priced single IPv4 address for residential service, so I have to make due with dynamic DNS which makes things more complex. I fortunately don't have an ISP that forces double NAT on me at least. So I have set up a VPS with a reverse proxy and Wireguard VPN tunnel and I use cloudflare as my domain registrar and their DDNS which I update using my OPNSense router which is also the endpoint of the VPN. I've been considering moving to hosting headscale on the VPS instead, but haven't gotten around to it. It really depends on how many servers, his many services, if you have a domain, if you have a VPS or itger server outside of your home network, if your ISP gives static IPs, and you are behind a double nat kind of situation. Also depends a lot on your bandwidth. Having low upload speeds is a common problem especially if you have cable internet service. I'm lucky enough to have symmetrical fiber direct to my modem even if the ISP is way behind and doesn't offer IPv6 other than 6rd which was meant to be a transitional system like two decades ago and is barely functional.

[–] seang96@spgrn.com 1 points 1 month ago

I'd recommend finding a cheap VPS using https://lowendbox.com/. I got a 3GB RAM 3 core plan for $32/year this is slightly overkill, prpbably, but it also had higher bandwidth limits. Add wireguard and setup routing for the vps public IP.