Hacker News new | ask | show | jobs
by PLG88 1046 days ago
That happens if you are using the free version on Ngrok. You could also check out zrok.io, its an open source alternative I work on. We also have a free SaaS version for easy usage.
1 comments

I managed to find a solution, It's called ngrok agent (also free) which I run in docker as daemon mode.

But I might check out zrok.io anyways, can I run it in a container aswell?

For sure. Here's a video with docker - https://www.youtube.com/watch?v=HxyvtFAvwUE&ab_channel=OpenZ....

The real game changer (but may not be relevant you) is zrok is being abled to use the OpenZiti SDKs so that you can embed zrok functions directly into an application. We have built the Go one so far, but all others will be done in due course.

Thanks!