A self-hosted gateway that exposes local Postgres databases and HTTP APIs through a secure tunnel, with resource-scoped keys and per-request logs.
Host agentmacbook-pro-m4
Live requestslast 6 · auto
// What it does
Ngrok gives you a URL. LocalLink gives you a URL plus the access control and observability you'd build around it anyway.
Host agent opens an outbound encrypted WebSocket to your gateway. No port forwarding, no firewall changes, no public IP needed.
Register a Postgres connection string or HTTP service by name. Gateway URLs stay stable across host restarts.
Issue keys scoped to specific resources. Rotate or revoke them from the dashboard when access changes.
Every proxied request recorded: timestamp, method, path, status, latency, key. Filter, tail, export to your logging stack.
// 60 seconds
Three commands. The gateway runs on a $5 VPS (or your homelab); the agent runs on your laptop.
Installs locallink to /usr/local/bin.
Opens an outbound WebSocket. No firewall rules to change.
Reachable at /r/postgres-dev with an auto-generated key.
Open the gateway dashboard to manage resources, rotate keys, and tail the request log.