I want to use Jellyfin on Proxmox, if that is a thing. After reading a post here where most people recommended Debian as host OS I want to make a VM running Debian and install Jellyfin Server there.

Now I have a few questions:

  • I see many people install Jellyfin via docker. Does that have any advantages? I would prefer to avoid docker as it adds a level of complexity for me.

  • where do I save my media? I have a loose plan to run a second VM running openMediaVault where all my HDDs are passed through and then use NFS to mount a folder on the Jellyfin VM. Is that a sane path?

  • what do I have to consider on Proxmox, to get the best hardware results on Jellyfin? Do I need some special passthrough magic to get it running smoothly? I don’t have a dedicated GPU, does that make the configuration easier?

  • glasgitarrewelt@feddit.deOP
    link
    fedilink
    English
    arrow-up
    2
    ·
    11 months ago

    Thank you for your answer. I maybe want to add some features in the future, like all those *arr- programs. Wouldn’t it be easier to have everything in one VM instead of many LXC?

    • kaktus@feddit.nl
      link
      fedilink
      English
      arrow-up
      8
      ·
      edit-2
      11 months ago

      Use LXC unless that’s for some reason not possible. It has less overhead than VMs. How many services you put into one container is for you to decide. I have one for jellyfin and one for the arrs and download client. Splitting everything into more containers might be beneficial, if something stops working. You can then fix or use a backup for the one thing without inhibiting the other services.

      Unless you want to use docker. Then, as others have mentioned, make one VM and put all your dockers there.

    • Kaavi@lemmy.world
      link
      fedilink
      English
      arrow-up
      5
      ·
      11 months ago

      I have arr in lxc also, I just map a folder from the host into the lxc containers. It’s working flawless, plus it’s quite flexible.

      I also have a few things running in docker, but if I can get it in lxc I do that.

      And it’s so easy doing with the scripts from the page I linked to you:)