Skip to content
/ zuul-ngrok Public
forked from rase-/zuul-ngrok

An ngrok tunnel implementation for Zuul -- currently used in rase-/zuul

Notifications You must be signed in to change notification settings

vvo/zuul-ngrok

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

zuul-ngrok

Uses ngrok as a tunneling service to run Zuul exposed to the world, also used when running tests in Saucelabs.

Any ngrok node module options can be specified in .zuul.yml in the tunnel section. For details see the module pages.

Here is an example:

tunnel:
  type: ngrok
  authtoken: JnawIksKFkXQzrxSjIjQ
  subdomain: doge

and another one:

tunnel:
  type: ngrok
  authtoken: JnawIksKFkXQzrxSjIjQ
  proto: tcp

In fact tcp-mode is a special case. If proto is specified, the tcp:// prefix is replaced with http:// for the Zuul tests to run.

About

An ngrok tunnel implementation for Zuul -- currently used in rase-/zuul

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%