docs, screenshots

This commit is contained in:
Jonas Winkler 2020-11-23 13:10:28 +01:00
parent cbdb45473a
commit f7fa110afe
28 changed files with 23 additions and 27 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 256 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 224 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 196 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 214 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

BIN
docs/_static/screenshots/dashboard.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 306 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 410 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB

BIN
docs/_static/screenshots/editing.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 293 KiB

BIN
docs/_static/screenshots/logs.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 260 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

BIN
docs/_static/screenshots/mobile.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 KiB

BIN
docs/_static/screenshots/new-tag.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 KiB

View File

@ -69,7 +69,7 @@ First of all, ensure that paperless is stopped.
After that, :ref:`make a backup <administration-backup>`. After that, :ref:`make a backup <administration-backup>`.
A. If you used the docker-compose file, simply download the files of the new release, A. If you used the dockerfiles archive, simply download the files of the new release,
adjust the settings in the files (i.e., the path to your consumption directory), adjust the settings in the files (i.e., the path to your consumption directory),
and replace your existing docker-compose files. Then start paperless as usual, and replace your existing docker-compose files. Then start paperless as usual,
which will pull the new image, and update your database, if necessary: which will pull the new image, and update your database, if necessary:

View File

@ -9,41 +9,37 @@ research papers though, its a horrible tool for that job.
The dashboard shows customizable views on your document and allows document uploads: The dashboard shows customizable views on your document and allows document uploads:
.. image:: _static/paperless-0-dashboard.png .. image:: _static/screenshots/dashboard.png
The document list provides three different styles to scroll through your documents: The document list provides three different styles to scroll through your documents:
.. image:: _static/paperless-1-list-table.png .. image:: _static/screenshots/documents-table.png
.. image:: _static/paperless-2-list-smallcards.png .. image:: _static/screenshots/documents-smallcards.png
.. image:: _static/paperless-3-list-largecards.png .. image:: _static/screenshots/documents-largecards.png
Extensive filtering mechanisms: Extensive filtering mechanisms:
.. image:: _static/paperless-4-filter.png .. image:: _static/screenshots/documents-filter.png
Side-by-side editing of documents. Optmized for 1080p. Side-by-side editing of documents. Optmized for 1080p.
.. image:: _static/paperless-5-editing.png .. image:: _static/screenshots/editing.png
Tag editing. This looks about the same for correspondents and document types. Tag editing. This looks about the same for correspondents and document types.
.. image:: _static/paperless-6-tags.png .. image:: _static/screenshots/new-tag.png
Searching provides auto complete and highlights the results. Searching provides auto complete and highlights the results.
.. image:: _static/paperless-7-autocomplete.png .. image:: _static/screenshots/search-preview.png
.. image:: _static/paperless-8-search-results.png .. image:: _static/screenshots/search-results.png
The old admin is still there and accessible!
.. image:: _static/paperless-9-admin.png
Fancy mail filters! Fancy mail filters!
.. image:: _static/paperless-11-mail-filters.png .. image:: _static/screenshots/mail-rules-edited.png
Mobile support in the future? This kinda works, however some layouts are still Mobile support in the future? This kinda works, however some layouts are still
too wide. too wide.
.. image:: _static/paperless-10-mobile.png .. image:: _static/screenshots/mobile.png

View File

@ -102,8 +102,7 @@ Paperless consists of the following components:
for getting the tasks from the webserver and consumer to the task scheduler. These run in different for getting the tasks from the webserver and consumer to the task scheduler. These run in different
processes (maybe even on different machines!), and therefore, this is necessary. processes (maybe even on different machines!), and therefore, this is necessary.
* A database server. Paperless supports PostgreSQL and sqlite for storing its data. However, with the * Optional: A database server. Paperless supports both PostgreSQL and SQLite for storing its data.
added concurrency, it is strongly advised to use PostgreSQL, as sqlite has its limits in that regard.
Installation Installation
@ -146,10 +145,10 @@ Docker Route
.. hint:: .. hint::
For new installations, it is recommended to use postgresql as the database For new installations, it is recommended to use PostgreSQL as the database
backend. This is due to the increased amount of concurrency in paperless-ng. backend.
2. Modify ``docker-compose.yml`` to your preferences. You should change the path 2. Modify ``docker-compose.yml`` to your preferences. You may want to change the path
to the consumption directory in this file. Find the line that specifies where to the consumption directory in this file. Find the line that specifies where
to mount the consumption directory: to mount the consumption directory:
@ -221,10 +220,10 @@ things have changed under the hood, so you need to adapt your setup depending on
how you installed paperless. The important things to keep in mind are as follows. how you installed paperless. The important things to keep in mind are as follows.
* Read the :ref:`changelog <paperless_changelog>` and take note of breaking changes. * Read the :ref:`changelog <paperless_changelog>` and take note of breaking changes.
* It is recommended to use postgresql as the database now. If you want to continue * You should decide if you want to stick with SQLite or want to migrate your database
using SQLite, which is the default of paperless, use ``docker-compose.sqlite.yml``. to PostgreSQL. See :ref:`setup-sqlite_to_psql` for details on how to move your data from
See :ref:`setup-sqlite_to_psql` for details on how to move your data from SQLite to PostgreSQL. Both work fine with paperless. However, if you already have a
sqlite to postgres. database server running for other services, you might as well use it for paperless as well.
* The task scheduler of paperless, which is used to execute periodic tasks * The task scheduler of paperless, which is used to execute periodic tasks
such as email checking and maintenance, requires a `redis`_ message broker such as email checking and maintenance, requires a `redis`_ message broker
instance. The docker-compose route takes care of that. instance. The docker-compose route takes care of that.
@ -259,7 +258,7 @@ Migration to paperless-ng is then performed in a few simple steps:
will be incompatible with the migrated volumes. will be incompatible with the migrated volumes.
4. Copy the ``docker-compose.sqlite.yml`` file to ``docker-compose.yml``. 4. Copy the ``docker-compose.sqlite.yml`` file to ``docker-compose.yml``.
If you want to migrate to PostgreSQL, do that after you migrated your existing If you want to switch to PostgreSQL, do that after you migrated your existing
SQLite database. SQLite database.
5. Adjust ``docker-compose.yml`` and 5. Adjust ``docker-compose.yml`` and
@ -299,7 +298,7 @@ management commands as below.
.. caution:: .. caution::
Make sure that your sqlite database is migrated to the latest version. Make sure that your SQLite database is migrated to the latest version.
Starting paperless will make sure that this is the case. If your try to Starting paperless will make sure that this is the case. If your try to
load data from an old database schema in SQLite into a newer database load data from an old database schema in SQLite into a newer database
schema in PostgreSQL, you will run into trouble. schema in PostgreSQL, you will run into trouble.
@ -367,6 +366,7 @@ Considerations for less powerful devices
Paperless runs on Raspberry Pi. However, some things are rather slow on the Pi and Paperless runs on Raspberry Pi. However, some things are rather slow on the Pi and
configuring some options in paperless can help improve performance immensely: configuring some options in paperless can help improve performance immensely:
* Stick with SQLite to save some resources.
* Consider setting ``PAPERLESS_OCR_PAGES`` to 1, so that paperless will only OCR * Consider setting ``PAPERLESS_OCR_PAGES`` to 1, so that paperless will only OCR
the first page of your documents. the first page of your documents.
* ``PAPERLESS_TASK_WORKERS`` and ``PAPERLESS_THREADS_PER_WORKER`` are configured * ``PAPERLESS_TASK_WORKERS`` and ``PAPERLESS_THREADS_PER_WORKER`` are configured