mohammed90 / caddy-ngrok-listener

Caddy listener_wrapper to automatically listen on an ngrok tunnel
Apache License 2.0
20 stars 2 forks source link

Adds labeled tunnels and plumbs config values. Allows ngrok auth_token from env var. #1

Closed jtszalay closed 1 year ago

jtszalay commented 1 year ago

Why

Users often set their auth_token from env vars. This change allows that. ngrok also offers labeled tunnels. I use them personally so I added them! ngrok-go uses caddy logger.

jtszalay commented 1 year ago

Closing for now. Doing more cleanup of my changes.