HW-Monitor
Aplicación Docker from antond645-cpu's Repository
Visión general
Web dashboard for CPU, GPUs, disks, motherboard voltages, and SMART temps on Linux/Unraid—live charts plus SQLite-backed history.
You need host /dev and /sys (read-only) so sensors and drives are visible.
SMART reads rely on SYS_ADMIN and SYS_RAWIO (template adds these caps).
NVIDIA expects nvidia-smi in the image/runtime; AMD/Intel come from sysfs and depend on your kernel/driver stack.
Argumentos en tiempo de ejecución
- Interfaz web
http://[IP]:[PORT:8181]/- Red
bridge- Concha
sh- Privilegiado
- false
- Parámetros adicionales
--cap-add=SYS_ADMIN --cap-add=SYS_RAWIO
Configuración de plantillas
WebUI PortPorttcp
Container Port: 8181
- Objetivo
- 8181
- Por defecto
- 8181
- Valor
- 8181
AppdataPathrw
Persistent history database
- Objetivo
- /var/lib/hw_monitor
- Por defecto
- /mnt/user/appdata/hw_monitor/data
- Valor
- /mnt/user/appdata/hw_monitor/data
Host /dev (read-only)Pathro
Device nodes for SMART/sensors access
- Objetivo
- /dev
- Por defecto
- /dev
- Valor
- /dev
Host /sys (read-only)Pathro
Kernel hardware information
- Objetivo
- /sys
- Por defecto
- /sys
- Valor
- /sys
Login PasswordVariable
Web UI login password
- Objetivo
- AUTH_PASS
- Por defecto
- change-me
- Valor
- change-me
Flask Secret KeyVariable
Session signing key (set to a long random value)
- Objetivo
- SECRET_KEY
- Por defecto
- replace-with-long-random-string
- Valor
- replace-with-long-random-string
App TitleVariable
Title displayed in the web interface
- Objetivo
- APP_TITLE
- Por defecto
- HW Monitor
- Valor
- HW Monitor
Disk DiscoveryVariable
auto or comma-separated devices, e.g. /dev/sda,/dev/nvme0n1
- Objetivo
- SMART_DEVICES
- Por defecto
- auto
- Valor
- auto
NVIDIA ModeVariable
auto / true / false
- Objetivo
- ENABLE_NVIDIA
- Por defecto
- auto
- Valor
- auto
AMD ModeVariable
auto / true / false
- Objetivo
- ENABLE_AMD
- Por defecto
- auto
- Valor
- auto
Intel ModeVariable
auto / true / false
- Objetivo
- ENABLE_INTEL
- Por defecto
- auto
- Valor
- auto
Log LevelVariable
DEBUG, INFO, WARNING, ERROR
- Objetivo
- LOG_LEVEL
- Por defecto
- INFO
- Valor
- INFO
Categorías
Detalles
Repositorio
ghcr.io/antond645-cpu/hw-monitor:latestRegistro
Última actualización2026-06-01
Visto por primera vez2026-05-13
Ejecute HW-Monitor en Unraid.
HW-Monitor se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.