x1unix / springboard

Simple and configurable services dashboard

Repository from Github https://github.comx1unix/springboardRepository from Github https://github.comx1unix/springboard

Springboard

Docker Hub Docker Hub StandWithUkraine

Simple and configurable services dashboard for server and IoT infrastructure.

preview

Usage

Docker

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'

Standalone

This project can be easily served as a directory via any other HTTP server.

  • Grab the latest release from here.
  • Copy and edit default config file (see docs).
  • Serve the folder contents using your favorite web server (e.g. Nginx).

About

Simple and configurable services dashboard


Languages

Language:TypeScript 71.2%Language:CSS 12.8%Language:SCSS 11.8%Language:HTML 2.9%Language:Dockerfile 1.4%