Ngrok
Launch and configure ngrok to proxy this application, making it accessible on the internet
- Documentation
- Community
Installation
To add this extension to your project, use the relevant command in your Quarkus project directory:
Quarkus CLI
quarkus ext add io.quarkiverse.ngrok:quarkus-ngrok
Maven
./mvnw quarkus:add-extension -Dextensions="io.quarkiverse.ngrok:quarkus-ngrok"
Gradle
./gradlew addExtension --extensions="io.quarkiverse.ngrok:quarkus-ngrok"
Spot a problem? Submit a change to the Ngrok extension's quarkus-extension.yaml and this content will be updated by the next extension release. This page was generated from the extension metadata published to the Quarkus registry.