This is the web service in Go that powers http://sshpot.com/ - it runs on Heroku.
Use gin to get automatic reload while developing
gin --port 4040 -a '9090'
Use make
to build the binary.
Use make deploy
to push it to Heroku.
- Log commands executed without executing them
- Log proxy requests made with direct-tcpip channel types
- init.d script
- api usage graphs/page
- Add kippo integration / collection endpoints
- systemd script
- Tests
- Restrict access to sharing via API keys / auth management
See LICENSE file