[READ-ONLY] Mirror of https://github.com/flo-bit/contrail. atproto backend in a bottle flo-bit.dev/contrail/
0

Configure Feed

Select the types of activity you want to include in your feed.

update readme

Florian (Mar 18, 2026, 12:48 AM +0100) bb55f1c8 6a2cdd15

+8 -7
+8 -7
README.md
··· 35 35 36 36 ```ts 37 37 export const config: ContrailConfig = { 38 + namespace: "com.example", // your reverse-domain namespace 38 39 collections: { 39 40 "community.lexicon.calendar.event": { 40 41 relations: { ··· 84 85 85 86 | Endpoint | Description | 86 87 |----------|-------------| 87 - | `{nsid}.getRecords` | List/filter records | 88 - | `{nsid}.getRecord` | Get single record by URI | 89 - | `{nsid}.getUsers` | List users by record count | 90 - | `{nsid}.getStats` | Collection statistics | 91 - | `contrail.admin.sync` | Discover + backfill (requires `ADMIN_SECRET`) | 92 - | `contrail.admin.getCursor` | Current cursor position | 93 - | `contrail.admin.getOverview` | All collections summary | 88 + | `{collection}.listRecords` | List/filter records | 89 + | `{collection}.getRecord` | Get single record by URI | 90 + | `{namespace}.getProfile` | Get a user's profile by DID or handle | 91 + | `{namespace}.admin.sync` | Discover + backfill (requires `ADMIN_SECRET`) | 92 + | `{namespace}.admin.getCursor` | Current cursor position | 93 + | `{namespace}.admin.getOverview` | All collections summary | 94 + | `{namespace}.admin.reset` | Delete all data (requires `ADMIN_SECRET`) | 94 95 95 96 ### Query parameters 96 97