this post was submitted on 30 Sep 2025
32 points (75.8% liked)

Selfhosted

51865 readers
588 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

Currently working on an Arch server for my self hosting needs. I love arch, in my eyes its the perfect platform for self hosting. There is no bloat, making it lightweight and resource efficient. Its also very stable if you go down the lts route and have the time and skills to head off problems before they become catastrophic.

The downsides. For someone who is a semi-noob there is a very steep learning curve. Arch is very well documented but when you hit a problem or a brick wall its very frustrating. My low tolerence for bullshit means I take hours/days long breaks from it. There's also time demands in the real world so needless to say I've been going at it for a few weeks now.

Unraid is very appealing - nice clean interface, out-of-the-box solutions for whatever you want to do, easy NAS management... What's not to like? If it was fully open-source I would've bought into it from the start. At least once a day I think "I'm done. Sign me up unraid". Its taking an age to set up the Arch server. If I went for unraid I could be self hosting in a matter of hours. Unraid is the antitheses of Arch. Arch is for masochists.

Do you ever look at products like unraid and think "fuck this shit, gimme some of that"? What is your version of this? Have you ever actually done it and regretted it/lived happily ever after?

you are viewing a single comment's thread
view the rest of the comments
[–] MudMan@fedia.io 9 points 6 hours ago (2 children)

I'm sidetracking a bit, but am I alone in thinking self hosting hobbyists are way too into "lightweight and not bloated" as a value?

I mean, I get it if you have a whole data center worth of servers, but if it's a cobbled together home server it's probably fine, right? My current setup idles at 1.5% of its CPU and 25% of its RAM. If I turned everything off those values are close to zero and effectively trivial alongside any one of the apps I'm running in there. Surely any amount of convenience is worth the extra bloat, right?

[–] Illecors@lemmy.cafe 4 points 6 hours ago (1 children)

Gentoo/Arch guy checking in. It's more about having fewer codepaths to go wrong after some update. At least in my case.

[–] MudMan@fedia.io 4 points 5 hours ago (1 children)

After a OS update? I mean, I guess, but most things are going to be in containers anyway, right?

The last update that messed me up on any counts was Python-related and that would have got me on any distro just as well.

Once again, I get it at scale, where you have so much maintenance to manage and want to keep it to a minimum, but for home use it seems to me that being on an LTS/stable update channel would have a much bigger impact than being on a lightweight distro.

[–] Cyber@feddit.uk 1 points 1 hour ago

No, even lighterweight - no containers.

My NAS is mostly plain Arch packages, so just upgrade and all is well. No additional container software layer to maintain either.

Btrfs management tools update with the OS, all is good.

[–] jobbies@lemmy.zip 2 points 6 hours ago (2 children)

hobbyists are way too into "lightweight and not bloated" as a value?

Yeah I get you. I suppose it is only installing what you need and knowing exactly what everything is for/does. As well as squeezing every last drop of resource form tired old hardware. But yeah there is a usability trade-off.

[–] atzanteol@sh.itjust.works 2 points 4 hours ago

squeezing every last drop of resource form tired old hardware

This is such a myth. 99% of the time your hardware is doing there doing nothing. Even when running "bloated" services.

Nextcloud, for example, uses practically zero cpu and a few tens on mb when sitting around yet people avoid it for "bloat".

[–] MudMan@fedia.io 1 points 5 hours ago

I suppose it makes more sense the less you want to do and the older your hardware is. Even when repurposing old laptops and stuff like that I find the smallest apps I'd want to run were orders of magnitude more costly than any OS overhead. This was even true that one time I got lazy and started running stuff on an older Windows machine without reinstalling the OS, so I'm guessing anything Linux-side would be fine.