shell2http icon indicating copy to clipboard operation
shell2http copied to clipboard

Executing shell commands via HTTP server

Results 14 shell2http issues
Sort by recently updated
recently updated
newest added

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...