What it does
- Host vitals live: CPU per core, memory, load, disks, network rates, temperatures — with a day of minutes and a month of hours behind the charts.
- Every stack and container with its health, ports and a link to the app. Logs streamed live, with search.
- Start, stop, restart, update through watchtower, prune. Every disruptive action asks first; a read-only mode hides them all.
- The SQLite files your apps keep: tables, rows, integrity checks, snapshots and a restore that stops the owning container first.
- Reachability and certificate checks for your apps and other machines. Alerts that persist are pushed to your phone — web push, no third-party service.
Details
- One container
Mount /proc, /sys and your backups directory read-only for vitals and backup freshness.docker run -p 8800:8800 -v /var/run/docker.sock:/var/run/docker.sock:ro -v mk-dashboard-data:/data ghcr.io/mkornas/mk-dashboard- Runs on
- A single Docker host. One container, no database.
- Licence
- MIT. Free, open source.
- Source
- github.com/mkornas/mk-dashboard