summaryrefslogtreecommitdiff
path: root/docs/administration/CLI_tasks
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-10-13 10:08:38 -0500
committerMark Felder <feld@FreeBSD.org>2020-10-13 10:08:38 -0500
commitb738f709532ff18845f5d8cc3888d0bd67f750ab (patch)
tree87596ad2bf711bdbc3dc75293996157c3c99d955 /docs/administration/CLI_tasks
parentc4fae2611ff4da7c418de236fa643021ddc778c8 (diff)
parent8b6221d4ecd1d7e354e7de831dd46e285cb85077 (diff)
downloadpleroma-b738f709532ff18845f5d8cc3888d0bd67f750ab.tar.gz
pleroma-b738f709532ff18845f5d8cc3888d0bd67f750ab.zip
Merge branch 'develop' into feature/gen-magic
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