webhookrelay/webhookrelayd

By webhookrelay

Updated 18 days ago

Official https://webhookrelay.com/ agent.

Image
1

5M+

webhookrelay/webhookrelayd repository overview

Webhook Relay CLI

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.

Prerequisites

Get a token from the dashboard.

Usage

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

Support

If you have any questions or need assistance, feel free to contact us at [email protected].

Tag summary

Content type

Image

Digest

sha256:e22df18ab

Size

10 MB

Last updated

18 days ago

docker pull webhookrelay/webhookrelayd