webhookrelayd
Official https://webhookrelay.com/ agent.
5M+
Webhook Relay Docker image for running the agent on your personal computer or a server. It lets you receive webhooks from any public source straight to localhost or other internal services, and expose internal services over public tunnels.
Get a token from the dashboard.
To start relayd agent in a Docker container, supply key and secret through environment variables:
Webhook forwarding mode (default):
docker run -e KEY=<your key> -e SECRET=<your secret> webhookrelay/webhookrelayd:latest
Tunnel mode:
docker run -e KEY=<your key> -e SECRET=<your secret> webhookrelay/webhookrelayd:latest --mode tunnel
If you have any questions or need assistance, feel free to contact us at [email protected].
Content type
Image
Digest
sha256:e22df18ab…
Size
10 MB
Last updated
18 days ago
docker pull webhookrelay/webhookrelayd