diff --git a/k8s/configmap-files/services.yaml b/k8s/configmap-files/services.yaml index 149fa4c..b16fede 100644 --- a/k8s/configmap-files/services.yaml +++ b/k8s/configmap-files/services.yaml @@ -52,6 +52,7 @@ - Media Management: - Sonarr: href: http://192.168.1.19:8989 + ping: http://192.168.1.19:8989 description: TV Series Management icon: sonarr.png widget: @@ -61,6 +62,7 @@ fields: ["wanted", "queued", "series"] - Radarr: href: http://192.168.1.19:7878 + ping: http://192.168.1.19:7878 description: Movie Management icon: radarr.png widget: @@ -70,10 +72,25 @@ fields: ["wanted", "missing", "queued", "movies"] - Prowlarr: href: http://192.168.1.19:9696 + ping: http://192.168.1.19:9696 description: Indexer Management icon: prowlarr.png widget: type: prowlarr url: http://192.168.1.19:9696 key: fa8e81fae8ba4168bcaf082bba1d0b8c - fields: ["numberOfGrabs", "numberOfQueries", "numberOfIndexers"] \ No newline at end of file + fields: ["numberOfGrabs", "numberOfQueries", "numberOfIndexers"] + - Jellyfin: + href: https://jelly.vidoks.fr + ping: https://jelly.vidoks.fr + icon: jellyfin.png + widget: + type: jellyfin + url: https://jelly.vidoks.fr + key: b9b9f79b2c484593833d1d30058c3f62 + enableBlocks: true # optional, defaults to false + enableNowPlaying: true # optional, defaults to true + enableUser: true # optional, defaults to false + enableMediaControl: false # optional, defaults to true + showEpisodeNumber: true # optional, defaults to false + expandOneStreamToTwoRows: false # optional, defaults to true \ No newline at end of file