this post was submitted on 01 Apr 2026
457 points (98.7% liked)

Selfhosted

58318 readers
487 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 2 years ago
MODERATORS
top 50 comments
sorted by: hot top controversial new old
[–] clif@lemmy.world 84 points 6 days ago (1 children)

Thank you for posting this. I tend to get a lot of my opensource project info from Lemmy so people who take the time to post it are awesome.

Just updated my home instance. Can confirm that 10.11.7 is available in the Debian repos and the update went perfect. I got a new kernel in the same update : D

[–] mrbutterscotch@feddit.org 4 points 5 days ago (6 children)

Hi!

So I installed jellyfin on Bazzite as per this video.

But he didn't explain how to update the server. Could you maybe tell me how you did it with your server? Maybe it could help me figure out how to update mine as well.

[–] def@aussie.zone 7 points 5 days ago* (last edited 5 days ago) (2 children)

The video uses quadlets, which afaik, is just using systemd units to run containers via podman. Therefore, you can just run

podman stop jellyfin (podman ps to get the actual name of the jellyfin container)

podman rm jellyfin

podman pull docker.io/jellyfin/jellyfin:latest

systemctl restart jellyfin.container (or whatever you called your unit when you set it up)

Quick google says you can setup auto updates if you want: https://major.io/p/podman-quadlet-automatic-updates/

Caveat: I am a docker compose user, I may have missed something due to lack of familiarity with quadlets/podman

[–] clif@lemmy.world 3 points 5 days ago* (last edited 5 days ago)

You're correct.

The only time I can think of that this approach wouldn't work is if the quadlet config file specified a tag/version on the image setting besides latest. That is, if the quadlet file specified something like Image=docker.io/jellyfin/jellyfin:a_old_version. I usually stick with latest on mine.

EG: Image=docker.io/jellyfin/jellyfin:latest

load more comments (1 replies)
load more comments (5 replies)
[–] catlover@sh.itjust.works 37 points 6 days ago

I forgot that it's April first, and was wondering what catasthropic event had happend in order that it had to be stated in the title that its not a joke

[–] sturmblast@lemmy.world 11 points 5 days ago

You can always tell who does real IT work in these threads lol

[–] psoul@lemmy.world 20 points 6 days ago* (last edited 6 days ago) (20 children)

Is it standard practice to release the security updates on GitHub?

I am a very amateur self hoster and wouldn't go on the github of projects on my own unless I wanted to read the "read me" for install instructions. I am realizing that I got aware I needed to update my Jellyfin container ASAP only thanks to this post. I would have never checked the GitHub.

[–] ShortN0te@lemmy.ml 18 points 6 days ago

Is it standard practice to release the security updates on GitHub?

Yes.

And then the maintainers of the package on the package repository you use will release the patch there. Completely standard operation.

I recommend younto read up on package repositories on Linux and package maintainers etc.

load more comments (19 replies)
[–] sefra1@lemmy.zip 5 points 5 days ago* (last edited 5 days ago)

Good thing my Jellyfin is behind Wireguard.

Consider doing the same if your usecase permits.

load more comments
view more: next ›