Skip to content

quarkus-extension/quarkus-ngrok-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quarkus Ngrok Extension

Maven Central Issues

What is Ngrok?

Ngrok can create a http tunnel and give you a public URL with redirection to specified port on your local machine, which in our case will be a standard springs http://localhost:8080 or whatever you set as server.port. For simply usage account is not needed. Tunnels created with free version will be available for 8 hours, so it is great tool for development and testing purposes! For more details you can check out their site.

Dependency

  • maven:
<dependency>
      <groupId>com.github.quarkus-extension</groupId>
      <artifactId>ngrok</artifactId>
      <version>0.0.1</version>
</dependency>

Configuration

ngrok.enabled=true
ngrok.windowsBinaryUrl=string
ngrok.linuxBinaryUrl=string
ngrok.osxBinaryUrl=string
ngrok.binaryCustom=string
ngrok.directory=string
ngrok.http.url=string