mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 06:45:05 +01:00
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:
parent
a690b1cf24
commit
6813805712
5 changed files with 190 additions and 4 deletions
|
|
@ -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 ####
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue