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
970
Serverless Microservices Are The New Black
lornajane
1
140
Other Decks in Technology
See All in Technology
TableauLangchainとは何か?
cielo1985
1
140
マルチプロダクト環境におけるSREの役割 / SRE NEXT 2025 lunch session
sugamasao
1
220
united airlines ™®️ USA Contact Numbers: Complete 2025 Support Guide
flyunitedhelp
1
470
20250707-AI活用の個人差を埋めるチームづくり
shnjtk
6
4.1k
DatabricksにOLTPデータベース『Lakebase』がやってきた!
inoutk
0
150
スタートアップに選択肢を 〜生成AIを活用したセカンダリー事業への挑戦〜
nstock
0
270
インフラ寄りSREの生存戦略
sansantech
PRO
8
3.3k
VGGT: Visual Geometry Grounded Transformer
peisuke
1
550
shake-upを科学する
rsakata
7
900
「Chatwork」のEKS環境を支えるhelmfileを使用したマニフェスト管理術
hanayo04
1
210
Zero Data Loss Autonomous Recovery Service サービス概要
oracle4engineer
PRO
2
7.8k
United Airlines Customer Service– Call 1-833-341-3142 Now!
airhelp
0
170
Featured
See All Featured
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
31
1.3k
The Pragmatic Product Professional
lauravandoore
35
6.7k
Intergalactic Javascript Robots from Outer Space
tanoku
271
27k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
Why Our Code Smells
bkeepers
PRO
336
57k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
740
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
5.9k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.6k
Optimising Largest Contentful Paint
csswizardry
37
3.3k
Optimizing for Happiness
mojombo
379
70k
Building Applications with DynamoDB
mza
95
6.5k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
60k
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