ngrok-spring-boot-starter icon indicating copy to clipboard operation
ngrok-spring-boot-starter copied to clipboard

🚀 Spring Boot tunneling with Ngrok made easy! No matter if you are using Windows, Mac OS X, Linux or even Docker - ngrok binary will be chosen automatically 🤖 so you don't need to care about environ...

Results 17 ngrok-spring-boot-starter issues
Sort by recently updated
recently updated
newest added

**Current behavior:** If ngrok is already started, it won't be started even if the expected port is not listened to. **Expected behavior:** * If the ngrok account accepts multiple sessions...

enhancement

Use local runtime, instead of downloading a new one.

When using the downloaded ngrok, check if a new version is available and upgrade.

enhancement

Hi, Thanks for your starter which is working well 👍 Sadly, there is missing some documentation about @NgrokComponent. For example, I had to dig into the sources in order to...

enhancement

Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.0 to 3.2.2. Release notes Sourced from org.apache.maven.plugins:maven-gpg-plugin's releases. 3.2.2 JiRA link Release Notes - Maven GPG Plugin - Version 3.2.2 What's Changed [MGPG-113] SignAndDeployFileMojo results in...

dependencies

Bumps commons-io:commons-io from 2.15.1 to 2.16.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.15.1&new-version=2.16.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 2.7.15 to 3.2.4. Release notes Sourced from org.springframework.boot:spring-boot-starter-parent's releases. v3.2.4 :star: New Features Add TWENTY_TWO to JavaVersion enum #39825 :lady_beetle: Bug Fixes Thread name prefix is not...

dependencies

Bumps [com.fasterxml.jackson.dataformat:jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text) from 2.16.2 to 2.17.0. Commits 5947a45 [maven-release-plugin] prepare release jackson-dataformats-text-2.17.0 66e39ff Prepare for 2.17.0 release 00d45d2 Merge branch '2.16' into 2.17 17b06ec Back to snapshot dep 6924d24 [maven-release-plugin]...

dependencies

Getting this error on startup when trying to extract downloaded ngrok ``` Exception in thread "ngrok-thread-1" java.lang.RuntimeException: java.io.EOFException: Unexpected end of ZLIB input stream at ngrok.download.NgrokFileExtractUtils.extractZip(NgrokFileExtractUtils.java:109) at ngrok.download.NgrokFileExtractUtils.extractArchive(NgrokFileExtractUtils.java:36) at ngrok.download.NgrokDownloader.downloadAndExtractNgrokTo(NgrokDownloader.java:30)...

bug

Hello @kilmajster, I was using your ngrok-spring-boot-starter version 6, until yesterday when it stopped working outside of my LAN. Any ideas? Thank you so much.

bug