diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-10-14 15:27:15 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-10-14 15:27:15 -0500 |
commit | 1fb9452131721456adf2c19c513e6343f64825a7 (patch) | |
tree | 20c679c19e83925e0fcb0d34aba7eaf831485f58 /docs/administration/CLI_tasks | |
parent | bc3db724030707e9903d161a70b10fe217a83212 (diff) | |
parent | 20137056900f97af34f4433858cbdf69be6c9840 (diff) | |
download | pleroma-1fb9452131721456adf2c19c513e6343f64825a7.tar.gz pleroma-1fb9452131721456adf2c19c513e6343f64825a7.zip |
Merge branch 'develop' into feature/account-export
Diffstat (limited to 'docs/administration/CLI_tasks')
-rw-r--r-- | docs/administration/CLI_tasks/instance.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/administration/CLI_tasks/instance.md b/docs/administration/CLI_tasks/instance.md index 989ecc55d..d6913280a 100644 --- a/docs/administration/CLI_tasks/instance.md +++ b/docs/administration/CLI_tasks/instance.md @@ -37,3 +37,6 @@ If any of the options are left unspecified, you will be prompted interactively. - `--static-dir <path>` - the directory custom public files should be read from (custom emojis, frontend bundle overrides, robots.txt, etc.) - `--listen-ip <ip>` - the ip the app should listen to, defaults to 127.0.0.1 - `--listen-port <port>` - the port the app should listen to, defaults to 4000 +- `--strip-uploads <Y|N>` - use ExifTool to strip uploads of sensitive location data +- `--anonymize-uploads <Y|N>` - randomize uploaded filenames +- `--dedupe-uploads <Y|N>` - store files based on their hash to reduce data storage requirements if duplicates are uploaded with different filenames |