auto reload config
This commit is contained in:
parent
6b3334d988
commit
7f3456b80a
@ -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"]
|
||||
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
|
||||
Loading…
x
Reference in New Issue
Block a user