-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install in docker #3
Comments
you will need to mount a volume of the webroot (this depends on container supplier so i cant be super specific) i would guess a volume of /jellyfin/jellyfin-web would be the correct dir then you edit the parts mentioned in the readme.md depending on your jellyfin version. |
Steps i took to get this mod to work via docker-compose & the official jellyfin image:
[Update] - Persistent storage for the
|
Would this prevent Jellyfin from properly updating? I can imagine that /jellyfin-web is often modified when there's a new release |
Hm, I'm not entirely sure. I'll have to look into this. When I initially set out to get this mod to work I was hoping Jellyfin would automatically rebuild If I encounter any issues I'll definitely edit my original post. |
It doesn't stop it from updating however it will remove the mods
automatically on updating due to the nature of docker images
…On Sat, 2 Nov 2024, 06:02 BugZappa, ***@***.***> wrote:
Would this prevent Jellyfin from properly updating? I can imagine that
/jellyfin-web is often modified when there's a new release
Hm, I'm not entirely sure. I'll have to look into this.
When I initially set out to get this mod to work I was hoping Jellyfin
would automatically rebuild /jellyfin/jellyfin-web when specified in the
docker-compose.yml file, it didn't and it prevented Jellyfin from
starting which in turn lead me to copying out the files from the container
to the host machine.
If I encounter any issues I'll definitely edit my original post.
—
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFPTXLH7CO6QBO5XVXOSVG3Z6RTH5AVCNFSM6AAAAABLPZTUISVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJSHA4DGMJWHE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
You could* in theory set the avatars directory as a volume in the compose
file so it points to /jellyfin/jellyfin-web/avatars:/path/to/avatars/folder
Then all you have to do is modify the files outlined inside the readme
I could make a script to do this if needed but it would be per version (and
I don't do this full time because I have a job and kids)
The script would essentially just download the full files inside the
container from my GitHub
…On Sat, 2 Nov 2024, 08:51 Antony Edwards, ***@***.***> wrote:
It doesn't stop it from updating however it will remove the mods
automatically on updating due to the nature of docker images
On Sat, 2 Nov 2024, 06:02 BugZappa, ***@***.***> wrote:
> Would this prevent Jellyfin from properly updating? I can imagine that
> /jellyfin-web is often modified when there's a new release
>
> Hm, I'm not entirely sure. I'll have to look into this.
>
> When I initially set out to get this mod to work I was hoping Jellyfin
> would automatically rebuild /jellyfin/jellyfin-web when specified in the
> docker-compose.yml file, it didn't and it prevented Jellyfin from
> starting which in turn lead me to copying out the files from the container
> to the host machine.
>
> If I encounter any issues I'll definitely edit my original post.
>
> —
> Reply to this email directly, view it on GitHub
> <#3 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AFPTXLH7CO6QBO5XVXOSVG3Z6RTH5AVCNFSM6AAAAABLPZTUISVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJSHA4DGMJWHE>
> .
> You are receiving this because you commented.Message ID:
> ***@***.***>
>
|
okay fully pushed a new update to it so it should now be fixed, please confirm when you get a chance |
Hi I am trying to follow this with Jellyfin installed using portainer. When I run this command: sudo docker cp jellyfin:/jellyfin/jellyfin-web /Your/Mount/Path it just creates an empty folder named jellyfin-web. |
Hm, I'm going to be honest with you. Building stacks & containers with Portainer works, but really isn't recommended. With that being said, I would verify that 1) the containers name is actually called Apologies for the poor formatting, writing this on my phone. |
Thank you! I ran the command again and it worked this time. Not sure what happened before I ran it a couple times |
Could you provide more details on how to install it in Docker?
The text was updated successfully, but these errors were encountered: