Private cloud shell history. Open source server for bashhub https://github.com/rcaloras/bashhub-client
Go to file
2020-02-09 20:35:51 -05:00
cmd version command 2020-02-09 20:35:45 -05:00
internal internal/db: password has in userCreate method rather than route call 2020-02-09 19:50:19 -05:00
scripts version command 2020-02-09 20:35:51 -05:00
.gitignore Initial Commit. 2020-02-07 03:02:18 -05:00
.travis.yml Initial Commit. 2020-02-07 03:02:18 -05:00
AUTHORS.md Initial Commit. 2020-02-07 03:02:18 -05:00
CONTRIBUTING.md Initial Commit. 2020-02-07 03:02:18 -05:00
Dockerfile version command 2020-02-09 20:30:10 -05:00
go.mod jwt working 2020-02-09 18:30:05 -05:00
go.sum jwt working 2020-02-09 18:30:05 -05:00
main.go working demo 2020-02-07 11:14:22 -05:00
Makefile version command 2020-02-09 20:35:45 -05:00
README.md Initial Commit. 2020-02-07 03:02:18 -05:00

bashhub-server

Private BashHub server

Getting started

This project requires Go to be installed. On OS X with Homebrew you can just run brew install go.

Running it then should be as simple as:

$ make
$ ./bin/bashhub-server

Testing

make test