more fixes and cleanup

This commit is contained in:
tooomm 2022-12-11 16:07:08 +01:00 committed by Trenton H
parent 1266f2d5b9
commit 8b36c9ad64
4 changed files with 8 additions and 11 deletions

View File

@ -465,13 +465,13 @@ document.
documents, such as encrypted PDF documents. The archiver will skip over documents, such as encrypted PDF documents. The archiver will skip over
these documents each time it sees them. these documents each time it sees them.
### Managing encryption {#encyption} ### Managing encryption {#encryption}
Documents can be stored in Paperless using GnuPG encryption. Documents can be stored in Paperless using GnuPG encryption.
!!! warning !!! warning
Encryption is deprecated since paperless-ngx 0.9 and doesn't really Encryption is deprecated since [paperless-ng 0.9](/changelog#paperless-ng-090) and doesn't really
provide any additional security, since you have to store the passphrase provide any additional security, since you have to store the passphrase
in a configuration file on the same system as the encrypted documents in a configuration file on the same system as the encrypted documents
for paperless to work. Furthermore, the entire text content of the for paperless to work. Furthermore, the entire text content of the

View File

@ -1690,10 +1690,8 @@ primarily.
### paperless-ng 0.9.0 ### paperless-ng 0.9.0
- **Deprecated:** GnuPG. - **Deprecated:** GnuPG. [See this note on the state of GnuPG in paperless-ng.](/administration#encryption)
`See this note on the state of GnuPG in paperless-ng. <utilities-encyption>`{.interpreted-text This features will most likely be removed in future versions.
role="ref"} This features will most likely be removed in future
versions.
- **Added:** New frontend. Features: - **Added:** New frontend. Features:
- Single page application: It's much more responsive than the - Single page application: It's much more responsive than the
django admin pages. django admin pages.

View File

@ -50,12 +50,12 @@ If you want to learn about what's different in paperless-ngx from
Paperless, check out these resources in the documentation: Paperless, check out these resources in the documentation:
- [Some screenshots](#screenshots) of the new UI are available. - [Some screenshots](#screenshots) of the new UI are available.
- Read [this section](/advanced_usage/#advanced-automatic-matching) if you want to learn about how paperless automates all - Read [this section](/advanced_usage#automatic-matching) if you want to learn about how paperless automates all
tagging using machine learning. tagging using machine learning.
- Paperless now comes with a [proper email consumer](/usage#usage-email) that's fully tested and production ready. - Paperless now comes with a [proper email consumer](/usage#usage-email) that's fully tested and production ready.
- Paperless creates searchable PDF/A documents from whatever you put into the consumption directory. This means - Paperless creates searchable PDF/A documents from whatever you put into the consumption directory. This means
that you can select text in image-only documents coming from your scanner. that you can select text in image-only documents coming from your scanner.
- See [this note](/administration#utilities-encyption) about GnuPG encryption in paperless-ngx. - See [this note](/administration#encryption) about GnuPG encryption in paperless-ngx.
- Paperless is now integrated with a - Paperless is now integrated with a
[task processing queue](/setup#task_processor) that tells you at a glance when and why something is not working. [task processing queue](/setup#task_processor) that tells you at a glance when and why something is not working.
- The [changelog](/changelog) contains a detailed list of all changes in paperless-ngx. - The [changelog](/changelog) contains a detailed list of all changes in paperless-ngx.

View File

@ -234,9 +234,8 @@ steps described in [Docker setup](#docker_hub) automatically.
certain, more updated software. If you want to build these images certain, more updated software. If you want to build these images
your self, that is possible, but beyond the scope of these steps. your self, that is possible, but beyond the scope of these steps.
4. Follow steps 3 to 8 of [Docker Setup](#docker_hub) 4. Follow steps 3 to 8 of [Docker Setup](#docker_hub). When asked to run
role="ref"}. When asked to run `docker-compose pull` to pull the `docker-compose pull` to pull the image, do
image, do
```shell-session ```shell-session
$ docker-compose build $ docker-compose build