···8282# SIGNAL_CLI_PATH=/usr/local/bin/signal-cli
8383# SIGNAL_SENDER_NUMBER=+1234567890
8484# =============================================================================
8585+# Upload Limits
8686+# =============================================================================
8787+# Maximum blob/body size in bytes (default: 10GB)
8888+# This controls both the Axum body limit and blob upload limits.
8989+# Make sure your nginx client_max_body_size matches or exceeds this value.
9090+# MAX_BLOB_SIZE=10737418240
9191+# =============================================================================
8592# Repository Import
8693# =============================================================================
8794# Set to "true" to accept repository imports
8895# ACCEPTING_REPO_IMPORTS=false
8989-# Maximum import size in bytes (default: 50MB)
9090-# MAX_IMPORT_SIZE=52428800
9696+# Maximum import size in bytes (default: 100MB)
9797+# MAX_IMPORT_SIZE=104857600
9198# Maximum blocks per import (default: 100000)
9299# MAX_IMPORT_BLOCKS=100000
93100# Skip verification during import (testing only)
···8899It has full compatibility with Bluesky's reference PDS: same endpoints, same behavior, same client compatibility. Everything works: repo operations, blob storage, firehose, OAuth, handle resolution, account migration, the lot.
10101111-Another excellent PDS is [Cocoon](https://github.com/haileyok/cocoon), written in go.
1111+Another excellent PDS is [Cocoon](https://tangled.org/hailey.at/cocoon), written in go.
12121313## What's different about Tranquil PDS
1414