Skip to content

tblyler/httpwrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages