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
AWS Well-Architected Frameworkで学ぶAmazon ECSのセキュリティ対策
umekou
2
150
Amazon Aurora のバージョンアップ手法について
smt7174
2
150
遷移の高速化 ヤフートップの試行錯誤
narirou
6
1.2k
AI Agent時代なのでAWSのLLMs.txtが欲しい!
watany
2
230
技術スタックだけじゃない、業務ドメイン知識のオンボーディングも同じくらいの量が必要な話
niftycorp
PRO
0
110
AIエージェント開発のノウハウと課題
pharma_x_tech
0
480
OCI Success Journey OCIの何が評価されてる?疑問に答える事例セミナー(2025年2月実施)
oracle4engineer
PRO
2
160
EDRの検知の仕組みと検知回避について
chayakonanaika
12
5k
Amazon Q Developerの無料利用枠を使い倒してHello worldを表示させよう!
nrinetcom
PRO
2
120
AIエージェント元年@日本生成AIユーザ会
shukob
1
220
【内製開発Summit 2025】イオンスマートテクノロジーの内製化組織の作り方/In-house-development-summit-AST
aeonpeople
2
690
ABWG2024採択者が語るエンジニアとしての自分自身の見つけ方〜発信して、つながって、世界を広げていく〜
maimyyym
1
180
Featured
See All Featured
Statistics for Hackers
jakevdp
797
220k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.2k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
33
2.8k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
49k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
27
1.9k
Rails Girls Zürich Keynote
gr2m
94
13k
How STYLIGHT went responsive
nonsquared
98
5.4k
Docker and Python
trallard
44
3.3k
Optimizing for Happiness
mojombo
376
70k
Faster Mobile Websites
deanohume
306
31k
Rebuilding a faster, lazier Slack
samanthasiow
80
8.9k
Being A Developer After 40
akosma
89
590k
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