Uplink Docs
Local Docker Edge

Local Docker Edge

uplink-edge local --domain myproject.localhost \
  --tunnel-cert tests/e2e/fixtures/localhost.cert.der \
  --tunnel-key tests/e2e/fixtures/localhost.key.der

Local mode serves visitor traffic as plain HTTP on 127.0.0.1:8080 and accepts connector tunnels on 0.0.0.0:4100.

Dockerized connectors can point at the host-local edge with UPLINK_EDGE, UPLINK_EDGE_ADDRESS, UPLINK_EDGE_API_KEY, UPLINK_TUNNEL_TRUST_CERT, and UPLINK_TUNNEL_SERVER_NAME.

Local mode is a preset for self-hosted key-mode edges. Account-private visitor auth still needs an auth-backed edge.