diff options
author | Ilja <ilja@ilja.space> | 2022-07-05 12:05:19 +0200 |
---|---|---|
committer | Ilja <ilja@ilja.space> | 2022-07-05 12:05:19 +0200 |
commit | f88ed1df75efcbfff930c642eeff5891cadceb1f (patch) | |
tree | 8443c65b205de04a6ed46857da496b8520cb0a21 /docs/administration/CLI_tasks/instance.md | |
parent | 6ef38c6523fc8b7f28ef92d38b9ca829d8a7248e (diff) | |
parent | 29f4ab640b0269fc7751fca7c24cda5be912d1e5 (diff) | |
download | pleroma-f88ed1df75efcbfff930c642eeff5891cadceb1f.tar.gz pleroma-f88ed1df75efcbfff930c642eeff5891cadceb1f.zip |
Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into fine_grained_moderation_privileges
Diffstat (limited to 'docs/administration/CLI_tasks/instance.md')
-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 |