Jellyfin Forum
Custom menu links without config.json access - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions)
+--- Thread: Custom menu links without config.json access (/t-custom-menu-links-without-config-json-access)



Custom menu links without config.json access - thcrt - 2024-04-18

Hey :)

I want to add a custom menu link to my Jellyfin install. I'm running Jellyfin on a seedbox (ultra.cc) which gives me access to a directory that looks like this:

Code:
.
├── branding.xml
├── cache
├── data
│   ├── data
│   │   ├── jellyfin.db
│   │   └── ...
│   ├── metadata
│   ├── plugins
│   │   └── ...
│   ├── root
│   │   └── default
│   │      ├── Movies
│   │      └── Shows
│   └── transcodes
├── dlna
├── log
├── transcode
├── system.xml
└── ...

As you can see, while I can access some configuration options, config.json isn't available to me.

Is there any way I can locally override it or otherwise add a menu link with what I have available to me?

I know it's unlikely, just wanted to make sure.

Thanks <3


RE: Custom menu links without config.json access - BobHasNoSoul - 2024-05-23

Not sure if I'm understanding this properly.. you have access to webroot unless I'm reading that wrong.. but let's say you can't access config.json you could either create one or you could use a reverse proxy like nginx and have it point that file to a different file you host elsewhere.. but this all depends on your current abilities and host permissions