Private cloud shell history. Open source server for bashhub https://github.com/rcaloras/bashhub-client
Go to file
2020-02-07 18:29:09 -05:00
cmd working demo 2020-02-07 11:14:22 -05:00
internal internal/db includes regex matches for query 2020-02-07 18:29:09 -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 internal/db: commandGet() support both sqlite and postgres 2020-02-07 12:17:00 -05:00
go.mod internal/db includes regex matches for query 2020-02-07 18:29:09 -05:00
go.sum working demo 2020-02-07 11:14:27 -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