A minimal AT Protocol Personal Data Server written in JavaScript.
atproto pds
46
fork

Configure Feed

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

at aa2ab543b64a0b05980c080273bc3b95c65a5072 11 lines 223 B view raw
1name = "atproto-pds" 2main = "src/pds.js" 3compatibility_date = "2024-01-01" 4 5[[durable_objects.bindings]] 6name = "PDS" 7class_name = "PersonalDataServer" 8 9[[migrations]] 10tag = "v1" 11new_sqlite_classes = ["PersonalDataServer"]