Podman
Podman is a popular Docker alternative that can run containers.
Running Webhook Relay container with Podman is very similar to Docker instructions. However, key difference will be the image, instead of webhookrelay/webhookrelayd:latest
please use docker.io/webhookrelay/webhookrelayd-ubi8:latest
.
Forward webhooks
Go to https://my.webhookrelay.com/buckets and create a bucket
Configure output destination (another container or IP address where you want to forward)
Get access token from here. Once you click on ‘Create Token’, it will generate it and show a helper to set environment variables:
Start a webhookrelayd agent:
If you are using self-signed certificates on your internal side, specify INSECURE
environment variable to skip validation:
Open a tunnel
Go to https://my.webhookrelay.com/tunnels and create a tunnel with your desired destination
Get access token from here. Once you click on ‘Create Token’, it will generate it and show a helper to set environment variables:
Start a bidirectional tunnel:
Last updated