Erik Arvstedt
03559454f6
docs/configuration: Fix binary variable defaults
2022-09-04 15:21:49 +02:00
viktor-c
3828d712bd
Info about installing on subpath ( #1350 )
...
* Update docker-compose.env
* Update configuration.rst
example.com/paperless is not a subdomain, but a subpath. Also when hosting from a subdomain like paperless.example.com one does not have to change anything in the configuration, it just works, because paperless expects to be hosted at root, i.e. paperless.example.com
This however changes when paperless is not hosted at root anymore but for example at paperless.example.com/paperlessNgx
* Update docker-compose.env
* Apply suggestions from code review
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2022-08-31 16:36:13 -07:00
Michael Shamoon
ebdd7afb67
Move scanner & software recs to GH wiki
2022-08-30 22:14:07 -07:00
tooomm
9c2265d1aa
update mobile scanner section
2022-08-27 18:03:54 +02:00
Mark Stenglein
66593a28f5
docs: scanners: add Brother ads4700w
...
I've tested Paperless with the ADS-4700W and it works great.
This commit adds the recommendation.
2022-08-24 08:57:45 -07:00
Zerteax
a56de4547c
Changes to Redis documentation ( #1441 )
...
* Added more description in PAPERLESS_REDIS
* More Information on Redis
* Update configuration.rst
* Changed <ip> to <host>
Same as in the Documentation of Redis
* Edited the link
Linking directly to the Securing Redis part
2022-08-21 07:27:45 -07:00
Quinn Casey
1ec7351842
Minor doc fixes
2022-08-16 19:44:48 -07:00
glassbox-sco
f2cab81aed
Update scanners.rst
2022-08-17 00:09:21 +01:00
Lucas Pleß
a8c575147b
Update scanners.rst
...
added Brother ADS-4300N. I tested it and can recommend the Device. It scans fast and reliable.
2022-08-13 22:52:17 +02:00
tooomm
94b09614d9
typo
2022-08-03 15:00:23 +02:00
Michael Shamoon
20671c718e
Run prettier over changelog.md
...
[ci skip]
2022-07-28 20:00:59 -07:00
github-actions[bot]
e73db49ed0
[Documentation] Add v1.8.0 changelog ( #1298 )
...
* Changelog - GHA
* Update changelog.md
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2022-07-28 19:52:13 -07:00
Michael Shamoon
0553824df2
Revert "Update changelog.md"
...
This reverts commit 3a031084f3f9542458c872daf66cea14fd7948de.
2022-07-28 15:41:39 -07:00
Michael Shamoon
3a031084f3
Update changelog.md
2022-07-28 15:24:23 -07:00
shamoon
5fe435048b
Merge pull request #1240 from paperless-ngx/beta
...
[Beta] Paperless-ngx v1.8.0 Release Candidate 1
2022-07-28 15:17:30 -07:00
Michael Shamoon
ecc4553e67
fix occasional code block color legibility
2022-07-22 15:12:18 -07:00
Trenton Holmes
ef790ca6f4
Fixes the copy and paste of the log line
2022-07-22 11:08:52 -07:00
Trenton Holmes
7a99dcf693
Adds configuration for database timeout, documentation and troubleshotting suggestion
2022-07-22 08:40:08 -07:00
shamoon
83de38e56f
Merge pull request #1247 from paperless-ngx/bugfix-pikepdf-ocrmypdf-warnings
...
Bugfix: Adds pngquant and jbig2dec to Docker image
2022-07-20 08:26:12 -07:00
Trenton Holmes
16b0f7f9ee
Removes a Dockerfile I can't find referenced anywhere
2022-07-19 14:18:47 -07:00
Trenton Holmes
b1b6d50af6
Adds a couple packages to the Docker image for ocrmypdf and pikepdf
2022-07-18 09:46:31 -07:00
Aidan Stein
cdecf8904e
move supervisord call into wrapper script
2022-07-15 11:00:46 -04:00
Aidan Stein
3d16266c69
pr comment - documentation edits
2022-07-15 11:00:46 -04:00
Aidan Stein
9a8562c624
add instructions for rootless
2022-07-15 11:00:46 -04:00
shamoon
95042f73c7
Merge pull request #1154 from ziprandom/feature-use-env-vars-in-pre-post-scripts
...
Feature use env vars in pre post scripts
2022-07-14 19:37:19 -07:00
Trenton Holmes
edaaedae36
Reduces webserver and task worker count to 1 by default
2022-07-11 13:54:04 -07:00
Trenton Holmes
ccf3a9f3b2
Implements reading from a Docker secrets file in place of an environment variable for certain settings
2022-07-03 10:56:01 +02:00
shamoon
ee9f1e7b70
Merge pull request #957 from paperless-ngx/feature-created-date
...
Feature: make frontend timezone un-aware
2022-07-02 16:58:30 -07:00
ziprandom
f20254217f
POST_CONSUME_SCRIPT: add documents archive_path
2022-06-22 14:00:20 +00:00
ziprandom
9424b763ca
POST_CONSUME_SCRIPT: add document dates to env
2022-06-22 13:58:16 +00:00
ziprandom
08ae3f8771
use env variables in pre-|post-consume scripts
...
+ instead of positional arguments because it's easier to use in the
shell script and easier to read in the python code.
2022-06-22 13:56:59 +00:00
Moritz Stückler
26b12512b1
fix: update scanner capability
...
The Brother ADS-A1700W does indeed support SFTP. I've just bought it, and set it up like this.
2022-06-20 12:06:54 +02:00
Trenton Holmes
1df517afd3
Removes last vestiges of PNG from the tests, code, docs and samples
2022-06-11 14:20:50 -07:00
Trenton Holmes
e8868d7ebf
Entirely removes the optipng, updates ghostscript fall back to also use WebP. Updates the conversion to use a multiprocessing pool
2022-06-11 08:38:49 -07:00
Trenton Holmes
87322d7732
Adds quick documentation of new functionality
2022-06-10 11:26:23 -07:00
Oliver Rümpelein
708638b97f
Merge remote-tracking branch 'upstream/dev' into feature-mailActionCustomTag
2022-05-29 13:51:54 +02:00
shamoon
9eee37bc68
Merge branch 'dev' into feature-created-date
2022-05-26 14:28:33 -07:00
Oliver Rümpelein
0cc7765f2b
Revert accidentally included changes.
2022-05-26 17:40:11 +02:00
Oliver Rümpelein
080a23dd8c
Update docs.
2022-05-26 12:42:29 +02:00
tooomm
ce3f6837e9
Link issues, capitalization and minor fixes
2022-05-25 19:23:52 +02:00
tooomm
3ffd2a745b
update heading levels for v1.7.0
2022-05-25 19:23:52 +02:00
Trenton Holmes
985b774378
Reworks documentation on the max pixels setting
2022-05-23 10:54:41 -07:00
Markus
69ef26dab0
Feature: Dynamic document storage pathes ( #916 )
...
* Added devcontainer
* Add feature storage pathes
* Exclude tests and add versioning
* Check escaping
* Check escaping
* Check quoting
* Echo
* Escape
* Escape :
* Double escape \
* Escaping
* Remove if
* Escape colon
* Missing \
* Esacpe :
* Escape all
* test
* Remove sed
* Fix exclude
* Remove SED command
* Add LD_LIBRARY_PATH
* Adjusted to v1.7
* Updated test-cases
* Remove devcontainer
* Removed internal build-file
* Run pre-commit
* Corrected flak8 error
* Adjusted to v1.7
* Updated test-cases
* Corrected flak8 error
* Adjusted to new plural translations
* Small adjustments due to code-review backend
* Adjusted line-break
* Removed PAPERLESS prefix from settings variables
* Corrected style change due to search+replace
* First documentation draft
* Revert changes to Pipfile
* Add sphinx-autobuild with keep-outdated
* Revert merge error that results in wrong storage path is evaluated
* Adjust styles of generated files ...
* Adds additional testing to cover dynamic storage path functionality
* Remove unnecessary condition
* Add hint to edit storage path dialog
* Correct spelling of pathes to paths
* Minor documentation tweaks
* Minor typo
* improving wrapping of filter editor buttons with new storage path button
* Update .gitignore
* Fix select border radius in non input-groups
* Better storage path edit hint
* Add note to edit storage path dialog re document_renamer
* Add note to bulk edit storage path re document_renamer
* Rename FILTER_STORAGE_DIRECTORY to PATH
* Fix broken filter rule parsing
* Show default storage if unspecified
* Remove note re storage path on bulk edit
* Add basic validation of filename variables
Co-authored-by: Markus Kling <markus@markus-kling.net>
Co-authored-by: Trenton Holmes <holmes.trenton@gmail.com>
Co-authored-by: Michael Shamoon <4887959+shamoon@users.noreply.github.com>
Co-authored-by: Quinn Casey <quinn@quinncasey.com>
2022-05-19 14:42:25 -07:00
tooomm
163231d307
Link issues, capitalization and minor fixes
2022-05-19 23:12:40 +02:00
tooomm
e530750fc6
update heading levels for v1.7.0
2022-05-19 22:05:43 +02:00
Quinn Casey
bc232582df
Add link to new config option
2022-05-18 14:30:33 -07:00
Quinn Casey
286affea38
Fix formatting
2022-05-18 14:30:16 -07:00
Quinn Casey
5f5c9e2eb3
Merge branch 'main' into dev
2022-05-18 14:26:36 -07:00
Quinn Casey
de5eaf1c2c
Merge pull request #985 from paperless-ngx/fix-changelog-links
...
Fix links in changelog
2022-05-18 14:25:56 -07:00
Quinn Casey
6950daca9a
Link to configuration values for Canon MFP
2022-05-18 14:03:43 -07:00