Skip to content

badkaktus/boltdbmyadmin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

A web based GUI with Docker for BoltDB files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 73.4%
  • Go 21.4%
  • CSS 3.2%
  • HTML 1.2%
  • Dockerfile 0.8%