Felix Eckhofer
a1f09bdc4e
Clarify description of PAPERLESS_PORT
2022-02-22 21:06:28 +01:00
Yannic Schroeder
d13fdd0791
Allow specifying port through PAPERLESS_PORT environment variable
2022-02-21 22:46:02 +01:00
shamoon
1688af7a0d
Merge pull request #24 from tribut/feature-trash
...
Add temporary "delete to trash" functionality
2022-02-21 11:19:57 -08:00
Johann Bauer
5f58a329d3
Make Worker Timeout Configurable ( #37 )
...
* Make Worker Timeout Configurable
- defaults to 1800 seconds
- can be configured through environment for systems with weaker CPUs
- description added to documentation
Co-authored-by: evilsidekick <>
2022-02-15 20:28:08 +01:00
Michael Shamoon
e6602f1153
Merge pull request #2 from shamoon/pdf-viewer-mobile-improvements
...
Pdf viewer mobile improvements
2022-02-14 22:07:41 -08:00
Uli Fahrer
2dcacaee14
fix(tika): adapt to Gotenberg 7 API
...
This commit adapts to the latest breaking changes from Gotenberg 7.
It also freezes the usage of the Gotenberg server to v7.x. Doing
this prevents further breaking changes leaking in our code base.
* refs #1250
2021-08-27 08:32:16 +02:00
Felix Eckhofer
bf2cdae3b1
Add PAPERLESS_LOGOUT_REDIRECT_URL
...
When set, the user is redirected to this URL after a logout. Especially
useful in conjunction with PAPERLESS_ENABLE_HTTP_REMOTE_USER and SSO.
2021-08-26 18:40:12 +02:00
Felix Eckhofer
64304c5121
Add PAPERLESS_TRASH_DIR
...
When set, original files are moved here instead of being permanently
removed when a document is deleted.
2021-08-24 12:50:13 +02:00
jonaswinkler
e8d5b549de
documentation
2021-08-22 17:10:10 +02:00
jonaswinkler
45fd4e8565
fix whitespace
2021-08-22 16:27:44 +02:00
pewter77
971192f6f3
update configuration docs for languages
...
Due to tesseract naming scheme, packages use '-' but the internal OCR uses '_' . This is to clarify in the documentation that this is the case for new users.
2021-07-30 23:21:22 +08:00
Michael Lynch
410bb6a84e
Fix trailing newlines in configuration.rst
2021-06-13 10:57:58 -04:00
Michael Lynch
372ac3a40c
Normalize whitespace in source files
...
Ensure that no source files have trailing whitespace at end of lines and ensure that all files end with a single trailing newline.
This also adds Github Actions to enforce whitespace conventions.
2021-06-13 10:57:40 -04:00
Peter M
4031233fd4
Document specification of the expected creation date order
2021-06-12 10:15:51 -04:00
puuu
13afd25690
Update documentation about PAPERLESS_FORCE_SCRIPT_NAME
2021-05-14 15:39:20 +09:00
Chris Nagy
ee51a0be13
Minor docs change
2021-04-10 15:08:33 +02:00
Chris Nagy
0cc32e7ed7
Extend docs with superuser
2021-04-10 13:47:31 +02:00
jonaswinkler
b1c2c79d80
update docs
2021-03-03 23:58:53 +01:00
Simon Taddiken
72ebe7df58
Improve documentation
2021-03-02 10:21:50 +01:00
Simon Taddiken
97f3c214e8
Add the possibility to customize the remote user header name
...
Inspired by the discussion here https://github.com/jonaswinkler/paperless-ng/discussions/639#discussion-3242017 it is worthwhile to be able to customize the header name that is used for authentication as its name is not really standardized.
2021-03-02 09:07:42 +01:00
jonaswinkler
49b23aafa3
documentation typos
2021-02-23 13:16:56 +01:00
jonaswinkler
cb10617979
enable deskewing and rotation by default
2021-02-21 23:40:26 +01:00
jonaswinkler
ef4009e94f
documentation
2021-02-21 13:35:47 +01:00
jonaswinkler
7b2c1f82f5
documentation
2021-02-21 01:29:55 +01:00
jonaswinkler
b978994525
documentation for the new configuration options
2021-02-21 00:23:01 +01:00
jonaswinkler
f07a6b4586
PAPERLESS_WEBSERVER_WORKERS option
2021-02-15 16:27:35 +01:00
jonaswinkler
e8a1fde1c7
documentation
2021-02-06 17:22:05 +01:00
jonaswinkler
ab04817bea
alter defaults for workers and threads to allow more parallel tasks #446
2021-01-26 22:10:43 +01:00
Fabian Koller
db23a5cf37
Fix ENV var name for user args in documentation
...
Follow-up to #214
2021-01-14 20:21:34 +01:00
jonaswinkler
59f955e08b
adjusted the default configuration so that at least one cpu core remains free (except on single core machines) #332
2021-01-13 00:02:20 +01:00
jonaswinkler
7ebc1351fe
updated documentation #316
2021-01-10 22:40:13 +01:00
jonaswinkler
6c7281ae88
add sslmode configuration option fixes #298
2021-01-10 01:35:56 +01:00
jonaswinkler
b463428a40
tika documentation
2021-01-08 02:15:42 +01:00
Jonas Winkler
b17d9f850e
Merge pull request #260 from shamoon/feature/remote-user
...
Feature: authentication via HTTP_REMOTE_USER
2021-01-06 14:27:14 +01:00
Jonas Winkler
be94a8e49a
Merge pull request #251 from jayme-github/ignore-date
...
Add option to ignore certain dates in parse_date
2021-01-05 00:19:13 +01:00
jonaswinkler
05c16e1539
more changes for #118
2021-01-04 17:42:42 +01:00
jayme-github
be2061b74d
Add PAPERLESS_IGNORE_DATES to docs
2021-01-03 14:47:04 +01:00
Michael Shamoon
f0a1aed029
Merge remote-tracking branch 'upstream/dev' into feature/remote-user
2021-01-03 00:38:10 -08:00
Michael Shamoon
7b56ad9dad
Allow authentication via HTTP_REMOTE_USER
2021-01-03 00:37:19 -08:00
Jo Vandeginste
5236f4e58d
Refactor after feedback:
...
- rename PAPERLESS_TIKA to PAPERLESS_TIKA_ENABLED
- all other env params now start with PAPERLESS_TIKA
- convert_to_pdf as class instance method
- smaller details
Signed-off-by: Jo Vandeginste <Jo.Vandeginste@kuleuven.be>
2020-12-31 14:41:47 +01:00
Jo Vandeginste
b8e8bf3dd4
Add the new paperless_tika parser
...
This parser will use an external Tika and Gotenberg server to parse
"Office" documents (.doc, .xls, .odt, etc.)
Signed-off-by: Jo Vandeginste <Jo.Vandeginste@kuleuven.be>
2020-12-29 21:51:21 +01:00
jonaswinkler
f964dd5935
added configuration option for the font #197 #207
2020-12-29 12:26:41 +01:00
jonaswinkler
ae3e2a7063
updated documentation
2020-12-21 21:28:21 +01:00
jonaswinkler
b452816a29
fixes #122
2020-12-11 17:49:32 +01:00
jonaswinkler
a47623dbaf
documentation
2020-12-03 00:15:03 +01:00
jonaswinkler
19bb29d5cd
documentation
2020-12-01 23:38:42 +01:00
jonaswinkler
8cad12b154
documentation.
2020-12-01 15:26:22 +01:00
jonaswinkler
fd3df1ec58
some more tests.
2020-12-01 14:15:43 +01:00
jonaswinkler
fca98b411e
reorganised settings documentation and added OCR_USER_ARGS
2020-11-29 12:38:32 +01:00
jonaswinkler
202b88632c
updated docs
2020-11-27 12:02:36 +01:00