diff --git a/src/ngrok/README.md b/src/ngrok/README.md new file mode 100644 index 0000000..9289fa2 --- /dev/null +++ b/src/ngrok/README.md @@ -0,0 +1,24 @@ + +# ngrok (ngrok) + +Globally distributed reverse proxy that secures, protects and accelerates your applications and network services, no matter where you run them. + +## Example Usage + +```json +"features": { + "ghcr.io/jmcombs/devcontainer-features/ngrok:1": {} +} +``` + +## Options + +| Options Id | Description | Type | Default Value | +|-----|-----|-----|-----| +| authtoken | Connect ngrok to your account by providing your `authtoken` | string | - | + + + +--- + +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/jmcombs/devcontainer-features/blob/main/src/ngrok/devcontainer-feature.json). Add additional notes to a `NOTES.md`._