auto reload config

This commit is contained in:
Alexis Bruneteau 2025-09-05 14:42:27 +02:00
parent 6b3334d988
commit 7f3456b80a

View File

@ -52,6 +52,7 @@
- Media Management: - Media Management:
- Sonarr: - Sonarr:
href: http://192.168.1.19:8989 href: http://192.168.1.19:8989
ping: http://192.168.1.19:8989
description: TV Series Management description: TV Series Management
icon: sonarr.png icon: sonarr.png
widget: widget:
@ -61,6 +62,7 @@
fields: ["wanted", "queued", "series"] fields: ["wanted", "queued", "series"]
- Radarr: - Radarr:
href: http://192.168.1.19:7878 href: http://192.168.1.19:7878
ping: http://192.168.1.19:7878
description: Movie Management description: Movie Management
icon: radarr.png icon: radarr.png
widget: widget:
@ -70,10 +72,25 @@
fields: ["wanted", "missing", "queued", "movies"] fields: ["wanted", "missing", "queued", "movies"]
- Prowlarr: - Prowlarr:
href: http://192.168.1.19:9696 href: http://192.168.1.19:9696
ping: http://192.168.1.19:9696
description: Indexer Management description: Indexer Management
icon: prowlarr.png icon: prowlarr.png
widget: widget:
type: prowlarr type: prowlarr
url: http://192.168.1.19:9696 url: http://192.168.1.19:9696
key: fa8e81fae8ba4168bcaf082bba1d0b8c key: fa8e81fae8ba4168bcaf082bba1d0b8c
fields: ["numberOfGrabs", "numberOfQueries", "numberOfIndexers"] 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