Comment on page
Client configuration
Relay client needs several details such as server address and authentication credentials to successfully connect to your self-hosted server.
You will need to specify several details for the relay client so it can connect to this custom webhook server. Create a new file called
.env
and specify these variables:RELAY_API_ADDRESS=http://your-server-domain:9301
RELAY_KEY=<your token key>
RELAY_SECRET=<your token secret>
RELAY_GRPC_API_ADDRESS=your-server-domain:9302
Now, source them:
source transponder.sh
To start using your new Transponder server:
relay forward -b my-bucket http://localhost:8080
Last modified 2yr ago