Marketplace

ngrok

Other

ngrok tunnel driver (ngrok-go SDK).

togo-framework
bash
togo install togo-framework/tunnel-ngrok

Install

bash
togo install togo-framework/tunnel-ngrok

ngrok driver for togo's tunnel subsystem, built on the pure-Go ngrok-go SDK — no external binary. Opens an HTTPS ingress and forwards it to your local app.

Config

Env
Meaning
TUNNEL_DRIVERset to ngrok
NGROK_AUTHTOKENyour ngrok authtoken (required)
NGROK_DOMAINa reserved ngrok domain (optional; otherwise a random *.ngrok URL)
Rows per page
1–3 of 3
Page 1 of 1
go
svc, _ := tunnel.FromKernel(k)
url, _ := svc.Start(ctx, "8080")   // → https://<name>.ngrok-free.app
defer svc.Stop(ctx)

<div align="center"> <h3>Premium sponsors</h3> <p> <a href="https://id8media.com"><strong>ID8 Media</strong></a> &nbsp;·&nbsp; <a href="https://one-studio.co"><strong>One Studio</strong></a> </p> <p><sub>Support togo — <a href="https://github.com/sponsors/fadymondy">become a sponsor</a>.</sub></p> </div>