From 051b5eaa583665cee31cb27ed99c92ff1529eb9d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 19 Nov 2024 16:48:54 +0000 Subject: [PATCH] Automated documentation update [skip ci] --- src/ngrok/README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/ngrok/README.md 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`._