Private cloud shell history. Open source server for bashhub https://github.com/rcaloras/bashhub-client
Find a file
2020-02-07 11:14:22 -05:00
cmd working demo 2020-02-07 11:14:22 -05:00
internal working demo 2020-02-07 11:14:22 -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 Initial Commit. 2020-02-07 03:02:18 -05:00
go.mod working demo 2020-02-07 11:14:22 -05:00
main.go working demo 2020-02-07 11:14:22 -05:00
Makefile Initial Commit. 2020-02-07 03:02:18 -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