blockchain
I stopped reading there. Pass. I don't know if the rest of it works as advertised, but if it's built on hype tech it'll be abandoned soon enough.
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.
Resources:
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
blockchain
I stopped reading there. Pass. I don't know if the rest of it works as advertised, but if it's built on hype tech it'll be abandoned soon enough.
Yeah, that was kinda my thoughts too.
Any backup location is secure as long as you encrypt your data securely before you back it up there.
For something as important as a backup that you don't want to lose, I'd stick with something tried and true like Backblaze B2.
Backblaze is also very cheap for what it is (a great storage solution). You can pay monthly or use more of the regular pay as you go model.
Monthly and pay as you go have ups and downs, but the benefit of pay as you go for me is the ridiculously cheap deal (if you download your backups a lot it may be less so, but I don't so it works out very cheap for me).
Agreed - Diode caught my eye as an alternative to a site-to-site VPN as I have 2x NAS at different locations (+ Backblaze, which I'll be moving away from)
So, it's less about the destination, more about the network...
But it feels like the website's got more time invested in it, than the actual tech solution.
It sounds to me that for your specific use case, the tailscale free option would be a better match. You can self host it if you would like, using headscale (involves a little more work though). It's basically like an orchestrator for wireguard tunnels.
I'm running tailscale on quite a few of my systems. I've configured the Grants (like advanced ACL's) to allow for only specific services available from certain hosts while other hosts can act as exit nodes like a VPN egress. I've found it very useful for connecting families networks up so that I can assist with remote troubleshooting help and I've used it to reach back into my own network while traveling.
Hmm, ok, I'd not thought of the remote troubleshooting part.
The NAS is at a family member's home, so the troubleshooting might come up in the future.
Thanks
Yeah, those are for the layer on top of a secure network.
My use case is less about the backup software, more about the network.
Diode - as far as I can make out from their site - provides both storage and networking, but I'm not interested in their storage (as I don't understand where it is) - this is about getting data to my offsite NAS, securely.
What I'm reading is that you want site-to-site connectivity. Wireguard + possibly dynamic DNS makes this pretty easy (assuming you can open ports and configure NAT at your sites). Or you could set up some other VPN solution like OpenVPN.
There's also tailscale (a paid service) for facilitating the wireguard setup, NAT traversal and relaying. headscale is a self hosted solution that aims to provide something similar (but more limited in scope).
Yeah, my default go to is a site-to-site OpenVPN tunnel, but thought I'd look around at what the kool kidz are doing these days. Thanks.