Commit Graph

13 Commits

Author SHA1 Message Date
zabio3 e066f3cac9 Add $NGROK_LOOK_DOMAIN 2019-05-23 15:15:56 +02:00
Andrii Abramov aa0a09bc7f #36 Persist auth token to ~/.ngrok2/ngrok.yml instead of appending it to command line args 2019-03-27 23:07:28 +01:00
Matthew Baggett 6d417fb4de Add support for reserved TCP addresses (#31)
* Add support for reserved tcp addresses
* Rework to suit pull request comments
2019-01-11 10:02:09 +01:00
Chris Kirby 9a8505d39c added support for the bind-tls arg (#29)
- added new env NGROK_BINDTLS which adds the arg
- updated the readme
2019-01-04 13:34:39 +01:00
Qasim Sarfraz 6189eaf3a4 Exclude escaping quotes (#21) 2018-08-07 22:26:37 +02:00
Sean Dietrich ce878ba0e0 Add option to debug if end user wants (#17)
* Add option to debug if end user wants

Added option for NGROK_DEBUG variable just incase someone wants the standard layout instead

* Modified as -n was not working properly

* Update entrypoint.sh
2018-05-18 09:58:00 +02:00
Andrea Baron 5d612361f4 Allows setting a custom region 2017-07-04 09:37:52 +02:00
Werner Beroux 4f5fdae585 Adds NGROK_PORT as per issue #3. 2016-07-01 14:20:45 +00:00
Werner Beroux 1a61d46207 Add EditorConfig and Codenvy Factory with a badge. 2016-06-28 15:00:07 +00:00
Werner Beroux d35a8cef17 Breaking change: When parameters are passed directly run them. 2016-06-28 14:43:45 +00:00
Werner Beroux 8b7b70ee91 Revert "Make entrypoint.sh the entrypoint."
This reverts commit 0082d0d961.
2015-07-10 14:35:28 +02:00
Werner Beroux 0082d0d961 Make entrypoint.sh the entrypoint.
Eventhou it is the ENTRYPOINT, it will just work
as if it was the CMD because it exec all arguments.
2015-07-08 14:45:55 +02:00
Werner Beroux e12ce05011 Rename ngrok_disover -> entrypoint.sh.
The later name is what Docker official images usually
use, like Redis for example.
2015-07-07 21:17:12 +02:00