Skip to content

Releases: x1unix/springboard

1.1.0

24 Jun 03:21
Compare
Choose a tag to compare

Changelog

Docker

Added Docker image.

Just create a new config from example (config/config.example.json) 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'

1.0.0

09 May 00:17
Compare
Choose a tag to compare

Initial release