2024-11-10, 02:14 PM
(This post was last modified: 2024-11-10, 02:18 PM by wayne. Edited 1 time in total.)
This question popped up already a couple times, but going through all the old threads hasn't helped me.
I'm trying to alter my web-config.json to implement a custom menu point.
I did everything what was mention in here
I'm running Jellyfin 10.9.9 on a synology NAS
I'm rerouting the config.json to a custom one in my docker files
To test if the config was loaded I'm using this config file here, which has one custom menu point.
config from github
It seems like jellyfin is not loading my .json file from my custom location.
I'm not setting up jellyfin with a docker compose yml - I'm using the synology docker manager GUI for that. Never had issues with setting up custom volume paths.
Thanks
I'm trying to alter my web-config.json to implement a custom menu point.
I did everything what was mention in here
I'm running Jellyfin 10.9.9 on a synology NAS
I'm rerouting the config.json to a custom one in my docker files
Code:
/volume2/Docker_v2/jellyfin/config/web-config.json:/jellyfin/jellyfin-web/config.json
To test if the config was loaded I'm using this config file here, which has one custom menu point.
config from github
It seems like jellyfin is not loading my .json file from my custom location.
I'm not setting up jellyfin with a docker compose yml - I'm using the synology docker manager GUI for that. Never had issues with setting up custom volume paths.
Thanks