this post was submitted on 09 Jun 2025
694 points (98.7% liked)

Selfhosted

46671 readers
682 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
 

Corporate VPN startup Tailscale secures $230 million CAD Series C on back of “surprising” growth

Pennarun confirmed the company had been approached by potential acquirers, but told BetaKit that the company intends to grow as a private company and work towards an initial public offering (IPO).

“Tailscale intends to remain independent and we are on a likely IPO track, although any IPO is several years out,” Pennarun said. “Meanwhile, we have an extremely efficient business model, rapid revenue acceleration, and a long runway that allows us to become profitable when needed, which means we can weather all kinds of economic storms.”

Keep that in mind as you ponder whether and when to switch to self-hosting Headscale.

you are viewing a single comment's thread
view the rest of the comments
[–] Vinstaal0@feddit.nl 16 points 3 days ago (2 children)

Crap, I really need to switch of Tailscale but currently it is an easy way for me to access my stuff outside of home as a temporary solution while I am on a 5G modem.

[–] koka@lemmy.world 7 points 3 days ago (2 children)

I can recommend to take a look at netbird.io

[–] unit327@lemmy.zip 8 points 3 days ago (1 children)

I can't. I tried it first and installed it on my phone from f-droid. After opening it up, it connected to an already existing network with other people's old machines from years ago on it. I was horrified.

So then I tried to delete my whole account and couldn't due to an error. I sent them an email about it and they took like two weeks to respond.

[–] possiblylinux127@lemmy.zip 3 points 2 days ago* (last edited 2 days ago) (1 children)

Netbird isn't on F-droid

Are we talking about the same thing?

[–] unit327@lemmy.zip 1 points 2 days ago (1 children)
[–] possiblylinux127@lemmy.zip 3 points 2 days ago (1 children)

It has never been on F-droid. I've been following the service since it started. It didn't even have a mobile app not that long ago.

[–] unit327@lemmy.zip 1 points 17 hours ago

It's possible I misremembered and got the apk from their website or github. Doesn't change anything though.

I just went back though my emails, I got a reply email from their CTO promising to look into it and they would get back to me, but they never did.

[–] possiblylinux127@lemmy.zip 3 points 2 days ago (1 children)

Much more user friendly

Json is awful for config

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

Crockford is a good and smart person but he really dropped the fucking ball on JSON.

Double-quotes-only and no comments kill the whole spec for me. Extremely opinionated and dumb. I fucking hate JSON.

My boss once sent me a machine generated config. He's terminally addicted to double-quotes (like, a fatal condition). I searched and there were 27k sequences of \".

Edit: my point is - all that compute and network wasted, every single time the file is requested and parsed. Completely pointless waste

[–] natch@lemmy.today 3 points 3 days ago (1 children)

Do you pay for a domain? They likely provide dynamic DNS (DNS). If you're lucky, they have an API for it, instead of an app, and you can configure a cronjob on your home server to run every 1-5 minutes (or more often, if your IP is super unstable!).

[–] Vinstaal0@feddit.nl 3 points 3 days ago (1 children)

Yeah I can always do that, but putting stuff behind something like Tailscale is (or atleast feels) more secure than making my IP known to the public. I have a DMZ setup though so it should be fine.

[–] chronicledmonocle@lemmy.world 2 points 3 days ago (1 children)

Your "IP address" is already public. That's why an IPv4 address is assigned to you as a "public IP address" and you NAT to a private space. When using IPv6, everything is public.

The key is to secure everything with access restrictions.

[–] Vinstaal0@feddit.nl 2 points 3 days ago (1 children)

Well yes I know, but there is a difference between using a domain bound to me as a person and a random string of numbers that changes every 5 minutes

[–] chronicledmonocle@lemmy.world 2 points 3 days ago (2 children)

Chances are you've had the same public IP for a long time. Mine hasn't changed in 2 years.

[–] Andres4NY@social.ridetrans.it 3 points 3 days ago* (last edited 3 days ago)

@chronicledmonocle @Vinstaal0 I used to work for a dial-up ISP. Every IP is registered to an account, if you're going through your ISP (as opposed to, say, coffee shop or hotel wifi). Though the people who have the information are different (ICANN/registrar vs your internet provider), there's no anonymity in your home IP address even with CGNAT.

As far as your domain, you should have privacy protection enabled so people can't find your personal info via whois.

[–] Vinstaal0@feddit.nl 1 points 2 days ago (1 children)

That was the case when I lived with my parents, but now it changes every 5 minutes sadly.

So I had to shut down my Minecraft server etc for now because I am on a 5G modem which makes it really annoying to open up ports and point a domain to your IP

[–] loudWaterEnjoyer@lemmy.dbzer0.com 1 points 2 days ago (1 children)

If your IP changed every 5 minutes, you would not be able to have a voice call or anything similar. Your IP probably changes every 24 hours

[–] Vinstaal0@feddit.nl 1 points 1 day ago

I just checked, yes it is every 24 hours, but I have to restart that thing regularly so that it is why it feels quicker I gues