devcontainers-contrib / features

🐳 Extra add-in features for Devcontainers and GitHub Codespaces
MIT License
214 stars 108 forks source link

ngrok #587

Open njbmartin opened 3 months ago

njbmartin commented 3 months ago

Requested Feature

ngrok is widely used for tunnelling localhost where HTTPS is enforced (eg. OAuth redirects / webhooks).

The following would be the install script, as per the docs: https://dashboard.ngrok.com/get-started/setup/linux

curl -s https://ngrok-agent.s3.amazonaws.com/ngrok.asc \
  | sudo tee /etc/apt/trusted.gpg.d/ngrok.asc >/dev/null && echo "deb https://ngrok-agent.s3.amazonaws.com buster main" \
  | sudo tee /etc/apt/sources.list.d/ngrok.list && sudo apt update && sudo apt install ngrok