this post was submitted on 15 Apr 2026
55 points (85.7% liked)

Selfhosted

58622 readers
473 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.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

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

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

It’s a 10 minute read when it should probably be a 2 minute read, likely due to LLMs fluffing it up (I got that vibe from skimming it). But what do you all think, is there anything in here that would compel you to switch from your current VPN solution to this?

you are viewing a single comment's thread
view the rest of the comments
[–] justme@lemmy.dbzer0.com 3 points 4 days ago (2 children)

I'm trying to set up the same at some point. How do you solve the changing IP address problem?

[–] spaghettiwestern@sh.itjust.works 2 points 4 days ago* (last edited 4 days ago)

If you're not dealing with CGNAT, Dynamic DNS (DDNS) is relatively easy to set up, doesn't require a VPS and is designed specifically for dealing with changing IP address endpoints.

Instead of connecting using your (sometimes changing) IP address, you use a URL that dynamically updates when your IP changes. For instance, with DDNS you would access your home network using mynetwork.ddnsservice.com. The DDNS service returns your current IP and your connection can complete. Most routers have built DDNS clients that update the DDNS service when your home IP changes.

There are various DDNS services out there, but I like DuckDNS. It's free (or you can choose to donate), easy to set up and has worked flawlessly for me for years.

[–] gajahmada@awful.systems 2 points 4 days ago* (last edited 4 days ago)

The simplest would be renting a VPS I think.

I grabbed an Oracle free-tier many moons ago. The x86 one with 4 gig of memory I think? The arm have a much more core and memory but unless you go with Pay As You Go (PAYG) account ( need a one time refundable $100 credit) it's virtually impossible to grab it.

My free tier account is sufficient as pure VPN for accessing stuff, you get 10 TB/month egress traffic. The downside is it's Oracle, and you are at their mercy ( they can purge it without notice )

I never tried it because CGNAT but maybe Dynamic DNS could also solve this.

Other than that, Tailscale / CF tunnel etc are a fine solution ( for now )