webhookd icon indicating copy to clipboard operation
webhookd copied to clipboard

A very simple webhook server launching shell scripts.

Results 22 webhookd issues
Sort by recently updated
recently updated
newest added
trafficstars

Hello, I want to send errors back when the parameters are wrong and I think it is not a nice way to send an error back with 200 OK. Is...

The client (curl) does not pass the originating IP address, so when responding to requests based on IP it would be great to have access to whatever the IP address...

Hi, when trying to access docker from within the script it fails with: ``` Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get "http://%2Fvar%2Frun%2Fdocker.sock/v1.24/containers/json":...

Can you suggest a way to install a specific version of python? I tried installing python into the docker (alpine linux) using `apk add python3-dev`, but the latest version of...

thank you... for your hard work... to make this tool... it really helps me... in all my work but.. I found a problem.. where when I.. tried to send data.....

You can now call a blocking webhook to obtain an HTTP response code relative to the script's output code.

Since version 1.20.0, line breaks in command output are not displayed correctly, all text is displayed on a single line

Hey, i have some endpoints that i cannot add authentication to due to technical limitations on the sender side, but i would like to have authentication for all other (or...

Hey, i am trying to figure out how to log headers. I know i can call them in a bash script like `$user_agent` when the header was passed using `-H...