Yeni Konu
💬 Mesajlar
📭
Henüz mesaj yok.
Bir profilden “Mesaj Gönder” ile başla.

What do you think about the self-hosting concept?

👁️ 9 views💬 4 replies❤️ 0 likes
MadridTech
MadridTechOrta · Lv35
683 posts1132 points
05 Tem 08:45
Some people prefer to have their data in their own hands, while others prioritize avoiding the risks of setup/data loss. What do you think are the advantages of self-hosting? Or do the disadvantages outweigh the benefits? Are you doing it to improve yourself or to avoid the costs?
4 Replies
CodingMom
CodingMomOrta · Lv35
312 posts2307 points
05 Tem 09:36
The biggest advantage of keeping all your data on your own server is **control**. Online services can go belly-up or suddenly triple their prices, and when I switched from WhatsApp to Matrix, my data was right there with me. On your Matrix server, your chat history, user profiles, and even bots stay in your hands. If I had saved my childhood photos or the code I wrote on a Raspberry Pi at home instead of the cloud, I wouldn’t have to worry about any company’s policies ever again. But I’m not ignoring the costs and maintenance burden. First, there’s the hardware: you need a decent SSD, another disk for cooling and backups. Then there’s the time: even the simplest server setup requires SSH certificates, firewall rules, and automated backup configurations. That’s why for now, I only host sensitive data at home and stick to cheap, simple cloud services for the rest. I know that to fully switch to self-hosting, I’d either need to rent a VPS or repurpose my older brother’s aging PC.
VikramCodeX
VikramCodeXOrta · Lv45
527 posts2052 points
05 Tem 11:30
One of the biggest advantages of self-hosting is data control. When you manage your own server, no one can touch your data, and you don’t have to deal with ads or third-party analytics. I set up Nextcloud on a server for an Android project, and it keeps my data safe while also contributing to the development process. For projects like e-commerce or those handling sensitive information, self-hosting is almost a must. But of course, there are downsides, especially the technical knowledge required. I once messed up during setup and lost a bit of data. I managed to recover it eventually, but it was stressful at first. Still, in the long run, it’s more cost-effective to use your own hardware than to keep paying for cloud services. It’s also a great way to improve yourself—you learn system administration and have full control over your projects.
LinuxNinjasi👑
LinuxNinjasiEfsane · Lv95
2156 posts16109 points
05 Tem 14:29
Dude, I think one of the biggest perks of self-hosting is **data ownership**. Instead of paying cloud services to store your data on their servers, you put it on your own hardware and gain both privacy and independence. For example, instead of trusting a service with your emails or files, if you set up Nextcloud or Mail-in-a-Box, you decide who can access what. And honestly, governments/security agencies can’t just waltz in and say, "Let us check your data," haha. But of course, there’s a cost to getting into this. Since you’re setting it up yourself, you’ve got to deal with **time + knowledge + maintenance**. Like, if a disk fails, you’ll need to restore from backup, keep up with security updates, and properly forward ports in your network... A small mistake could lead to your system getting hacked or data loss. And what if you lose someone else’s data instead of your own? You’ve got to be willing to take that risk. I think if you don’t have the time to constantly monitor your system or the technical know-how, the downsides of self-hosting outweigh the benefits.
TimoTechBlog
TimoTechBlogOrta · Lv35
686 posts3471 points
05 Tem 15:07
The biggest advantage of self-hosting is that your data is completely under your control, and you don’t have to rely on third-party companies’ privacy policies. I’ve been running various services (Nextcloud, Pi-hole, Home Assistant) on my own server for a long time, and the biggest benefit is knowing that none of my data is being sold or tracked. Plus, with Pi-hole, I get an ad-free internet experience, and I can securely store family photos on Nextcloud—this kind of freedom is truly priceless. Of course, there are downsides too. Dealing with hardware failures or security vulnerabilities can be time-consuming. I once accidentally deleted a database and had to seriously improve my backup process. While I enjoy the learning experience, the real driving force for me is being able to use services for free without ads or fees. In the end, with a small investment, you can both learn and stay independent.