diff options
author | Roman Chvanikov <chvanikoff@pm.me> | 2020-05-22 18:30:13 +0300 |
---|---|---|
committer | Roman Chvanikov <chvanikoff@pm.me> | 2020-05-22 18:30:13 +0300 |
commit | 8eb1dfadca61c68e3470060481b139969708f0ef (patch) | |
tree | ff20832b319201d6ab18abeb45c3e76529416c47 /docs/configuration | |
parent | cc82229ba70e054acfdea07a195c1b11961ea1bc (diff) | |
download | pleroma-8eb1dfadca61c68e3470060481b139969708f0ef.tar.gz |
Update CHANGELOG and docs
Diffstat (limited to 'docs/configuration')
-rw-r--r-- | docs/configuration/cheatsheet.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index e8def466e..505acb293 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -498,6 +498,7 @@ the source code is here: https://github.com/koto-bank/kocaptcha. The default end * `base_url`: The base URL to access a user-uploaded file. Useful when you want to proxy the media files via another host. * `proxy_remote`: If you're using a remote uploader, Pleroma will proxy media requests instead of redirecting to it. * `proxy_opts`: Proxy options, see `Pleroma.ReverseProxy` documentation. +* `filename_display_max_length`: Set max length of a filename to display. 0 = no limit. Default: 30. !!! warning `strip_exif` has been replaced by `Pleroma.Upload.Filter.Mogrify`. |