Skip to content

paperless: update from 2.14.4 to 2.14.5 #74

Merged
merged 1 commit into from
Jan 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions build.profile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BUILD_TAG=2.14.4
BUILD_TAG=2.14.5

BUILD_paperless=paperless-ngx-2.14.4
BUILD_paperless=paperless-ngx-2.14.5

BUILD_DIR=build
BUILD_SRC="${PWD}"
Expand Down Expand Up @@ -29,9 +29,9 @@ BUILD_redis_SRCURL="https://beehive.molgen.mpg.de/360809807c15da120affb356e55c63
BUILD_python=Python-3.11.11
BUILD_python_SRCURL="https://beehive.molgen.mpg.de/9a5b43fcc06810b8ae924b0a080e6569/${BUILD_python}.tgz"

# wget "https://nodejs.org/download/release/v22.13.0/node-v22.13.0.tar.gz"
BUILD_node=node-22.13.0
BUILD_node_SRCURL="https://beehive.molgen.mpg.de/5e7e3ff99c6348c8f2f759cf2ed64e9f/${BUILD_node/-/-v}.tar.gz"
# wget "https://nodejs.org/download/release/v22.13.1/node-v22.13.1.tar.gz"
BUILD_node=node-22.13.1
BUILD_node_SRCURL="https://beehive.molgen.mpg.de/cbb3aa553b3c0ee4069902fd477aa19a/${BUILD_node/-/-v}.tar.gz"

# SRCURL="https://ffmpeg.org//releases/${BUILD_ffmpeg}.tar.gz"
BUILD_ffmpeg=ffmpeg-7.1
Expand Down
1 change: 1 addition & 0 deletions paperless.conf.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ PAPERLESS_CSRF_TRUSTED_ORIGINS=${PAPERLESS_CSRF_TRUSTED_ORIGINS:-${PAPERLESS_URL
PAPERLESS_COOKIE_PREFIX=ngx-${BUILD_TAG}-

PAPERLESS_OCR_MODE=force
PAPERLESS_OCR_DESKEW=false
PAPERLESS_OCR_LANGUAGE=deu+eng

PAPERLESS_REDIS=unix://${DEVSHM}/redis.sock
Expand Down