Update to 2022-04-26 14:00

This commit is contained in:
Daniel Berteaud
2022-04-26 14:00:08 +02:00
parent c8b3ef68f8
commit 1b8a2bc5ab
3 changed files with 5 additions and 4 deletions

View File

@@ -1,13 +1,13 @@
---
# The version to deploy
paperless_version: 1.6.0
paperless_version: 1.7.0
# Instance ID, as you can deploy several instances on the same server
paperless_id: 1
# URL of the paperless archive
paperless_archive_url: https://github.com/paperless-ngx/paperless-ngx/releases/download/ngx-{{ paperless_version }}/paperless-ngx-{{ paperless_version }}.tar.xz
# Expected checksum
paperless_archive_sha256: f4971abf258382fb171a8d11f4c6181ca03b42334deb6d9305a04ea8f8eab91e
paperless_archive_sha256: 7a06ece28c1196594a30233f7147acf7a911412bc96893cb212e1dc6b47f0235
# Should ansible handle install and upgrades, or only initial install
paperless_manage_upgrade: True
# Root directory where paperless will be installed

View File

@@ -18,6 +18,7 @@ PAPERLESS_ALLOWED_HOSTS={{ paperless_public_url | urlsplit('hostname') }}
PAPERLESS_CORS_ALLOWED_HOSTS={{ paperless_public_url }}
PAPERLESS_FORCE_SCRIPT_NAME={{ paperless_public_url | urlsplit('path') | regex_replace('/$','') }}
PAPERLESS_STATIC_URL={{ paperless_public_url | urlsplit('path') | regex_replace('/$','') }}/static/
PAPERLESS_URL={{ paperless_public_url }}
PAPERLESS_OCR_LANGUAGE={{ paperless_ocr_lang }}
PAPERLESS_TASK_WORKERS=2
{% if system_tz is defined %}