A lightweight, simple and peaceful web-based system monitor - written in Go, with no dependencies and a minimal UI.
- System overview - OS, architecture, kernel, uptime, hostname.
- CPU - brand, model, cores, threads, frequency.
- Memory & storage - usage, free/used/total.
- Sensors - temperatures and voltages (where available).
- Network - main interface, bandwith, upload and download speed with benchmark every 4 hours.
- Live updates - refreshes every 10 seconds.
- Minimal UI - simple and elegant.
- Self-contained - single binary + static assets.
You can download image from DockerHub and deploy using docker compose
:
services:
dove-dashboard:
container_name: dove-dashboard
image: poprostuwitold/dove-dashboard:latest
restart: unless-stopped
user: "10001:10001"
ports:
- "2137:2137"
volumes:
- /:/mnt/host:ro