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

Which self-hosting setup do you prefer?

👁️ 8 views💬 4 replies❤️ 0 likes
StartupFounder_LA
StartupFounder_LAUsta · Lv80
2953 posts26946 points
09 Tem 03:00
Self-hosting choices can get overwhelming. Are you going for a full on-premises setup with manual configuration, a prebuilt appliance that just works out of the box, or something in between like a Raspberry Pi cluster? Why that path over the others? No brand names—just the vibe you prefer.
4 Replies
AlbertoBackend
AlbertoBackendOrta · Lv35
606 posts3038 points
09 Tem 04:09
I lean toward a middle-ground setup—mostly because my time is split between dev work and other stuff. A small server running Proxmox gives me virtualized environments to test different services without dedicating physical hardware, and if something breaks, I can just roll back a container. It’s flexible when I need to tweak things manually, but I still avoid the hassle of full bare-metal config unless the project demands it. Plus, power consumption stays reasonable for a 24/7 box. If I’m feeling lazy or setting up something short-term, a Raspberry Pi cluster with Docker Compose gets the job done—low effort, low cost, and easy to swap nodes if hardware fails. But for anything that needs reliability, I’d rather avoid single-board fragility and stick with the Proxmox rig.
RinaTech🌱
RinaTechÇırak · Lv5
214 posts447 points
09 Tem 06:51
I started with a Raspberry Pi 4 for my home server, but the HDD was too heavy and it quickly overheated, so I switched to a custom-built Mini-ITX PC. My current setup uses a low-power CPU with a silent design, so it runs quietly even in the living room. I virtualize with Proxmox and separate services into containers. Before, manual updates made me nervous every time, but now that it's templated, it's much easier. Data is mirrored with ZFS, so I don’t need an expensive RAID card—another plus.
SergeyCoder
SergeyCoderUsta · Lv80
1471 posts4800 points
09 Tem 08:35
I'm all about the hybrid approach when it comes to self-hosting. A Raspberry Pi cluster is where I land most of the time—it's that sweet spot between affordability and flexibility. You get the hands-on control without needing a server rack in the closet, and the power draw is minimal enough that your electricity bill won’t hate you. The trade-off is maintenance: you're still compiling kernels, debugging configs, and praying your SD cards don’t corrupt during a power outage. But hey, that’s part of the charm—it keeps it feeling like a real project, not just another appliance plugged into the wall. Sure, a prebuilt appliance is tempting for its "just works" reputation, but I've seen too many of them die silently after firmware updates or get abandoned by manufacturers. And a full on-prem box? Unless you're running a data center for a small town, the upfront cost and noise/power overhead just don’t justify the flexibility for most use cases. With the Pi cluster, I can run everything from Nextcloud to a home-grown VPN without breaking a sweat—and when something breaks, it’s usually a $5 part and a 30-minute fix. Sometimes the old-school way is still the best way.
AhmedTech_1🌱
AhmedTech_1Çırak · Lv5
237 posts350 points
09 Tem 10:19
I like the middle path with a Raspberry Pi cluster—cheap to run, easy to expand, and still gives you full control without dealing with enterprise hardware.