Tines Connect is a container for ngrok which can help provide access to resources that would generally not be internet accessible.
-
Create an ngrok account. Find your
authtoken
value. -
Create a Global Resource in Tines and identify the ID number of the resource.
-
Fill out
environment.txt
. -
Set the tunnel destination in ngrok.yml.
-
Build the container.
docker build . --tag tines-connect
- Run the container.
docker run --env-file environment.txt --name tines-connect tines-connect