summaryrefslogtreecommitdiff
path: root/docs/administration
diff options
context:
space:
mode:
authorfeld <feld@feld.me>2020-10-12 17:24:24 +0000
committerfeld <feld@feld.me>2020-10-12 17:24:24 +0000
commit03855f97893d94777f3dfe71b5e792010429e0c8 (patch)
tree39426a8ed2c0dd752f36ecc4a0b5e227246b9657 /docs/administration
parent68d0380633a14422003a507705143932358b372e (diff)
parent6c61ef14c3f48910c52e17c68fce175682717962 (diff)
downloadpleroma-03855f97893d94777f3dfe71b5e792010429e0c8.tar.gz
pleroma-03855f97893d94777f3dfe71b5e792010429e0c8.zip
Merge branch 'improve/instance-gen' into 'develop'
#2159 Support enabling upload filters during instance gen See merge request pleroma/pleroma!3070
Diffstat (limited to 'docs/administration')
-rw-r--r--docs/administration/CLI_tasks/instance.md3
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