Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 617 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 617 Bytes

This is the web service in Go that powers http://sshpot.com/ - it runs on Heroku.

Local development

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.

Done

  • Log commands executed without executing them
  • Log proxy requests made with direct-tcpip channel types

TODO

  • init.d script
  • api usage graphs/page
  • Add kippo integration / collection endpoints
  • systemd script
  • Tests
  • Restrict access to sharing via API keys / auth management

License

See LICENSE file