• clif@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    14 days ago

    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
      link
      fedilink
      English
      arrow-up
      0
      ·
      13 days ago

      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.

      • JigglySackles@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        13 days ago

        Poke around through the dash. I imagine it’s in the GUI there. Probably under a menu like ‘system’ or ‘about’.

          • JigglySackles@lemmy.world
            link
            fedilink
            English
            arrow-up
            0
            ·
            13 days ago

            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
              link
              fedilink
              English
              arrow-up
              0
              ·
              edit-2
              12 days ago

              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.