The icon of the project
Ngrok
Launch and configure ngrok to connect to the Quarkus application when it starts in dev mode

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"