62 lines
1.4 KiB
Django/Jinja
62 lines
1.4 KiB
Django/Jinja
{
|
|
"multiserver": false,
|
|
"includeCorsCredentials": false,
|
|
"themes": [
|
|
{
|
|
"name": "Apple TV",
|
|
"id": "appletv"
|
|
},
|
|
{
|
|
"name": "Blue Radiance",
|
|
"id": "blueradiance"
|
|
},
|
|
{
|
|
"name": "Dark",
|
|
"id": "dark",
|
|
"default": true
|
|
},
|
|
{
|
|
"name": "Light",
|
|
"id": "light"
|
|
},
|
|
{
|
|
"name": "Purple Haze",
|
|
"id": "purplehaze"
|
|
},
|
|
{
|
|
"name": "WMC",
|
|
"id": "wmc"
|
|
}
|
|
],
|
|
"servers": [],
|
|
"plugins": [
|
|
"playAccessValidation/plugin",
|
|
"experimentalWarnings/plugin",
|
|
"htmlAudioPlayer/plugin",
|
|
"htmlVideoPlayer/plugin",
|
|
"photoPlayer/plugin",
|
|
"comicsPlayer/plugin",
|
|
"bookPlayer/plugin",
|
|
"youtubePlayer/plugin",
|
|
"backdropScreensaver/plugin",
|
|
"pdfPlayer/plugin",
|
|
"logoScreensaver/plugin",
|
|
"sessionPlayer/plugin",
|
|
"chromecastPlayer/plugin"
|
|
],
|
|
"menuLinks": [
|
|
{
|
|
"name": "status page",
|
|
"url": "https://status-{{ jellyfin_url }}/"
|
|
},
|
|
{
|
|
"name": "Password reset",
|
|
"url": "https://{{ authelia_login_url }}/reset-password/step1"
|
|
},
|
|
{
|
|
"name": "TV show calendar",
|
|
"url": "https://pirate.sudo.is/sonarr/feed/calendar/Sonarr.ics"
|
|
}
|
|
]
|
|
}
|