ngrok-tunnel icon indicating copy to clipboard operation
ngrok-tunnel copied to clipboard

Ngrok-tunnel gem is a simple ruby wrapper for ngrok http://ngrok.com

Results 10 ngrok-tunnel issues
Sort by recently updated
recently updated
newest added

Given that this repo hasn't been touched in three years, and @bogdanovich hasn't been active on github in at least a year, I'd guess that this repo is abandoned. Is...

This PR adds support for ngrok v3. However, [enough changed](https://ngrok.com/docs/guides/upgrade-v2-v3) that I decided to drop support for older versions of ngrok, and instead prompt the user to upgrade ngrok if...

After updating to ngrok 3.0.3 `Ngrok::Tunnel.start` now errors: `ERROR: unknown shorthand flag: 'l' in -log=stdout` There is a PR in progress to make the gem compatible https://github.com/bogdanovich/ngrok-tunnel/pull/22

This is a second stab at enabling ngrok persistence support, based on the https://github.com/bogdanovich/ngrok-tunnel/pull/11 by @scottmartinnet Is now correctly working, launching ngrok as a background process if persistence key is...

~ $ chmod 777 ngrok ~ $ ./ngrok authtoken 1y54WLRLCTMPKDTr78sPD3ans2e_5yJzdAP3Y48bXhRcMaDZj bash: ./ngrok: Bad address ~ $

I **love** `ngrok-tunnel`. Thank you *so much* for making it. Following @tinbka's advice in https://github.com/bogdanovich/ngrok-tunnel/blob/master/examples/rack-server.rb I have it setup in my `puma.rb`. This issue is to ask "why" you folks...

Ngrok::Error: Only paid plans may bind custom subdomains.\nFailed to bind the custom subdomain 'builder-admin-panel' for an unauthenticated client.\nSign up at: https://ngrok.com/signup\n\nIf you have already signed up, make sure your authtoken...

I needed my ngrok process to persist across multiple Ruby processes so that I could test web service callbacks in a multiprocess environment without a constantly changing ngrok hostname. On...

Hi. I've built a [gem for localtunnel](https://github.com/ssilab/localtunnel/tree/ca97090b4aec389af752ffa57e3b37989c704608) (an ngrok alternative), using your gem as inspiration. So thanks! Looking at your code, one thing I noticed is that there is a...