Skip to main content

Fields

How capabilities work

Declared capabilities are shown to the user in a prompt before the app’s first run. The user can accept all, reject individual ones, or cancel entirely.
  • Rejected capabilities disable the corresponding feature — no outbound traffic if network is denied
  • Decisions are persisted per project instance and can be changed in project settings
  • All containers run without privileges regardless of capability settings

Example

Capability descriptions shown to users

Setting network: false (or omitting it) blocks all outbound traffic from containers. Inter-service traffic within the app is always allowed regardless of this setting.