This repository was archived by the owner on Nov 2, 2024. It is now read-only.
auto polling consume folder #1497
Replies: 1 comment
-
it works |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
at the moment i'm not able to config paperless to auto poll my consume folder ever minute or something else.
Paths and folders
PAPERLESS_CONSUMPTION_DIR=/mnt/nas/006__Paperless/consume
#PAPERLESS_DATA_DIR=../data
#PAPERLESS_TRASH_DIR=
#PAPERLESS_MEDIA_ROOT=../media
#PAPERLESS_STATICDIR=../static
PAPERLESS_FILENAME_FORMAT='{document_type}/{correspondent}/{created_year}-{created_month}-{created_day} - {correspondent} - {title} - [{tag_list}]'
#PAPERLESS_FILENAME_FORMAT_REMOVE_NONE=
...
Software tweaks
#PAPERLESS_TASK_WORKERS=1
#PAPERLESS_THREADS_PER_WORKER=1
PAPERLESS_TIME_ZONE=Europe/Berlin
PAPERLESS_CONSUMER_POLLING=60
#PAPERLESS_CONSUMER_DELETE_DUPLICATES=false
#PAPERLESS_CONSUMER_RECURSIVE=false
#PAPERLESS_CONSUMER_IGNORE_PATTERNS=[".DS_STORE/", "._", ".stfolder/", ".stversions/", ".localized/*", "desktop.ini"]
#PAPERLESS_CONSUMER_SUBDIRS_AS_TAGS=false
#PAPERLESS_CONSUMER_ENABLE_BARCODES=false
#PAPERLESS_CONSUMER_BARCODE_STRING=PATCHT
#PAPERLESS_PRE_CONSUME_SCRIPT=/path/to/an/arbitrary/script.sh
#PAPERLESS_POST_CONSUME_SCRIPT=/path/to/an/arbitrary/script.sh
#PAPERLESS_FILENAME_DATE_ORDER=YMD
#PAPERLESS_FILENAME_PARSE_TRANSFORMS=[]
#PAPERLESS_NUMBER_OF_SUGGESTED_DATES=5
#PAPERLESS_THUMBNAIL_FONT_NAME=
#PAPERLESS_IGNORE_DATES=
PAPERLESS_ENABLE_UPDATE_CHECK=true
After restart the container with the update routine it is working one time.
To restart the hole lxc will not help.
Is there something i do wrong?
Beta Was this translation helpful? Give feedback.
All reactions