wizardapps/ngrok
An Ngrok container based on centurylink/docker-ngrok that is designed to be configurable through environmental variables.
50K+
An Ngrok container based on centurylink/docker-ngrok that is designed to be configurable through environmental variables.
This makes this specific container extremely useful when building applications in Panamax, as you simply have to link the Ngrok container to the application under the "app" or "http" or "https" aliases, and all of the configuration will be done for you by default.
Additionally, you can specify one of several options to configure your Ngrok tunnel:
NGROK_AUTH
- Authentication key for your Ngrok account. This is needed for custom subdomains, custom domains, and HTTP authenticationNGROK_SUBDOMAIN
- Name of the custom subdomain to use for your tunnel. You must also provide the authentication tokenNGROK_DOMAIN
- Paying Ngrok customers can specify a custom domain. Only one subdomain or domain can be specified, with the domain taking priority.NGROK_USERNAME
- Username to use for HTTP authentication on the tunnel. You must also specify an authentication tokenNGROK_PASSWORD
- Password to use for HTTP authentication on the tunnel. You must also specify an authentication tokenNGROK_PROTOCOL
- Can either be "HTTP" or "TCP", and it defaults to "HTTP" if not specified. If set to "TCP", Ngrok will allocate a port instead of a subdomain and proxy TCP requests directly to your application.docker pull wizardapps/ngrok