Trenton Holmes
38ba1d1a52
Cleans up and documnets installation on bare metal, includes systemd service file for the celery and celery beat
2022-09-28 19:38:41 -07:00
Trenton Holmes
194dda6d84
Merge branch 'main' into beta
2022-09-11 15:12:54 -07:00
Brian Kelly
65cfd55027
rebase mariadb feature onto dev
2022-09-11 07:40:31 -07:00
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
shamoon
2b1c8c8d9a
Merge pull request #1375 from tim-vogel/add_comments
...
Feature: document comments
2022-08-25 11:48:31 -07:00
shamoon
d40c13420d
Merge pull request #1367 from Eckii24/feat/date-suggestions
...
Adding date suggestions to the documents details view
2022-08-25 11:47:37 -07:00
Michael Shamoon
858ae909e8
Default PAPERLESS_NUMBER_OF_SUGGESTED_DATES to 3
2022-08-25 08:03:38 -07: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
tooomm
d1e8299010
typo
2022-08-23 19:18:45 -07:00
shamoon
c151db6e21
Merge pull request #1446 from paperless-ngx/feature-storage-path-rematch
...
Feature: Adds storage paths to re-tagger command
2022-08-21 20:07:06 -07:00
Trenton Holmes
c8e838e3a0
Adds the storage paths to the re-tagger command
2022-08-21 18:01:19 -07:00
Trenton Holmes
9b24cf7591
Also provide the original file name to the post consumption script
2022-08-21 16:16:28 -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
Matthias Eck
e0f341938a
docs(configuration.rst): add doc for NUMBER_OF_SUGGESTED_DATES
2022-08-06 13:03:20 +02:00
Trenton Holmes
ada8516803
Allows the webserver binding address to be configured via the environment
2022-08-04 07:43:23 -07: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