Private cloud shell history. Open source server for bashhub https://github.com/rcaloras/bashhub-client
Go to file
2020-02-09 19:38:17 -05:00
cmd jwt working 2020-02-09 18:30:05 -05:00
internal get command by uuid 2020-02-09 19:38:17 -05:00
version Initial Commit. 2020-02-07 03:02:18 -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 dockerfile don't run cmd at end 2020-02-07 18:41:37 -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 internal/db includes regex matches for query 2020-02-07 18:29:09 -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