arr widgets

This commit is contained in:
Alexis Bruneteau 2025-09-05 00:49:33 +02:00
parent f7d3ab2da7
commit 5ef3d6a7ba

View File

@ -24,20 +24,43 @@ data:
- abbr: GT
href: https://gitea.vidoks.fr
services.yaml: |
- My First Group:
- My First Service:
href: http://localhost/
description: Homepage is awesome
- Infrastructure:
- Proxmox:
href: https://192.168.1.81:8006
description: Hypervisor Management
widget:
type: proxmox
url: https://192.168.1.81:8006
username: root@pam
password: gerbille69
node: proxmox
fields: ["vms", "lxc"]
- My Second Group:
- My Second Service:
href: http://localhost/
description: Homepage is the best
- My Third Group:
- My Third Service:
href: http://localhost/
description: Homepage is 😎
- Media Management:
- Sonarr:
href: http://192.168.1.19:8989
description: TV Series Management
widget:
type: sonarr
url: http://192.168.1.19:8989
key: 1c5ede99d43d44138fbe9362c732586d
fields: ["wanted", "queued", "series"]
- Radarr:
href: http://192.168.1.19:7878
description: Movie Management
widget:
type: radarr
url: http://192.168.1.19:7878
key: 45180a179dae47c7994c91573cfb12c0
fields: ["wanted", "missing", "queued", "movies"]
- Prowlarr:
href: http://192.168.1.19:9696
description: Indexer Management
widget:
type: prowlarr
url: http://192.168.1.19:9696
key: fa8e81fae8ba4168bcaf082bba1d0b8c
fields: ["numberOfGrabs", "numberOfQueries", "numberOfIndexers"]
widgets.yaml: |
- kubernetes:
cluster:
@ -60,21 +83,5 @@ data:
- search:
provider: duckduckgo
target: _blank
- proxmox:
url: https://192.168.1.81:8006
username: root@pam
password: gerbille69
node: proxmox
- sonarr:
url: http://192.168.1.19:8989
key: 1c5ede99d43d44138fbe9362c732586d
enableQueue: true
- radarr:
url: http://192.168.1.19:7878
key: 45180a179dae47c7994c91573cfb12c0
enableQueue: true
- prowlarr:
url: http://192.168.1.19:9696
key: fa8e81fae8ba4168bcaf082bba1d0b8c
docker.yaml: ""