#81 Add new config.json
This commit is contained in:
parent
e3eed81005
commit
93c9b642fd
56
server/config/jellyfin/config.json
Normal file
56
server/config/jellyfin/config.json
Normal file
@ -0,0 +1,56 @@
|
|||||||
|
{
|
||||||
|
"includeCorsCredentials": false,
|
||||||
|
"multiserver": false,
|
||||||
|
"themes": [
|
||||||
|
{
|
||||||
|
"name": "Apple TV",
|
||||||
|
"id": "appletv",
|
||||||
|
"color": "#bcbcbc"
|
||||||
|
}, {
|
||||||
|
"name": "Blue Radiance",
|
||||||
|
"id": "blueradiance",
|
||||||
|
"color": "#011432"
|
||||||
|
}, {
|
||||||
|
"name": "Dark",
|
||||||
|
"id": "dark",
|
||||||
|
"color": "#202020",
|
||||||
|
"default": true
|
||||||
|
}, {
|
||||||
|
"name": "Light",
|
||||||
|
"id": "light",
|
||||||
|
"color": "#303030"
|
||||||
|
}, {
|
||||||
|
"name": "Purple Haze",
|
||||||
|
"id": "purplehaze",
|
||||||
|
"color": "#000420"
|
||||||
|
}, {
|
||||||
|
"name": "WMC",
|
||||||
|
"id": "wmc",
|
||||||
|
"color": "#0c2450"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"menuLinks": [
|
||||||
|
{
|
||||||
|
"name": "Keycloak Login",
|
||||||
|
"url": "https://jellyfin.jafner.net/sso/OID/p/Keycloak"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"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",
|
||||||
|
"syncPlay/plugin"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -32,6 +32,7 @@ services:
|
|||||||
- "${MEDIA_DIR}/Video/Movies:/movies"
|
- "${MEDIA_DIR}/Video/Movies:/movies"
|
||||||
- "${MEDIA_DIR}/Video/Shows:/shows"
|
- "${MEDIA_DIR}/Video/Shows:/shows"
|
||||||
- "${DOCKER_DATA}:/config"
|
- "${DOCKER_DATA}:/config"
|
||||||
|
- "./config.json:/jellyfin/jellyfin-web/config.json"
|
||||||
labels:
|
labels:
|
||||||
- traefik.http.routers.jellyfin.rule=Host(`jellyfin.jafner.net`)
|
- traefik.http.routers.jellyfin.rule=Host(`jellyfin.jafner.net`)
|
||||||
- traefik.http.routers.jellyfin.tls.certresolver=lets-encrypt
|
- traefik.http.routers.jellyfin.tls.certresolver=lets-encrypt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user