Document the big changes for 2.0

This commit is contained in:
Daniel Quinn
2018-05-27 23:21:20 +01:00
parent 0abf637c67
commit 9df06fbb12
3 changed files with 40 additions and 18 deletions

View File

@@ -59,27 +59,19 @@ PAPERLESS_EMAIL_SECRET=""
#### Security ####
###############################################################################
# By default, Paperless will attempt to GPG encrypt your PDF files using the
# PAPERLESS_PASSPHRASE specified below. If however you're not concerned about
# encrypting these files (for example if you have disk encryption locally) then
# you don't need this and can safely turn it off by setting
# PAPERLESS_STORAGE_TYPE="unencrypted" here. In such a case, the PASSPHRASE
# value set below will be ignored.
#PAPERLESS_STORAGE_TYPE="gpg"
# You must have a passphrase in order for Paperless to work at all. If you set
# this to "", GNUGPG will "encrypt" your PDF by writing it out as a zero-byte
# file.
#
# The passphrase you use here will be used when storing your documents in
# Paperless, but you can always export them in an unencrypted format by using
# document exporter. See the documentation for more information.
# Paperless can be instructed to attempt to encrypt your PDF files with GPG
# using the PAPERLESS_PASSPHRASE specified below. If however you're not
# concerned about encrypting these files (for example if you have disk
# encryption locally) then you don't need this and can safely leave this value
# un-set.
#
# One final note about the passphrase. Once you've consumed a document with
# one passphrase, DON'T CHANGE IT. Paperless assumes this to be a constant and
# can't properly export documents that were encrypted with an old passphrase if
# you've since changed it to a new one.
PAPERLESS_PASSPHRASE="secret"
#
# The default is to not use encryption at all.
#PAPERLESS_PASSPHRASE="secret"
# The secret key has a default that should be fine so long as you're hosting