Closed1
ngrokでローカル環境を外部公開する
Quickstart
ドメイン未指定
ngrok http 5000
ngrok http 5000 --basic-auth user:password
ドメイン指定
ngrok http 5000 --basic-auth user:password --domain yourdomain.ngrok-free.app
このスクラップは2024/08/15にクローズされました
ngrok http 5000
ngrok http 5000 --basic-auth user:password
ngrok http 5000 --basic-auth user:password --domain yourdomain.ngrok-free.app