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

View File

@ -45,10 +45,9 @@
href: http://192.168.1.57
icon: unraid.png
ping: http://192.168.1.57
widget:
type: customapi
widgets:
- type: customapi
url: http://192.168.1.57:24940
display: list
mappings:
- field:
array_total: free
@ -68,6 +67,10 @@
cache_total: free_percent
label: Cache Free
format: percent
- type: customapi
url: http://192.168.1.57:24940
mappings:
- field:
memory: used_percent
label: Memory Used
@ -81,6 +84,10 @@
label: CPU Temp
format: number
suffix: °C
- type: customapi
url: http://192.168.1.57:24940
mappings:
- field:
network_total: rx_MiBs
label: Network RX
@ -91,6 +98,16 @@
label: Network TX
format: float
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:
- Gitea: