A container registry that uses the AT Protocol for manifest storage and S3 for blob storage.
0
fork

Configure Feed

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

default bluesky posts true

+2 -2
+1 -1
deploy/.env.prod.template
··· 98 98 # See docs/BLUESKY_MANIFEST_POSTS.md for setup instructions. 99 99 # 100 100 # Default: false 101 - HOLD_BLUESKY_POSTS_ENABLED=false 101 + HOLD_BLUESKY_POSTS_ENABLED=true 102 102 103 103 # ============================================================================== 104 104 # S3/UpCloud Object Storage Configuration
+1 -1
deploy/docker-compose.prod.yml
··· 97 97 HOLD_ALLOW_ALL_CREW: ${HOLD_ALLOW_ALL_CREW:-false} 98 98 HOLD_PUBLIC: ${HOLD_PUBLIC:-false} 99 99 HOLD_OWNER: ${HOLD_OWNER:-} 100 - HOLD_BLUESKY_POSTS_ENABLED: ${HOLD_BLUESKY_POSTS_ENABLED:-false} 100 + HOLD_BLUESKY_POSTS_ENABLED: ${HOLD_BLUESKY_POSTS_ENABLED:-true} 101 101 102 102 # Embedded PDS configuration 103 103 HOLD_DATABASE_DIR: ${HOLD_DATABASE_DIR:-/var/lib/atcr-hold}