shell2http
shell2http copied to clipboard
Executing shell commands via HTTP server
Thank you very much for this tool. I really like it and use it in a docker container. As it is a lot easier to use a vanilla container instead...
It could be nice especially for k8s if we could expose a /healthcheck or /ping without httpauth in any case. For liveness/readiness probe. Thanks !
add an healthcheck path without authentication mostly for k8s workloads
I use both `-cgi` and `-form` as a receiver for a bitbucket webhook (i can't control the format of the payload) and I'm hardwired to both options - I know...