summaryrefslogtreecommitdiff
path: root/docs/administration/CLI_tasks
diff options
context:
space:
mode:
authorAlex Gleason <alex@alexgleason.me>2020-10-13 19:26:04 -0500
committerAlex Gleason <alex@alexgleason.me>2020-10-13 19:26:04 -0500
commit755f58168bb2b6b979c6f5d36f7eff56d2305911 (patch)
tree52aa7cd750bb201e73adac56a6b67720aaa188e6 /docs/administration/CLI_tasks
parent9c672ecbb5d4477cd16d2139a2cb66d3923ac5c8 (diff)
parent481906207e6d803e5c4d3e455c7b93119e392177 (diff)
downloadpleroma-755f58168bb2b6b979c6f5d36f7eff56d2305911.tar.gz
pleroma-755f58168bb2b6b979c6f5d36f7eff56d2305911.zip
Merge remote-tracking branch 'upstream/develop' into restrict-domain
Diffstat (limited to 'docs/administration/CLI_tasks')
-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