this post was submitted on 03 Jul 2025
480 points (96.5% liked)

Selfhosted

49049 readers
1442 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
 

after almost 15yrs my plex server is no more. jellyfin behind nginx with authentik is running very nicely.

you are viewing a single comment's thread
view the rest of the comments
[–] Moonrise2473@feddit.it 10 points 7 hours ago (7 children)

Unrelated but why a full VM for Linux stuff, lxc is much more efficient

[–] meh@piefed.blahaj.zone 20 points 7 hours ago (2 children)

honestly every explanation probably just ends at 'this is what i learned on and it works'. same way i religiously use nano and try to do everything in bash first. or how a couple coworkers can't stop explaining their vim workflow and defending python unprompted like it's a trauma response for them. my current homelab is also running a r9 with 64gb ram and 30tb storage. if i were paying for remote hosting, still using salvaged hardware or being paid, i'd invest time learning newer processes. but containers haven't caught my interested and this set up takes basically no effort on my part to maintain, so i can focus my limited free time elsewhere.

[–] mic_check_one_two@lemmy.dbzer0.com 7 points 5 hours ago (1 children)

honestly every explanation probably just ends at 'this is what i learned on and it works'.

Yeah, lots of these answers basically boil down to “when all you have is a hammer, everything looks like a nail.”

[–] tripflag@lemmy.world 2 points 2 hours ago

These days the hammer is usually docker/podman/lxc containers instead of VMs though. Like, you don't need a container to run a self-contained statically-compiled binary, yet people still do it for some reason.

[–] dataprolet@lemmy.dbzer0.com 1 points 5 hours ago

Same.
The time it takes me to write a single function in Python is the same as writing a whole Bash-script using nano.
Also I initially set up my homelab using Docker in a VM on Proxmox. Totally useless abstraction, but I never found the time and patience to migrate the VM to bare metal.

load more comments (4 replies)