mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-15 19:17:03 +01:00
Add GS_BINARY to settings to avoid harcoded call of "gs"
This commit is contained in:
parent
cbf008f37b
commit
ea282c22ba
3 changed files with 13 additions and 4 deletions
|
|
@ -247,6 +247,9 @@ PAPERLESS_EMAIL_SECRET=""
|
|||
# Convert (part of the ImageMagick suite)
|
||||
#PAPERLESS_CONVERT_BINARY=/usr/bin/convert
|
||||
|
||||
# Ghostscript
|
||||
#PAPERLESS_GS_BINARY = /usr/bin/gs
|
||||
|
||||
# Unpaper
|
||||
#PAPERLESS_UNPAPER_BINARY=/usr/bin/unpaper
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue