Organizations and access
Discover Organizations and understand Federation governance and Duobox Space roles.
An Organization is the collaboration boundary shared by Downcity Federation and Duobox. Federation manages its lifecycle and Membership. Its server_url points the App and CLI to the Duobox Server that hosts its Spaces.
Discover Organizations
Sign in to Federation, then open Settings → Organizations. Duobox reads the Organizations available to the active account. No Server URL or Git URL needs to be entered manually.
The CLI follows the same discovery flow:
duobox space list --organization <organization-id-or-key>If the account has only one active Organization, --organization is optional.
Roles
Federation governance roles and Duobox project roles are separate:
- Organization Owner and Admin receive Duobox
manageraccess; - Organization Member receives
vieweraccess by default; - a server administrator can grant a Member an independent
editorrole.
manager can create Spaces and manage project access. editor can read and push. viewer can read and clone. Every operation still requires active Organization Membership.
Link a Server
An Organization Owner can link the Organization to the configured Duobox Server:
duobox server organization list
duobox server organization link <organization-id-or-key>Membership and Organization governance remain in Federation. Duobox Server stores only Spaces, repositories, project ACL, and audit records.