Skip to content

Commit

Permalink
Merge pull request #74 from mariux64/update-2.14.5
Browse files Browse the repository at this point in the history
paperless: update from 2.14.4 to 2.14.5
  • Loading branch information
wwwutz authored Jan 24, 2025
2 parents bb64316 + 8251b53 commit 514c2ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
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

0 comments on commit 514c2ec

Please sign in to comment.