this post was submitted on 07 Mar 2026
277 points (89.9% liked)

Selfhosted

60093 readers
830 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.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

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

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require your active participation in selfhosting or related communities, or the post will be removed. No more than 10% of your posts or comments may be self-promotional, or your post will be removed. F/LOSS Exception: If your post is about a project that is completely open source & can be self-hosted in full without payment, and your account is at least 30 days old, your post is exempt from this rule as long as you continue to engage in comments.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] TrumpetX@programming.dev 10 points 3 months ago (1 children)

I don't disagree with you, but for a single server hosting multiple projects with differing system dependencies, docker is amazing. I've come around to using it for this practical reason.

Using docker over direct installation always feels like an unnecessary interface layer that just complicates things and introduces points of failure.

[–] mrnobody@reddthat.com 0 points 3 months ago (1 children)

Docker makes sense for several applications, but there's no intuition unless you're good at memorizing commands/command lines. I can't just open up an installer or fumble through it decently well enough to get up and running.

While a UI does add overhead, done well it's not bad. But also, different people learn different styles, and for the extra bit of resources, I'm willing to sacrifice a few MB ram or CPU utilization for less tinker time. However, 20 years ago I didn't mind spending that time learning stuff like that because I had a lot more time and way less commitments!

[–] BigJohnnyHines@lemmy.ca 1 points 3 months ago* (last edited 3 months ago)

I mean you’re memorizing a GUI as well. I don’t work in this field at all but docker compose files are pretty straightforward even for me. Took like 15 minutes to figure out and now it’s much quicker to get set up than any other option.