Uplink Docs
Sharing

Sharing

uplink share demo teammate@example.com
uplink unshare demo teammate@example.com

Sharing applies to private apps. It adds an email to the app’s guest list, so a visitor who proves that identity can enter through the same public URL.

In uplink.yaml, use share: on private services:

services:
  admin:
    port: 9000
    share: [teammate@example.com]

share is valid only with private access. Public, password, and policy services reject share: in config.