Hi Guys,
Would anybody know how to access the “/jellyfin/jellyfin-web” in scale? I want to change the config.json file, however I have no idea how to access this.
Thanks.
Hi Guys,
Would anybody know how to access the “/jellyfin/jellyfin-web” in scale? I want to change the config.json file, however I have no idea how to access this.
Thanks.
That directory is part of the docker image. The best way to change this file is to put the config.json in a dataset and mount it into the jellyfin app under “Additional Storage” as a host path. This will then override the file inside the image.
Another way (which I do not recommend) is to build you own docker image and replace the file this way. However, that would require to run Jellyfin as a custom app.
Thanks for the reply!
This worked wonderfully! Thank you so much for the help.