Add config variable for update check

This commit is contained in:
Michael Shamoon
2022-04-01 07:22:55 -07:00
parent bfd11060ec
commit 1019660f6a
4 changed files with 33 additions and 15 deletions

View File

@@ -764,3 +764,13 @@ PAPERLESS_OCR_LANGUAGES=<list>
PAPERLESS_OCR_LANGUAGE=tur
Defaults to none, which does not install any additional languages.
PAPERLESS_ENABLE_UPDATE_CHECK=<bool>
Enabling this option enables the check for available updates, which works by
loading the version file of the public repository for this project on Github e.g.
https://raw.githubusercontent.com/paperless-ngx/paperless-ngx/main/src/paperless/version.py
to determine whether a new version is available. Actual updating of the app must be done manually.
No tracking data is collected by the app in any way.
Defaults to true.