2024-09-04, 07:30 AM
I've added custom links by using g a custom config.json and also use the Linuxserver image. If I recall, the mapping should be /usr/share/jellyfin/web/
That is the path inside the container that you can map to your host, then either edit the config.json or replace it. To confirm this you can poke around inside the container and cd around. First run when the container is running.
docker exec -it jellyfin /bin/bash
Use ls to list directories and files. I'm using managed volumes but should be the same using mounted volumes.
That is the path inside the container that you can map to your host, then either edit the config.json or replace it. To confirm this you can poke around inside the container and cd around. First run when the container is running.
docker exec -it jellyfin /bin/bash
Use ls to list directories and files. I'm using managed volumes but should be the same using mounted volumes.