A community based topic aggregation platform built on atproto
11
fork

Configure Feed

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

feat: restrict community creation to instance DID

Only did:web:coves.social can now create communities in production.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

+3
+3
docker-compose.prod.yml
··· 95 95 96 96 # Cursor encryption for pagination 97 97 CURSOR_SECRET: ${CURSOR_SECRET} 98 + 99 + # Restrict community creation to instance DID only 100 + COMMUNITY_CREATORS: did:web:coves.social 98 101 networks: 99 102 - coves-internal 100 103 depends_on: