The icon of the project
Ngrok
Launch and configure ngrok to proxy this application, making it accessible on the internet

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"