diff options
author | lain <lain@soykaf.club> | 2020-11-04 15:38:10 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-11-04 15:38:10 +0100 |
commit | 504a829edb821f24fe7138380e77533cc9f802e6 (patch) | |
tree | d63c3a26e31ec608274becc2e53d0894151b4fe8 /docs/configuration/cheatsheet.md | |
parent | 2ca98f2d94e2976ae35998aecff27809d4b066cf (diff) | |
parent | bc4d9c4ffc9ccd826220893a97ce695e4bb66f9d (diff) | |
download | pleroma-504a829edb821f24fe7138380e77533cc9f802e6.tar.gz pleroma-504a829edb821f24fe7138380e77533cc9f802e6.zip |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into features/federation-status
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-rw-r--r-- | docs/configuration/cheatsheet.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index 0b13d7e88..ebf95ebc9 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -45,6 +45,7 @@ To add configuration to your config file, you can copy it from the base config. older software for theses nicknames. * `max_pinned_statuses`: The maximum number of pinned statuses. `0` will disable the feature. * `autofollowed_nicknames`: Set to nicknames of (local) users that every new user should automatically follow. +* `autofollowing_nicknames`: Set to nicknames of (local) users that automatically follows every newly registered user. * `attachment_links`: Set to true to enable automatically adding attachment link text to statuses. * `max_report_comment_size`: The maximum size of the report comment (Default: `1000`). * `safe_dm_mentions`: If set to true, only mentions at the beginning of a post will be used to address people in direct messages. This is to prevent accidental mentioning of people when talking about them (e.g. "@friend hey i really don't like @enemy"). Default: `false`. @@ -1077,6 +1078,20 @@ Control favicons for instances. * `enabled`: Allow/disallow displaying and getting instances favicons +## Pleroma.User.Backup + +!!! note + Requires enabled email + +* `:purge_after_days` an integer, remove backup achives after N days. +* `:limit_days` an integer, limit user to export not more often than once per N days. +* `:dir` a string with a path to backup temporary directory or `nil` to let Pleroma choose temporary directory in the following order: + 1. the directory named by the TMPDIR environment variable + 2. the directory named by the TEMP environment variable + 3. the directory named by the TMP environment variable + 4. C:\TMP on Windows or /tmp on Unix-like operating systems + 5. as a last resort, the current working directory + ## Frontend management Frontends in Pleroma are swappable - you can specify which one to use here. |