@@ -382,21 +382,26 @@ STORAGE_URL_BASE=https://your-bucket.s3.amazonaws.com
382382
383383### Optional variables
384384
385- | Variable | Default | Description |
386- | ------------------------------ | ------- | ---------------------------------------- |
387- | ` PORT ` | 3000 | Server port |
388- | ` BIND ` | - | Bind address |
389- | ` NODE_TYPE ` | all | Node type: ` all ` , ` web ` , or ` worker ` |
390- | ` BEHIND_PROXY ` | false | Trust proxy headers |
391- | ` LOG_LEVEL ` | info | Logging level |
392- | ` LOG_QUERY ` | false | Log database queries |
393- | ` LOG_FILE ` | - | JSON log file path |
394- | ` SENTRY_DSN ` | - | Sentry error tracking |
395- | ` HOME_URL ` | - | Home page redirect URL |
396- | ` ALLOW_PRIVATE_ADDRESS ` | false | Disable SSRF protection |
397- | ` REMOTE_ACTOR_FETCH_POSTS ` | 10 | Posts to fetch from remote actors |
398- | ` REMOTE_ACTOR_STALENESS_DAYS ` | 7 | Days before remote actor data is stale |
399- | ` REFRESH_ACTORS_ON_INTERACTION ` | false | Refresh actors on all activity types |
385+ | Variable | Default | Description |
386+ | ---------------------------------------- | ------- | ---------------------------------------- |
387+ | ` PORT ` | 3000 | Server port |
388+ | ` BIND ` | - | Bind address |
389+ | ` NODE_TYPE ` | all | Node type: ` all ` , ` web ` , or ` worker ` |
390+ | ` BEHIND_PROXY ` | false | Trust proxy headers |
391+ | ` LOG_LEVEL ` | info | Logging level |
392+ | ` LOG_QUERY ` | false | Log database queries |
393+ | ` LOG_FILE ` | - | JSON log file path |
394+ | ` SENTRY_DSN ` | - | Sentry error tracking |
395+ | ` HOME_URL ` | - | Home page redirect URL |
396+ | ` ALLOW_PRIVATE_ADDRESS ` | false | Disable SSRF protection |
397+ | ` REMOTE_ACTOR_FETCH_POSTS ` | 10 | Posts to fetch from remote actors |
398+ | ` REMOTE_ACTOR_STALENESS_DAYS ` | 7 | Days before remote actor data is stale |
399+ | ` REFRESH_ACTORS_ON_INTERACTION ` | false | Refresh actors on all activity types |
400+ | ` REMOTE_REPLIES_SCRAPE_DEPTH ` | 2 | Reply scraping depth for remote posts |
401+ | ` REMOTE_REPLIES_SCRAPE_MAX_ITEMS ` | 100 | Replies to process per scraping job |
402+ | ` REMOTE_REPLIES_SCRAPE_INTERVAL_SECONDS ` | 5 | Delay between scrape requests per origin |
403+ | ` REMOTE_REPLIES_SCRAPE_BACKOFF_SECONDS ` | 300 | Backoff for 429 without ` Retry-After ` |
404+ | ` REMOTE_REPLIES_SCRAPE_COOLDOWN_SECONDS ` | 300 | Completed scrape deduplication window |
400405
401406
402407Adding new environment variables
0 commit comments