33 lines
1023 B
Plaintext
33 lines
1023 B
Plaintext
TYPE=bluesky-pds
|
|
|
|
DOMAIN=bluesky-pds.example.com
|
|
LETS_ENCRYPT_ENV=production
|
|
|
|
# Blob upload limit in bytes (default: 100MB)
|
|
#PDS_BLOB_UPLOAD_LIMIT=104857600
|
|
|
|
# Network settings
|
|
# These are managed by the upstream PDS image with sensible defaults.
|
|
# Only set these if you need to override the upstream defaults.
|
|
#PDS_DID_PLC_URL=https://plc.directory
|
|
#PDS_BSKY_APP_VIEW_URL=https://api.bsky.app
|
|
#PDS_BSKY_APP_VIEW_DID=did:web:api.bsky.app
|
|
#PDS_REPORT_SERVICE_URL=https://mod.bsky.app
|
|
#PDS_REPORT_SERVICE_DID=did:plc:ar7c4by46qjdydhdevvrndac
|
|
#PDS_CRAWLERS=https://bsky.network
|
|
|
|
# Require invite codes for new account registration
|
|
#PDS_INVITE_REQUIRED=true
|
|
|
|
# Logging
|
|
#LOG_ENABLED=true
|
|
|
|
# Email (optional, needed for password resets and email verification)
|
|
#PDS_EMAIL_SMTP_URL=smtps://username:password@smtp.example.com/
|
|
#PDS_EMAIL_FROM_ADDRESS=noreply@example.com
|
|
|
|
# Secrets
|
|
SECRET_PDS_JWT_SECRET_VERSION=v1 # length=32
|
|
SECRET_PDS_ADMIN_PASSWORD_VERSION=v1 # length=32
|
|
SECRET_PDS_PLC_ROTATION_KEY_VERSION=v1 # generate=false
|