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

clean up some lexicon usage

evan.jarrett.net 2d2fb790 509a1c03

verified
+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"