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
770
Create PDFs from markup with rst2pdf
lornajane
3
810
Serverless Microservices are the New Black
lornajane
3
130
Serverless Computing with Apache OpenWhisk
lornajane
0
110
Build A Serverless Data Pipeline
lornajane
1
770
SQL, NoSQL and Beyond
lornajane
0
1.1k
Build a Serverless Data Pipeline
lornajane
1
1.1k
Road Trip Through Database Country
lornajane
1
980
Serverless Microservices Are The New Black
lornajane
1
140
Other Decks in Technology
See All in Technology
2つのフロントエンドと状態管理
mixi_engineers
PRO
3
110
未経験者・初心者に贈る!40分でわかるAndroidアプリ開発の今と大事なポイント
operando
5
710
なぜスクラムはこうなったのか?歴史が教えてくれたこと/Shall we explore the roots of Scrum
sanogemaru
5
1.6k
ブロックテーマ時代における、テーマの CSS について考える Toro_Unit / 2025.09.13 @ Shinshu WordPress Meetup
torounit
0
130
5年目から始める Vue3 サイト改善 #frontendo
tacck
PRO
3
220
「どこから読む?」コードとカルチャーに最速で馴染むための実践ガイド
zozotech
PRO
0
520
テストを軸にした生き残り術
kworkdev
PRO
0
210
初めてAWSを使うときのセキュリティ覚書〜初心者支部編〜
cmusudakeisuke
1
270
OCI Oracle Database Services新機能アップデート(2025/06-2025/08)
oracle4engineer
PRO
0
170
要件定義・デザインフェーズでもAIを活用して、コミュニケーションの密度を高める
kazukihayase
0
120
普通のチームがスクラムを会得するたった一つの冴えたやり方 / the best way to scrum
okamototakuyasr2
0
100
20250913_JAWS_sysad_kobe
takuyay0ne
2
230
Featured
See All Featured
Java REST API Framework Comparison - PWX 2021
mraible
33
8.8k
How GitHub (no longer) Works
holman
315
140k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Navigating Team Friction
lara
189
15k
jQuery: Nuts, Bolts and Bling
dougneiner
64
7.9k
Why Our Code Smells
bkeepers
PRO
339
57k
Site-Speed That Sticks
csswizardry
10
820
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
RailsConf 2023
tenderlove
30
1.2k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
30
9.7k
The Straight Up "How To Draw Better" Workshop
denniskardys
236
140k
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