Go to file
2021-01-21 23:21:40 -05:00
config Initial commit providing the basics 2021-01-21 23:21:40 -05:00
example_config.json Initial commit providing the basics 2021-01-21 23:21:40 -05:00
go.mod Initial commit providing the basics 2021-01-21 23:21:40 -05:00
LICENSE Initial commit 2021-01-21 22:48:39 -05:00
main.go Initial commit providing the basics 2021-01-21 23:21:40 -05:00
README.md Initial commit providing the basics 2021-01-21 23:21:40 -05:00

httpwrap

A simple HTTP server to wrap around shell executions.

Configuration

See the example config and the config.Config structure

Install

Prerequisites

  • Go version >= 1.16

  • export PATH="$(go env GOPATH)/bin:$PATH"

Steps

  1. go install github.com/tblyler/httpwrap@latest

  2. Set CONFIG_FILE_PATH environment variable to the path for your config file. See reference example config

  3. Execute httpwrap

TODO

  • Allow execution of httpwrap to wrap around another command execution like... httpwrap /bin/my-non-http-program. Forwarding kill signals, STDOUT, and STDERR appropriately.

  • Add proper logging & error handling

  • Add support for more config formats

  • Add Makefile

  • Add CI pipeline

  • Make artifacts available for download in "Releases"

  • Add unit tests

  • Stop judging me, I wrote this for my Raspberry Pi