
miniboard
Lightweight self-hosted dashboard with uptime monitoring
miniboard is a lightweight dashboard application written in Go that provides tabs, panels and simple uptime monitoring with notifications. Configuration can be done through the web GUI or a YAML file, and it is distributed as a Docker image or a single binary.
Key Features
- Lightweight Go backend with an HTML/Bootstrap frontend and small resource footprint
- Panels and tabs to organize hosts, services and links into customizable boards
- Built-in uptime monitoring that records status history in a local SQLite database
- Configurable notifications and alerting for monitored hosts
- Configure via web GUI or YAML file; environment variables and CLI options available
- Optional Docker socket integration to create panels from running containers
- Themes support (Bootswatch) and options for offline/local assets to avoid external requests
Use Cases
- Personal or home-lab startpage showing service status and quick links
- Small-team status board for basic uptime and availability monitoring
- Lightweight alternative to larger dashboard systems for monitoring a few hosts or services
Limitations and Considerations
- Uses SQLite for storage, which is suitable for small deployments but not for large-scale monitoring
- Authentication is basic (session cookie with bcrypt password support); no built-in OAuth/SSO providers
- By default the frontend pulls themes and fonts from the Internet; additional setup is required for fully offline/local deployments
miniboard is targeted at users who need a simple, low-maintenance dashboard and uptime monitor for small environments. It emphasizes ease of setup, local configuration and minimal dependencies while providing basic alerting and visual organization of services.
Categories:
Tags:
Tech Stack:
Similar Services

Glance
Self-hosted, configurable dashboard for feeds and status widgets
Glance is a lightweight self-hosted dashboard that aggregates RSS and other widgets (Reddit, YouTube, weather, markets, server stats) into customizable pages.

Dashy
Self-hosted personal dashboard for links, widgets, and status checks
Dashy is a self-hosted personal dashboard for organizing services in one place, with widgets, themes, live status checks, search, and optional authentication.

Homer
Static YAML-configured homepage dashboard for self-hosted services
Homer is a lightweight static homepage dashboard configured via YAML to organize and quickly access self-hosted services, with search, theming, and PWA support.


Heimdall
Application dashboard and web app launcher
Heimdall is a self-hosted application dashboard and startpage to organize and launch your web apps, services, and bookmarks, with optional live stats via enhanced app int...

Dawarich
Self-hosted location history tracker and map timeline
Dawarich is a privacy-focused, self-hostable location history tracker and Google Timeline alternative with interactive maps, trips, stats, and data import/export.

Wallos
Open-source self-hosted personal subscription and expense tracker
Wallos is a self-hostable web app for tracking recurring subscriptions, multi-currency expenses, notifications and simple analytics for household finances.
Go
HTML
Docker
Bootstrap