A fork of the Cocoon PDS but being made more distributed.
0

Configure Feed

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

at main 954 B View raw
1COCOON_DID="did:web:cocoon.example.com" 2COCOON_HOSTNAME="cocoon.example.com" 3COCOON_ROTATION_KEY_PATH="./rotation.key" 4COCOON_JWK_PATH="./jwk.key" 5COCOON_CONTACT_EMAIL="me@example.com" 6COCOON_RELAYS=https://bsky.network 7# Generate with `openssl rand -hex 16` 8COCOON_ADMIN_PASSWORD= 9# Generate with `openssl rand -hex 32` 10COCOON_SESSION_SECRET= 11# Optional: Change the session cookie name (default: session) 12# COCOON_SESSION_COOKIE_KEY=cocoon_session 13# Set this to the Turso database URL that they provide you. It'll be something like libsql://your-database-here.aws-eu-west-1.turso.io 14COCOON_DATABASE_URL= 15# Set this to the Turso token that you generate 16COCOON_TURSO_TOKEN= 17COCOON_DB_TYPE="turso" 18# Set this to the public URL for your subscribe repos service 19SUBSCRIBE_REPOS_SERVICE_URL="http://subscribe-repos:4455/events" 20PUSH_BASED_EVENTS=true 21# Generate with `openssl rand -hex 32` This needs to then be used across all instances 22COCOON_NONCE_SECRET=