Allows to configure directory and filename formats for documents stored in paperless

Default configuration is as before (incrementing numbers), but additional fields can be added at will
This commit is contained in:
Wolf-Bastian Poettner
2019-12-27 14:13:18 +00:00
parent a690b1cf24
commit 6813805712
5 changed files with 190 additions and 4 deletions

View File

@@ -54,6 +54,17 @@ PAPERLESS_CONSUME_MAIL_PASS=""
# ignored.
PAPERLESS_EMAIL_SECRET=""
# Specify a filename format for an (optional) subdirectory and the document itself
# Use the following placefolders:
# * {correspondent}
# * {title}
# * {created}
# * {added}
# * {tags[FILTER]}
# Uniqueness of filenames is ensured, as an incrementing counter is attached
# to each filename.
#PAPERLESS_DIRECTORY_FORMAT=""
#PAPERLESS_FILENAME_FORMAT=""
###############################################################################
#### Security ####