A container registry that uses the AT Protocol for manifest storage and S3 for blob storage. atcr.io
docker container atproto go
73
fork

Configure Feed

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

clean up some lexicon usage

+3
+3
pkg/atproto/lexicon.go
··· 41 41 // TangledProfileCollection is the collection name for tangled profiles 42 42 // Stored in hold's embedded PDS (singleton record at rkey "self") 43 43 TangledProfileCollection = "sh.tangled.actor.profile" 44 + 45 + // BskyPostCollection is the collection name for Bluesky posts 46 + BskyPostCollection = "app.bsky.feed.post" 44 47 45 48 // BskyPostCollection is the collection name for Bluesky posts 46 49 BskyPostCollection = "app.bsky.feed.post"