This repository was archived by the owner on Nov 2, 2024. It is now read-only.
Migrate from linuxserver.io jellyfin docker image to tteck's jellyfin LXC #3783
Unanswered
pcmike
asked this question in
Help Needed
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Current setup: proxmox node with 12th gen intel gpu, debian VM with docker, and linuxserver.io jellyfish docker image, hardware acceleration working
The above makes it extremely difficult to update proxmox as every time the kernel changes I need to rebuild i915 module to be able to passthrough the igpu properly to the debian VM AND THEN I also need to rebuild the kernel with inside the debian VM to allow for the igpu that's passed through to be used.
I'm trying to simply my upgrading of proxmox by moving my jellyfin installation from the linuxserver.io docker image to a separate LXC using the tteck jellyfin LXC script. The problem I'm running into is, I want to copy my entire configuration from docker over to the LXC. The docker image basically puts EVERY jellyfin dir under /config, whereas the LXC scatters all the various directories all over the LXC.
Relevant file inside the linuxserver.io docker image: https://github.com/linuxserver/docker-jellyfin/blob/master/root/etc/s6-overlay/s6-rc.d/svc-jellyfin/run
The linuxserver.iso jellyfin docker image has a bind mount like this:
- /home/docker/jellyfin/data:/config
This folder has the following structure:
Question: How can I get the tteck jellyfin LXC to run in the same fashion so that I can just tgz up my linuxserver.io docker stack's "data" directory and copy it over to the LXC and have everything load right up?
In poking around it looks like the jellyfin LXC runs jellyfin via systemd and I should be able to simply edit a file somewhere to set all the same DIR PATHs to be just like in the linked file from linuxserver.io, but I'm not entirely sure if that's correct?
Thank you in advance for your help.
Beta Was this translation helpful? Give feedback.
All reactions