this post was submitted on 28 Oct 2025
73 points (98.7% liked)
Privacy
42996 readers
278 users here now
A place to discuss privacy and freedom in the digital world.
Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.
In this community everyone is welcome to post links and discuss topics related to privacy.
Some Rules
- Posting a link to a website containing tracking isn't great, if contents of the website are behind a paywall maybe copy them into the post
- Don't promote proprietary software
- Try to keep things on topic
- If you have a question, please try searching for previous discussions, maybe it has already been answered
- Reposts are fine, but should have at least a couple of weeks in between so that the post can reach a new audience
- Be nice :)
Related communities
much thanks to @gary_host_laptop for the logo design :)
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I self-host a decent bit of stuff. My setup has been to rent rack space in a datacenter to put my own storage server in, plus a second server at my house that I mirror backups between. I run my own VPN, "Cloud" storage, lemmy instance, game servers, websites, CI build systems, media streaming, etc... You can find some cheap server hardware on eBay that's only a generation or two old, which you'll need if you're running in a datacenter, but for home servers it's super easy to just set up an old desktop with a battery backup.
I've always wanted to implement something like that.
There's a few different services you can use to set it up. I quite like Buildkite since they've got a pretty easy setup for running jobs on your own hardware, but I think several other CI services have a self-hosting option.
The best part about it for me is I can run GPU tests and do automatic screenshot diffs for my game engine. Normally renting a GPU server is super expensive, but it's basically free to run myself using my old hardware.
I put it on the list. Got to check it out.