2017 © Pedro Peláez
 

magento2-module ngrock

Dynamic base url for use with ngrock.

image

ethangrant/ngrock

Dynamic base url for use with ngrock.

  • Saturday, November 11, 2017
  • by ethangrant
  • Repository
  • 2 Watchers
  • 0 Stars
  • 65 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 33 % Grown

The README.md

Magento 2 Dynamic base url for Ngrock

Credit

This module is based on the Magento 1 module 'StudioForty9/Ngrok' https://github.com/StudioForty9/Ngrok, (*1)

Features

Allows you to use ngrok freely without worrying about updating your Magento Base URL every time you publish your new ngrok URL., (*2)

Usage

Ngrock is tool that allows you to create a public HTTP or HTTPS URL for your local application., (*3)

Ngrock can be downloaded for free from https://ngrok.com/download., (*4)

If you're running your installation of Magento 2 from localhost typically the following will get ngrock up and running:, (*5)

ngrock http 80

The UI in your terminal should look something like this:, (*6)

ngrok by @inconshreveable

Tunnel Status                 online
Version                       2.0/2.0
Web Interface                 http://127.0.0.1:4040
Forwarding                    http://92832de0.ngrok.io -> localhost:80
Forwarding                    https://92832de0.ngrok.io -> localhost:80

Connnections                  ttl     opn     rt1     rt5     p50     p90
                              0       0       0.00    0.00    0.00    0.00

'Forwarding' being your publicly accessible URL., (*7)

If your local installation you wish to share is in a docker container, you should specify the docker container hostname followed by the port number:, (*8)

ngrock http magento2.docker:80

This module can be installed via composer. Once installed you should be ready to go., (*9)

composer require ethangrant/ngrock

The Versions

11/11 2017

dev-master

9999999-dev

Dynamic base url for use with ngrock.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ~5.5.0|~5.6.0|~7.0.0

 

11/11 2017

1.0.2

1.0.2.0

Dynamic base url for use with ngrock.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ~5.5.0|~5.6.0|~7.0.0

 

11/11 2017

1.0.1

1.0.1.0

Dynamic base url for use with ngrock.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ~5.5.0|~5.6.0|~7.0.0

 

11/11 2017

1.0.0

1.0.0.0

Dynamic base url for use with ngrock.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ~5.5.0|~5.6.0|~7.0.0
  • magento/framework ~100.0.4