Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Intro to Ngrok
Search
Lorna Mitchell
July 15, 2016
Technology
1
910
Intro to Ngrok
Short talk for RESTFest in Edinburgh
Lorna Mitchell
July 15, 2016
Tweet
Share
More Decks by Lorna Mitchell
See All by Lorna Mitchell
Introduction to OpenAPI Specification
lornajane
1
710
Create PDFs from markup with rst2pdf
lornajane
3
760
Serverless Microservices are the New Black
lornajane
3
110
Serverless Computing with Apache OpenWhisk
lornajane
0
100
Build A Serverless Data Pipeline
lornajane
1
750
SQL, NoSQL and Beyond
lornajane
0
1k
Build a Serverless Data Pipeline
lornajane
1
1.1k
Road Trip Through Database Country
lornajane
1
950
Serverless Microservices Are The New Black
lornajane
1
130
Other Decks in Technology
See All in Technology
プルリクエストレビューを終わらせるためのチーム体制 / The Team for Completing Pull Request Reviews
nekonenene
1
960
Exadata Database Service on Cloud@Customer セキュリティ、ネットワーク、および管理について
oracle4engineer
PRO
2
1.6k
サバイバルモード下でのエンジニアリングマネジメント
konifar
20
6.4k
IoTシステム開発の複雑さを低減するための統合的アーキテクチャ
kentaro
1
130
どちらかだけじゃもったいないかも? ECSとEKSを適材適所で併用するメリット、運用課題とそれらの対応について
tk3fftk
2
260
AI Agent時代なのでAWSのLLMs.txtが欲しい!
watany
3
350
RayでPHPのデバッグをちょっと快適にする
muno92
PRO
0
200
【5分でわかる】セーフィー エンジニア向け会社紹介
safie_recruit
0
19k
【内製開発Summit 2025】イオンスマートテクノロジーの内製化組織の作り方/In-house-development-summit-AST
aeonpeople
2
1.1k
Amazon Q Developerの無料利用枠を使い倒してHello worldを表示させよう!
nrinetcom
PRO
2
120
EDRの検知の仕組みと検知回避について
chayakonanaika
12
5.3k
OCI Success Journey OCIの何が評価されてる?疑問に答える事例セミナー(2025年2月実施)
oracle4engineer
PRO
2
220
Featured
See All Featured
VelocityConf: Rendering Performance Case Studies
addyosmani
328
24k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.2k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
A better future with KSS
kneath
238
17k
Thoughts on Productivity
jonyablonski
69
4.5k
Designing for humans not robots
tammielis
250
25k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
27
1.9k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
366
25k
Designing for Performance
lara
605
68k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
33
2.8k
StorybookのUI Testing Handbookを読んだ
zakiyama
28
5.5k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
129
19k
Transcript
ngrok: Secure Tunnel to Localhost Lorna Jane Mitchell, RESTFest Edinburgh
2016
Overview • install and run locally • opens a tunnel
to your machine • useful for development, debugging • web interface for inspect/replay @lornajane
Run It Locally Choose the protocol and port to expose,
e.g.: ngrok http 4000 @lornajane
Check Out The Dashboard It's usually at http://localhost:4040 • inspect
requests and responses • replay requests @lornajane
ngrok On Your Virtual Machines For dev platforms, just run
the tool on the VM Use the --host-header command line argument to change the host header to what your app expects @lornajane
ngrok On Your Virtual Machines By default the dashboard binds
to 127.0.0.1, fix that by using a config file for ngrok (~/.ngrok2/ngrok.yml). web_addr: 0.0.0.0:4040 tunnels: api: proto: http addr: 80 host_header: "api.dev.joind.in" @lornajane
Thanks! Slides: http://lornajane.net/resources Contact: • lorna.mitchell@uk.ibm.com • @lornajane @lornajane