diff options
author | href <href@random.sh> | 2018-12-07 14:07:11 +0100 |
---|---|---|
committer | href <href@random.sh> | 2018-12-07 14:07:11 +0100 |
commit | 3b27f61ffa737dd6f4f9ec3a50c248d9077ddb51 (patch) | |
tree | 3a4fe0af9e109eb1ffa1137c7d301e48f2413549 /config/config.md | |
parent | 8764f646900f577add5cc606b433870633b2e4d5 (diff) | |
download | pleroma-3b27f61ffa737dd6f4f9ec3a50c248d9077ddb51.tar.gz |
AnonymizeFilename: allow for a pre-defined text instead of random string
Improve docs
Diffstat (limited to 'config/config.md')
-rw-r--r-- | config/config.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config/config.md b/config/config.md index d90d18566..7f97f7342 100644 --- a/config/config.md +++ b/config/config.md @@ -19,6 +19,17 @@ Note: `strip_exif` has been replaced by `Pleroma.Upload.Filter.Mogrify`. * `args`: List of actions for the `mogrify` command like `"strip"` or `["strip", {"impode", "1"}]`. +## Pleroma.Upload.Filter.Dedupe + +No specific configuration. + +## Pleroma.Upload.Filter.AnonymizeFilename + +This filter remplaces the filename (not the path) of an upload. For complete obfuscation, add +`Pleroma.Upload.Filter.Dedupe` before AnonymizeFilename. + +* `text`: Text to remplace filenames in links. If empty, `{random}.extension` will be used. + ## :uri_schemes * `valid_schemes`: List of the scheme part that is considered valid to be an URL |