Skip to content

PoProstuWitold/dove-dashboard

Repository files navigation

The Dove Dashboard

"Essential system stats, peacefully simple."

A lightweight, simple and peaceful web-based system monitor - written in Go, with no dependencies and a minimal UI.


Features

  • 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.

Docker

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

About

Essential system stats, peacefully simple.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published