Update README/VARIABLES
This commit is contained in:
parent
22c4d84682
commit
b3baf6e998
2 changed files with 2 additions and 0 deletions
|
@ -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`.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue