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 - abbr: GT
href: https://gitea.vidoks.fr href: https://gitea.vidoks.fr
services.yaml: | services.yaml: |
- My First Group: - Infrastructure:
- My First Service: - Proxmox:
href: http://localhost/ href: https://192.168.1.81:8006
description: Homepage is awesome 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: - Media Management:
- My Second Service: - Sonarr:
href: http://localhost/ href: http://192.168.1.19:8989
description: Homepage is the best description: TV Series Management
widget:
- My Third Group: type: sonarr
- My Third Service: url: http://192.168.1.19:8989
href: http://localhost/ key: 1c5ede99d43d44138fbe9362c732586d
description: Homepage is 😎 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: | widgets.yaml: |
- kubernetes: - kubernetes:
cluster: cluster:
@ -60,21 +83,5 @@ data:
- search: - search:
provider: duckduckgo provider: duckduckgo
target: _blank 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: "" docker.yaml: ""