diff options
author | feld <feld@feld.me> | 2022-09-18 02:31:26 +0000 |
---|---|---|
committer | feld <feld@feld.me> | 2022-09-18 02:31:26 +0000 |
commit | 7ac4e858a019891ce5873936db1b4a0ec0566a97 (patch) | |
tree | 3d4bae55d6eb3124fa8f0c7475b2646e4012a890 /docs/administration/CLI_tasks | |
parent | 1fff9a25208b3cdedf4f8172378e019a01eca320 (diff) | |
parent | 1a7107f4a5595e8723c594ca8cc58e70bcca529f (diff) | |
download | pleroma-7ac4e858a019891ce5873936db1b4a0ec0566a97.tar.gz |
Merge branch 'develop' into 'finch_everywhere'
# Conflicts:
# lib/pleroma/web/media_proxy/media_proxy_controller.ex
Diffstat (limited to 'docs/administration/CLI_tasks')
-rw-r--r-- | docs/administration/CLI_tasks/instance.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/administration/CLI_tasks/instance.md b/docs/administration/CLI_tasks/instance.md index 982b22bf3..88509cf5b 100644 --- a/docs/administration/CLI_tasks/instance.md +++ b/docs/administration/CLI_tasks/instance.md @@ -37,7 +37,8 @@ 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 +- `--strip-uploads-location <Y|N>` - use ExifTool to strip uploads of sensitive location data +- `--read-uploads-description <Y|N>` - use ExifTool to read image descriptions from uploads - `--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 - `--skip-release-env` - skip generation the release environment file |