Simple and configurable services dashboard for server and IoT infrastructure.
Project provides a simple HTTP server based on static-file-server Docker image.
Just create a new config from example and mount it as /var/www/config/config.json
.
services:
dashboard:
image: x1unix/springboard # or ghcr.io/x1unix/springboard/springboard:latest
volumes:
./config:/var/www/config
ports:
- '8080:8080'
This project can be easily served as a directory via any other HTTP server.