「Mac/インストール/ngrok」の版間の差分
提供: 初心者エンジニアの簡易メモ
(→ngrokのアカウントを作る) |
(→localhost公開) |
||
| 行15: | 行15: | ||
==localhost公開== | ==localhost公開== | ||
| − | + | localhost:80の例 | |
ngrok http 80 | ngrok http 80 | ||
2026年3月10日 (火) 07:28時点における版
ngrokとは
ローカルホストをhttpsで、公開できるツール。 エンジロックとよむ。
ngrokのアカウントを作る
https://ngrok.com/
ngrokインストール
brew install ngrok ngrok config add-authtoken xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx_xxxxxxxxxxxxxxxxxxxxxxxxx # アカウント内で表示されるコードを実行
localhost公開
localhost:80の例
ngrok http 80
