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
930
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
750
Create PDFs from markup with rst2pdf
lornajane
3
800
Serverless Microservices are the New Black
lornajane
3
130
Serverless Computing with Apache OpenWhisk
lornajane
0
110
Build A Serverless Data Pipeline
lornajane
1
760
SQL, NoSQL and Beyond
lornajane
0
1.1k
Build a Serverless Data Pipeline
lornajane
1
1.1k
Road Trip Through Database Country
lornajane
1
960
Serverless Microservices Are The New Black
lornajane
1
140
Other Decks in Technology
See All in Technology
CI/CD/IaC 久々に0から環境を作ったらこうなりました
kaz29
1
170
生成AIでwebアプリケーションを作ってみた
tajimon
2
150
_第3回__AIxIoTビジネス共創ラボ紹介資料_20250617.pdf
iotcomjpadmin
0
150
AIの最新技術&テーマをつまんで紹介&フリートークするシリーズ #1 量子機械学習の入門
tkhresk
0
140
監視のこれまでとこれから/sakura monitoring seminar 2025
fujiwara3
11
3.9k
Understanding_Thread_Tuning_for_Inference_Servers_of_Deep_Models.pdf
lycorptech_jp
PRO
0
120
AWS テクニカルサポートとエンドカスタマーの中間地点から見えるより良いサポートの活用方法
kazzpapa3
2
540
Snowflake Summit 2025 データエンジニアリング関連新機能紹介 / Snowflake Summit 2025 What's New about Data Engineering
tiltmax3
0
310
Witchcraft for Memory
pocke
1
300
なぜ私はいま、ここにいるのか? #もがく中堅デザイナー #プロダクトデザイナー
bengo4com
0
180
2025-06-26_Lightning_Talk_for_Lightning_Talks
_hashimo2
2
100
標準技術と独自システムで作る「つらくない」SaaS アカウント管理 / Effortless SaaS Account Management with Standard Technologies & Custom Systems
yuyatakeyama
3
1.2k
Featured
See All Featured
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
How GitHub (no longer) Works
holman
314
140k
Reflections from 52 weeks, 52 projects
jeffersonlam
351
20k
Testing 201, or: Great Expectations
jmmastey
42
7.5k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.9k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
Music & Morning Musume
bryan
46
6.6k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
YesSQL, Process and Tooling at Scale
rocio
173
14k
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: •
[email protected]
• @lornajane @lornajane