Marketplace
<div align="center"> <h3>Premium sponsors</h3> <p><a href="https://id8media.com"><strong>ID8 Media</strong></a> · <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>
Nginx Proxy Manager
OtherNginx Proxy Manager reverse-proxy driver.
togo-framework
bash
togo install togo-framework/dns-npmInstall
bash
togo install togo-framework/dns-npmNginx Proxy Manager driver for togo's
dns subsystem. Manages reverse-proxy
hosts over the NPM API.
Config
Env | Meaning |
|---|---|
| DNS_DRIVER | set to npm |
| NPM_BASE_URL | NPM admin URL, e.g. http://localhost:81 (required) |
| NPM_EMAIL / NPM_PASSWORD | admin credentials (mint a token), or |
| NPM_TOKEN | a pre-minted API token |
Rows per page
1–4 of 4Page 1 of 1
go
svc, _ := dns.FromKernel(k)
svc.UpsertProxyHost(ctx, dns.ProxyHost{Domain: "app.example.com", Upstream: "http://127.0.0.1:8080", SSL: true})
SSL: true requests a forced-TLS host with Let's Encrypt agreement. DNS records
and gateway routes return dns.ErrUnsupported.
<div align="center"> <h3>Premium sponsors</h3> <p><a href="https://id8media.com"><strong>ID8 Media</strong></a> · <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>