From b3baf6e998c25fced30775bd68b3775ccedf6468 Mon Sep 17 00:00:00 2001 From: Miss Pasture Date: Wed, 26 Jan 2022 15:52:17 -0500 Subject: [PATCH] Update README/VARIABLES --- README.md | 1 + VARIABLES.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 4346985..f35e534 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ This project is a *fork* of [the original BirdsiteLIVE from NicolasConstant](htt * Mark individual Tweets as potentially sensitive * Define and enforce a maximum follow count limit * Define and enforce a maximum Tweet fetch age using snowflakes +* (Optional) send quote-RTs as Soapbox-style quote posts This fork is also available as a Docker image as `pasture/birdsitelive`. diff --git a/VARIABLES.md b/VARIABLES.md index dc78a76..ddc1f75 100644 --- a/VARIABLES.md +++ b/VARIABLES.md @@ -57,6 +57,7 @@ If both whitelisting and blacklisting are set, only the whitelisting will be act * `Instance:SensitiveTwitterAccounts` (default: null) mark all media from given accounts as sensitive by default, separated by `;`. * `Instance:FailingTwitterUserCleanUpThreshold` (default: 700) set the max allowed errors (due to a banned/deleted/private account) from a Twitter Account retrieval before auto-removal. (by default an account is called every 15 mins) * `Instance:MaxStatusFetchAge` (default: 0 - no limit) statuses with a Snowflake older than this age in days will not be fetched by the service and will instead return 410 Gone +* `Instance:EnableQuoteRT` (default: false) enable Soapbox-style quote-RTs # Docker Compose full example