this post was submitted on 14 Jul 2026
51 points (96.4% liked)

Privacy

50045 readers
839 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

Related communities

much thanks to @gary_host_laptop for the logo design :)

founded 6 years ago
MODERATORS
 

Hi,

The last google product that is use is gmail, and while searching for a solid alternative, many threads mentionned self hosting, which has been on my mind for a little while but here is what's stopping me so far: 1/ it sounds like a single point vulnerability 2/ I lack the skills.

As for #2, I've been down the privacy rabbithole for a couple years now, I know there are a lot of resources out there and I'm not afraid to learn, I just don't know where to start.

But I don't see the point in learning if in the end, I just build a server that could die in a domestic accident, resulting in me loosing a lot of important data.

Any help or advice is greatly appreciated,

you are viewing a single comment's thread
view the rest of the comments
[โ€“] iByteABit@lemmy.ml 11 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

It's only as safe as you make it, and improving your sysadmin/security/devops skills is a requirement that never goes away imo.

It's perfectly fine to try it with something you don't care that much about for starters, a baikal calendar is a nice and easy start. Expose only the ports you need for your reverse proxy (and also ssh if you don't plan having the machine in your local network), and the rest should be secure enough for just small services for your own and your family's usage.

Eventually you will start learning how to backup your data with cronjobs, strengthening security a bit more, and as you go you can keep adding increasingly important services for yourself as the system becomes more reliable.

Edit: Hardware is very expensive now, but if you have an old laptop that is just sitting collecting dust, it's the perfect starting point for a server. It's not ideal long term, but it's a free way to get your feet wet and learn.

[โ€“] Dop@lemmy.zip 2 points 1 week ago

Thank you for taking the time to write such a long reply, I appreciate the advice very much!