summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-10-12 11:18:39 -0500
committerMark Felder <feld@FreeBSD.org>2020-10-12 11:19:48 -0500
commit6c61ef14c3f48910c52e17c68fce175682717962 (patch)
treece8a031832cdd688c06ded8350397482a2146f4e /docs
parentbc3cf0fee0b93eb3cf8d2ba0f9a0dcc09b01331d (diff)
Support enabling upload filters during instance gen
Diffstat (limited to 'docs')
-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