Skip to content

Instantly share code, notes, and snippets.

@adityatelange
Created February 13, 2021 09:27
Show Gist options
  • Save adityatelange/1748d52f85468054abc39daa08e71716 to your computer and use it in GitHub Desktop.
Save adityatelange/1748d52f85468054abc39daa08e71716 to your computer and use it in GitHub Desktop.
share directory with ngrok
ngrok http file:///some/dir
# with basic auth
ngrok http file:///some/dir -auth="user:pass"
# credits https://twitter.com/Regala_/status/1360193684663242759?s=20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment