this post was submitted on 14 Jul 2026
51 points (96.4% liked)
Privacy
50004 readers
867 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
Yes it is. As of now, this is why I don't use it for anything I can't have a redundancy for, or anything I care about very much. Meaning no email (self hosted email gets blocked anyway), password manager, etc. Maybe could get away with cloud sync for an authenticator app, since the data will still be on device in most cases. But also think about it: how often has your house been flooded or destroyed by a tornado? Also it can be more a hobby to build a skill set if you work in IT or want to.
Self hosting takes some doing, but I wouldn't underestimate yourself either. If you want to figure it out you will probably be able to. Learn on something you don't care about. I'm still using a 10 year old laptop as my server because hardware prices are stupid. You start by doing one thing at a time. Learn to do one thing specifically. Example: learn how to set up Jellyfin on Linux. Test accessing some files from your real computer or phone. Yay it works. Now learn how to SSH into the old laptop. Cool, got it. Then install a headless server in the laptop which you can SSH into. Nice. Deploy Jellyfin with docker this time and have fun with a home media server for a while. Then learn how to reverse proxy so you can access from vacation or whatever. Then learn the -arrr suite to have stuff auto download totally legal "Linux isos". Then if this works for you have fun upgrading thr hardware maybe. Oh but then maybe you want all those huge hard drives in a RAID format. OK now I want to self host other stuff besides media. You'll find plenty of stuff you'll like doing, just start small.
Another smaller starting point is hosting your own Matrix or Mastodon instance, which is universal so you'd essentially be hosting your own account profile and nothing else, with no risk of server admits being nosey.
Thank you for taking the time to write such a long reply, I appreciate the advice and encouragement very much!