Selfhosted
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:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
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.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
-
No low-effort posts. This is subjective and will largely be determined by the community member reports.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
view the rest of the comments
I think you're overthinking it. Wireguard is considered the "gold standard" and an excellent solution for what you're trying to do. Open ports can be a concern, but an open Wireguard port is completely silent when not in use and does not respond unless it receives the correct access keys. That makes it invisible to port scanners.
Wireguard on my OpenWRT router works flawlessly. If the router is working the WG endpoint is too, and there are no 3rd parties involved. Tailscale provides much the same thing, but as I understand it requires the involvement of multiple 3rd party services. I've been burned too many times by terms of service changes and security breaches so I wanted to avoid relying on any corporate entities wherever possible.
Tasker brings up the tunnel on my phone automatically whenever I'm not connected to my home wifi and drops it when I get back home, so my home servers are always available. My biggest problem when not at home is Verizon's crappy mobile network.
IMO it's worth the effort to properly configure Wireguard and get your servers. Once you get it set up you probably won't have to touch it for years.
I get what you're saying, but how exactly the whole IP rotation is done in your case? How did you manage to have it accessible at all times even when your home IP changes? In my home I actually have ipv6 which I am not sure if it does not make things more difficult
DDNS (Dynamic DNS), one 3rd party service I do use.
My network is reached by URL, not IP (although IP still works). When my IP changes the router updates the DDNS service in minutes. Lots of providers out there and it's easy to switch if needed. I like DuckDNS. It's free or you can choose to donate a bit to cover their expenses.
Can also check one more time wireguard directly. Thanks!