this post was submitted on 22 May 2026
117 points (99.2% liked)

Selfhosted

56958 readers
1420 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.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Honest question, because I know multiple people who are not looking to jump ship since they already have the Plex Pass.

you are viewing a single comment's thread
view the rest of the comments
[–] irotsoma@piefed.blahaj.zone 1 points 3 hours ago* (last edited 3 hours ago) (1 children)

I have a lifetime pass from many years ago when it was cheap. So I'm not in a huge rush to convert and want to do it right. But I am on the path to converting. I decided to make a major change to my home server infrastructure and it's still in an experimental stage. Moving from a really old standalone computer I've used for. HTPC purposes over the years, currently dedicated to Plex combined with a few raspberry pi's of various generations for the little stuff, and a single, good NUC for my router, to adding two additional NUCs and eventually upgrading the Plex computer with a more modern processor and video card for ML stuff for Immich and a few other systems that I plan to start using. I'm not just moving from Plex, but also a lot of Google and Nest products.

My dilemma has been Docker Swarm vs Kubernetes. I was trying to set up Kubernetes in a way that is easily repeatable and self documenting, but ended up with lots of manual steps required to install things and lots of things that I had to write my own helm charts for as well as the scripts to install and set up Kubernetes itself on each of the servers. Lots of custom stuff. Docker Swarm would be way easier, but the issue is I'm worried about Docker getting so proprietary these days and swarm mode getting so little attention, and Podman quadlets aren't self balancing across multiple small servers like swarm. So that's why I haven't switched to Jellyfin yet.

[–] DecentM@lemmy.blahaj.zone 1 points 2 hours ago

I wanted the same thing with Kubernetes and ended up using FluxCD. Highly recommend it. It basically syncs a git repo to the cluster, so you just push to github or whatever, and it auto applies the changes you pushed. Also, llm models tend to be good at teaching this topic and even writing yaml files for it, so the initial learning curve was not bad actually.

Now I'm exploring doing this even better with this template: https://github.com/onedr0p/cluster-template