Uplink Docs
Access Modes

Access Modes

Uplink has four route access modes:

ModeWhere usedBehavior
privateserve default, uplink.yaml defaultOwner plus shared emails, identity-gated at the edge
passwordserve --auth, access: passwordRequires a bearer token; browsers can use the token entry page
publicserve --open, access: publicAnyone with the URL can reach the app
policy:<name>uplink.yamlUses a named access policy from access_policies:

Account-based private and account-list policies require a managed edge because the edge must validate visitor identity. Rule-based policies over CIDRs and tokens can run on self-hosted key-mode edges.