/boltdbmyadmin

A web based GUI with Docker for BoltDB files

Primary LanguageJavaScriptMIT LicenseMIT

boltdbmyadmin

A simple SPA BoltDB GUI Admin panel with docker, JSON highlight syntax and unlimited boltdb database files. Based on boltdbweb.

UI framework - AntDesign.

JSON highlight syntax - JSON tree viewer

Usage
docker run -p 8080:8080 -v [absolute path to directory with *.db files]:/app/boltdbs -d kolyuchy/boltdbmyadmin
  • absolute path to directory with *.db files - directory can be include subdirectory. All *.db files copied to /app in container will be loaded to UI
docker-compose example
services:
  web:
    build: kolyuchy/boltdbmyadmin:latest
    ports:
      - "8080:8080"
    volumes:
      - .:/app
Screenshots: