Selfhost
Set up Ngrok
1
Create ngrok.yml file
2
Fill the mandatory variables
- AUTH_TOKEN can be found in your ngrok dashboard
- DOMAIN can be found also in your ngrok dashboard
3
Enable Ngrok in the Dockerfiles
Uncomment ngrok service in docker-compose[.dev, .source].yml. The following code MUST BE uncommented.
That’s all ! After launching the dockers, all requests targeted at REDIRECT_TUNNEL_INGRESS or WEBHOOK_INGRESS are effectively tunneled to your backend server !
Was this page helpful?