Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 664 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 664 Bytes

Tines Connect

Tines Connect is a container for ngrok which can help provide access to resources that would generally not be internet accessible.

Install

  1. Create an ngrok account. Find your authtoken value.

  2. Create a Global Resource in Tines and identify the ID number of the resource.

  3. Fill out environment.txt.

  4. Set the tunnel destination in ngrok.yml.

  5. Build the container.

docker build . --tag tines-connect
  1. Run the container.
docker run --env-file environment.txt --name tines-connect tines-connect