mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-09 09:58:20 -05:00
documentation
This commit is contained in:
parent
3866a77d68
commit
e8d5b549de
@ -16,6 +16,7 @@ Support for Python 3.6 was dropped.
|
|||||||
* Base image of the docker image changed from Debian Buster to Debian Bullseye due to its recent release.
|
* Base image of the docker image changed from Debian Buster to Debian Bullseye due to its recent release.
|
||||||
* The docker image now uses python 3.9.
|
* The docker image now uses python 3.9.
|
||||||
* Added the Luxembourgish locale. Thanks for translating!
|
* Added the Luxembourgish locale. Thanks for translating!
|
||||||
|
* `Daniel Albers`_ added support for making the files and folders ignored by the paperless consume folder scanner configurable. See ``PAPERLESS_CONSUMER_IGNORE_PATTERNS``.
|
||||||
|
|
||||||
paperless-ng 1.4.5
|
paperless-ng 1.4.5
|
||||||
##################
|
##################
|
||||||
@ -1494,6 +1495,7 @@ bulk of the work on this big change.
|
|||||||
.. _JOKer: https://github.com/MasterofJOKers
|
.. _JOKer: https://github.com/MasterofJOKers
|
||||||
.. _Brian Cribbs: https://github.com/cribbstechnolog
|
.. _Brian Cribbs: https://github.com/cribbstechnolog
|
||||||
.. _Brendan M. Sleight: https://github.com/bmsleight
|
.. _Brendan M. Sleight: https://github.com/bmsleight
|
||||||
|
.. _Daniel Albers: https://github.com/AlD
|
||||||
|
|
||||||
.. _#20: https://github.com/the-paperless-project/paperless/issues/20
|
.. _#20: https://github.com/the-paperless-project/paperless/issues/20
|
||||||
.. _#44: https://github.com/the-paperless-project/paperless/issues/44
|
.. _#44: https://github.com/the-paperless-project/paperless/issues/44
|
||||||
|
@ -631,7 +631,13 @@ PAPERLESS_DATE_ORDER=<format>
|
|||||||
This option defaults to DMY which translates to day first, month second, and year
|
This option defaults to DMY which translates to day first, month second, and year
|
||||||
last order. Characters D, M, or Y can be shuffled to meet the required order.
|
last order. Characters D, M, or Y can be shuffled to meet the required order.
|
||||||
|
|
||||||
|
PAPERLESS_CONSUMER_IGNORE_PATTERNS=<json>
|
||||||
|
By default, paperless ignores certain files and folders in the consumption
|
||||||
|
directory, such as system files created by the Mac OS.
|
||||||
|
|
||||||
|
This can be adjusted by configuring a custom json array with patterns to exclude.
|
||||||
|
|
||||||
|
Defautls to ``[".DS_STORE/*", "._*", ".stfolder/*"]``.
|
||||||
|
|
||||||
Binaries
|
Binaries
|
||||||
########
|
########
|
||||||
|
Loading…
x
Reference in New Issue
Block a user