Skip to content

brunetto/boltdbweb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This fork is an attempt to provide embedding static assets as requested in evnix#9.

boltdbweb

A simple web based boltdb GUI Admin panel.

Installation
go get github.com/gin-gonic/gin
go get github.com/boltdb/bolt/...
go get github.com/evnix/boltdbweb
cd $GOPATH/src/github.com/evnix/boltdbweb
go build boltdbweb.go

Optional

sudo mv boltdbweb /usr/bin 
Usage
boltdbweb --db-name=<DBfilename>[required] --port=<port>[optional] --static-path=<static-path>[optional]
  • --db-name: The file name of the DB.
    • NOTE: If 'file.db' does not exist. it will be created as a BoltDB file.
  • --port: Port for listening on... (Default: 8080)
Example
boltdbweb --db-name=test.db --port=8089 

Goto: http://localhost:8089

Screenshots:

About

A web based GUI for BoltDB files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 72.3%
  • CSS 14.6%
  • JavaScript 12.9%
  • HTML 0.2%