πŸͺ£ BucketsΒΆ

Documents are organised into buckets. Each bucket is a self-contained git repository that holds one or more (Typst) files.

Selecting a bucketΒΆ

Click the bucket button in the toolbar (top-left) to open the bucket picker. Select a bucket from the list to load its files into the editor.

Creating a bucketΒΆ

Administrators can create new buckets from the bucket picker dialog. Click New Bucket, fill in a slug (the unique identifier) and an optional description, then save.

Access controlΒΆ

Each bucket has its own access control list. Entries map an OIDC group to one of three roles:

Role

Permissions

Viewer

Browse files and view commit history.

Editor

Everything a Viewer can do, plus create, edit, rename, and delete files.

Committer

Everything an Editor can do, plus commit changes to the git repository.

Note

Members of the configured admin groups (see TYPARR_ADMIN_GROUPS) are implicitly treated as Committer on every bucket.