this post was submitted on 01 Apr 2026
703 points (98.9% liked)

Selfhosted

60409 readers
438 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

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
[–] JigglySackles@lemmy.world 2 points 3 months ago (1 children)

Ahh bummer. Not sure exactly then. Might have to hop in the terminal and try an --update or find an equivalent with--help. The documentation in the git repo should tell you if nothing else.

[–] mrbutterscotch@feddit.org 2 points 3 months ago* (last edited 3 months ago) (1 children)

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)

This suggestion from another commenter worked! Apparently quadlets work with Podman in the background.

[–] JigglySackles@lemmy.world 1 points 3 months ago

Ahh baller man. Glad you got it sorted! And thanks for sharing the fix