{"id":13907730,"url":"https://github.com/twilio-labs/NgrokExtensions","last_synced_at":"2025-07-18T06:30:59.373Z","repository":{"id":40935961,"uuid":"72555484","full_name":"twilio-labs/NgrokExtensions","owner":"twilio-labs","description":"Visual Studio integration with ngrok","archived":true,"fork":false,"pushed_at":"2023-07-14T19:38:02.000Z","size":189,"stargazers_count":48,"open_issues_count":28,"forks_count":26,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-08-07T23:53:49.416Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/twilio-labs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-11-01T16:36:43.000Z","updated_at":"2024-05-08T14:51:48.000Z","dependencies_parsed_at":"2023-09-11T17:06:30.946Z","dependency_job_id":"8334fd4f-a7e2-4e02-ba2b-93753f5c666d","html_url":"https://github.com/twilio-labs/NgrokExtensions","commit_stats":null,"previous_names":["dprothero/ngrokextensions"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twilio-labs%2FNgrokExtensions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twilio-labs%2FNgrokExtensions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twilio-labs%2FNgrokExtensions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twilio-labs%2FNgrokExtensions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/twilio-labs","download_url":"https://codeload.github.com/twilio-labs/NgrokExtensions/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226361500,"owners_count":17612915,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-06T23:02:07.882Z","updated_at":"2024-11-25T16:30:54.406Z","avatar_url":"https://github.com/twilio-labs.png","language":"C#","funding_links":[],"categories":["HarmonyOS"],"sub_categories":["Windows Manager"],"readme":"# Ngrok Extensions for Visual Studio\n\n[![Build status](https://ci.appveyor.com/api/projects/status/mi2kn7oaluldhuyo/branch/master?svg=true)](https://ci.appveyor.com/project/dprothero/ngrokextensions/branch/master)\n\n## Description\n\nThis extension allows you to use [ngrok](https://ngrok.com) right from within Visual Studio.\nIt will start a tunnel for each web application that is part of your solution.\n\nHas been tested in Visual Studio 2015, 2017, 2019, and 2022.\n\n## Installation\n\n### From Visual Studio\n\nGet it from the [Visual Studio Gallery for VS 2022](https://marketplace.visualstudio.com/items?itemName=DavidProthero.ngrokextensions-2022) or for [VS 2019 and earlier](https://marketplace.visualstudio.com/items?itemName=DavidProthero.NgrokExtensions).\nFrom within Visual Studio:\n\n1. Select Tools... Extensions and Updates...\n2. Click \"Online\" and select the \"Visual Studio Gallery\" along the left-hand side of the window.\n3. Type \"ngrok\" into the search box in the upper right.\n4. Click the \"Download\" button on the extension in the search results.\n\n### Build from Source\n\n1. Clone this repo\n2. Open with Visual Studio 2017 and build a `Release` build\n3. Find the .vsix file in the `bin\\Release` folder\n4. Double-click the .vsix file to install\n\n## Usage\n\nCurrently, usage is super-simple. All you need to do is open a solution with\none or more web projects and then choose \"Start ngrok Tunnel\" from the \"Tools\"\nmenu.\n\n![Menu item](https://raw.githubusercontent.com/dprothero/NgrokExtensions/master/docs/img/menu-item.png)\n\n### Custom ngrok Subdomains\n\nIf you have a paid ngrok account, you can make use of custom subdomains with\nthis extension.\n\nSpecify the subdomain you would like it to use in a `ngrok.subdomain` key\nin the `appSettings` section of your `web.config` file like so:\n\n```xml\n\u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003cconfiguration\u003e\n  \u003cappSettings\u003e\n    \u003cadd key=\"ngrok.subdomain\" value=\"my-cool-app\"/\u003e\n    ... more appSettings keys omitted ...\n  \u003c/appSettings\u003e\n  ... more config omitted ...\n\u003c/configuration\u003e\n```\n\n#### Custom ngrok Subdomains with ASP.NET Core or Azure Functions\n\nIf you are using an ASP.NET Core or Azure Functions project and want to test locally, you can set the\n`ngrok.subdomain` key in the `appsettings.json` file like so:\n\n```json\n{\n  \"IsEncrypted\": false,\n  \"Values\": {\n    \"ngrok.subdomain\": \"my-cool-app\",\n    ... more app settings omitted ...\n  }\n}\n```\n\nYou can also set this value in a `secrets.json` file as [described here](https://docs.microsoft.com/en-us/aspnet/core/security/app-secrets?tabs=visual-studio).\n\n## Feedback and Contribution\n\nThis is a brand new extension and would benefit greatly from your feedback\nand even your code contribution.\n\nIf you find a bug or would like to request a feature,\n[open an issue](https://github.com/twilio-labs/NgrokExtensions/issues).\n\nTo contribute, fork this repo to your own GitHub account. Then, create a\nbranch on your own fork and perform the work. Push it up to your fork and\nthen submit a Pull Request to this repo. This is called [GitHub Flow](https://guides.github.com/introduction/flow/).\n\n## Change Log\n\n* v0.9.14 - Add support for Visual Studio 2022.\n* v0.9.13 - Add support for https.\n* v0.9.12 - Add support for Visual Studio 2019.\n* v0.9.11 - Fix ngrok installer after ngrok download page changed.\n* v0.9.10 - Allow settings override in secrets.json. Thanks @ChristopherHaws!\n* v0.9.9 - Bug fixes. Find projects within Solution folders.\n* v0.9.8 - Bug fixes. Automatically install ngrok.exe if not found.\n* v0.9.7 - Support for ASP.NET Core projects. Thanks @ahanoff!\n* v0.9.6 - Added support for Visual Studio 2017.\n* v0.9.5 - Added support for Azure Function projects.\n* v0.9.4 - Added support for Node.js projects.\n* v0.9.3 - Fix crash when decimal values in ngrok's JSON response.\n* v0.9.2 - Allow customizing location of ngrok.exe.\n* v0.9.1 - Initial Release\n\n* * *\n\nLicensed under the MIT license. See the LICENSE file in the project root for more information.\n\nCopyright (c) 2023 David Prothero\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwilio-labs%2FNgrokExtensions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftwilio-labs%2FNgrokExtensions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwilio-labs%2FNgrokExtensions/lists"}