This commit is contained in:
Alexis Bruneteau 2025-09-09 22:15:33 +02:00
parent 8acbade8ba
commit 2e63b0f038

View File

@ -45,11 +45,10 @@
href: http://192.168.1.57 href: http://192.168.1.57
icon: unraid.png icon: unraid.png
ping: http://192.168.1.57 ping: http://192.168.1.57
widget: widgets:
type: customapi - type: customapi
url: http://192.168.1.57:24940 url: http://192.168.1.57:24940
display: list mappings:
mappings:
- field: - field:
array_total: free array_total: free
label: Array Free label: Array Free
@ -68,6 +67,10 @@
cache_total: free_percent cache_total: free_percent
label: Cache Free label: Cache Free
format: percent format: percent
- type: customapi
url: http://192.168.1.57:24940
mappings:
- field: - field:
memory: used_percent memory: used_percent
label: Memory Used label: Memory Used
@ -81,6 +84,10 @@
label: CPU Temp label: CPU Temp
format: number format: number
suffix: °C suffix: °C
- type: customapi
url: http://192.168.1.57:24940
mappings:
- field: - field:
network_total: rx_MiBs network_total: rx_MiBs
label: Network RX label: Network RX
@ -91,6 +98,16 @@
label: Network TX label: Network TX
format: float format: float
suffix: MiB/s suffix: MiB/s
- field:
array_total: used
label: Array Used
format: number
suffix: GiB
- field:
cache_total: used
label: Cache Used
format: number
suffix: GiB
- Development & Code: - Development & Code:
- Gitea: - Gitea: