mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-30 18:27:56 +01:00
Merge pull request #24 from tribut/feature-trash
Add temporary "delete to trash" functionality
This commit is contained in:
commit
1688af7a0d
8 changed files with 84 additions and 0 deletions
|
|
@ -80,6 +80,15 @@ PAPERLESS_DATA_DIR=<path>
|
|||
|
||||
Defaults to "../data/", relative to the "src" directory.
|
||||
|
||||
PAPERLESS_TRASH_DIR=<path>
|
||||
Instead of removing deleted documents, they are moved to this directory.
|
||||
|
||||
This must be writeable by the user running paperless. When running inside
|
||||
docker, ensure that this path is within a permanent volume (such as
|
||||
"../media/trash") so it won't get lost on upgrades.
|
||||
|
||||
Defaults to empty (i.e. really delete documents).
|
||||
|
||||
PAPERLESS_MEDIA_ROOT=<path>
|
||||
This is where your documents and thumbnails are stored.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue