

My router is just a Protectli Vault mini PC with Alpine Linux. You can essentially pick your favorite Linux (or BSD) distro and make it a router.


My router is just a Protectli Vault mini PC with Alpine Linux. You can essentially pick your favorite Linux (or BSD) distro and make it a router.


They’re similar but mainly Tailscale arranges WireGuard tunnels between peers. There are tons of useful features around that functionality like being able to route specific traffic through specific hosts (“nodes” using “app connectors”); it’s even better at finding a way out of hostile networks using relays.
Just as an example I typically use my VPS as an “exit node” so that all my traffic routes through it (which does a ton of tunnel hopping through commercial VPNs) while my wife isn’t into that at all, but both of us have Tailscale on our devices so when either of us accesses Home Assistant it’s routed directly to the host hosting it.


I used to just use a script with cron to update Cloudflare DNS records but these days I don’t screw around with exposing anything to the public internet directly, I just use Tailscale.


Are you thinking of Tor? i2p can be very quick once your node becomes aware of others.


Why is this always the go-to answer? I kind of wish we’d stop asking it must sync to the clearnet.
Honestly if Lemmy (and other services) were built from the ground up for anonymous overlay networks rather than clearnet in the first place it would be a better place overall.


Even worse, don’t use the suggested Samba, NFS without a tunnel either! You should probably have the default ports blocked at the router.


Surprised no one just said Samba or NFS over a tunnel (Tailscale, WireGuard, etc).
Or by “sharing” so you mean mean keeping files synced between the two for replication?


If it’s cable internet you might just be constrained by the available upload speed. I tend to put my media in Storj then run a VPS somewhere between all the clients that serves the media via WebDAV with rclone. This gets around the slow upload speed of cable internet at home, and I can cache the remote content on my NAS at home too.


deleted by creator


deleted by creator


deleted by creator


deleted by creator


Ruby on Rails developer here, why is that bad? Honestly Python feels old and shitty, PHP is a joke, and I can’t think of any other language I’d prefer.


Here’s the link to the basecamp/once-campfire GitHub repo.
I’ve got X blocked on all my personal devices but I opened the tweet on my work computer to retrieve it.


It wouldn’t be any different than your current configuration other than the domain itself.


It’s important if you’re using flash drives across platforms though that’s pretty rare these days too. My wife has run into this problem by formatting as ExFAT (GUID partition table) when print shops’ terrible machines only support FAT32 and/or MBR partition tables.
Thankfully macOS at home understands ExFAT otherwise those formatted drives from her Windows work computer wouldn’t even work.


So you’re just chiming in that people shouldn’t use it because you don’t see the use case for VPNs?


That might make me re-look into using Headscale.
If you see a Docker solution that looks nice just look at how it’s built and replicate whatever software is packaged in its
Dockerfile.