added configuration option for the font #197 #207

This commit is contained in:
jonaswinkler
2020-12-29 12:26:41 +01:00
parent 39d1c051cf
commit f964dd5935
4 changed files with 15 additions and 3 deletions

View File

@@ -400,6 +400,15 @@ PAPERLESS_FILENAME_DATE_ORDER=<format>
Defaults to none, which disables this feature.
PAPERLESS_THUMBNAIL_FONT_NAME=<filename>
Paperless creates thumbnails for plain text files by rendering the content
of the file on an image and uses a predefined font for that. This
font can be changed here.
Note that this won't have any effect on already generated thumbnails.
Defaults to ``/usr/share/fonts/liberation/LiberationSerif-Regular.ttf``.
Binaries
########