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

Configure Feed

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

fix static dir

+1 -1
+1 -1
pkg/appview/appview.go
··· 12 12 //go:embed templates/**/*.html 13 13 var templatesFS embed.FS 14 14 15 - //go:embed static/**/* 15 + //go:embed static 16 16 var staticFS embed.FS 17 17 18 18 // Templates returns parsed templates with helper functions