X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.md;h=a32c4cbde610ce1ef8a17d3c1a01e6ef8c1718cf;hb=6786ad3d983a37728654fccfa525498c77683cdc;hp=d90d18566308ecb9268cacc0e1d8b269649fee0d;hpb=b0adea30b38713e70039475acdd3defbef57171a;p=akkoma diff --git a/config/config.md b/config/config.md index d90d18566..a32c4cbde 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 replaces the filename (not the path) of an upload. For complete obfuscation, add +`Pleroma.Upload.Filter.Dedupe` before AnonymizeFilename. + +* `text`: Text to replace 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