diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2022-07-03 21:14:25 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2022-07-03 21:14:25 +0000 |
commit | de37583c49bb43b67c009c36d42967dd9d117acb (patch) | |
tree | 2b94dbfbc7563d6cd8a7b52714b55e64ecbefd4c /docs/administration | |
parent | a15b45a5897817a5a5accfb8fd0fa5bcf8515e2b (diff) | |
parent | 56227ef7ba097c6be39a7e70b67c426a3016e0ab (diff) | |
download | pleroma-de37583c49bb43b67c009c36d42967dd9d117acb.tar.gz pleroma-de37583c49bb43b67c009c36d42967dd9d117acb.zip |
Merge branch 'image_description_from_exif_data' into 'develop'
Use EXIF data of image for image description
See merge request pleroma/pleroma!3535
Diffstat (limited to 'docs/administration')
-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 |