diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-10-13 09:54:53 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-10-13 09:54:53 -0500 |
commit | 64553ebae2f415b309df5f6b1c13b9972bc65aaa (patch) | |
tree | 7e9b70d0def2b93c9e1f867f834ccc4ee1a9f6fc /docs/administration/CLI_tasks/instance.md | |
parent | ed6511a086694fc163b488d807f17d246f80ad5b (diff) | |
parent | 8b6221d4ecd1d7e354e7de831dd46e285cb85077 (diff) | |
download | pleroma-64553ebae2f415b309df5f6b1c13b9972bc65aaa.tar.gz |
Merge branch 'develop' into chore/elixir-1.11
Diffstat (limited to 'docs/administration/CLI_tasks/instance.md')
-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 |