181 Commits

Author SHA1 Message Date
Omar Saleem
6bd91bb43e wrapping ports in quotes 2023-02-10 15:14:22 -08:00
Trenton H
2e21924019 Fixes flower not respecting its config location, and a little more info to the user 2023-02-08 08:18:11 -08:00
Trenton H
9c14fd27cd Increment the index version for Docker users 2023-02-03 08:31:45 -08:00
Michael Shamoon
d7c5217b8b Update index version to force reindex, note in release notes 2023-01-25 20:30:48 -08:00
Trenton Holmes
4c550049b5 Fixes typo 2023-01-07 16:45:48 -08:00
Trenton Holmes
56a1b5c749 Also filter to only PAPERLESS_ variables 2023-01-07 16:45:48 -08:00
Trenton Holmes
54013bac67 Makes a missing file informational only, not fatal 2023-01-07 16:45:48 -08:00
shamoon
b2d6ce308b Merge pull request #2261 from paperless-ngx/fix/2248-file-env-stuff
Bugfix: Reading environment from files didn't work for management commands
2022-12-31 08:22:43 -08:00
Michael Shamoon
7c866c9191 Merge branch 'dev' 2022-12-29 19:39:38 -08:00
Trenton Holmes
fd0988af3f Changes how the environment variables from a file are set and expands to allow any to be set this way 2022-12-29 17:40:26 -08:00
Trenton Holmes
686e3201ba Updates Python libraries and hooks to most recent versions 2022-12-27 08:50:13 -08:00
ThellraAK
806f615e0d Removing Mariadb default open port (#2227)
* Removing Mariadb default open port

Removing the listening port 3306 for the DB, Docker networks will let the containers talk to one another.  The existing setup would allow anyone to connect to the DB and use the default passwords.

* Update docker-compose.mariadb-tika.yml

Adding change to the other compose file to remove open port

* Remove excess blank lines

* Remove excess blank lines

Co-authored-by: Felix E <felix@eckhofer.com>
2022-12-21 02:36:37 -08:00
Trenton H
ee47a043c8 Skip running system checks before migrate, then run them directly after instead 2022-12-15 11:50:15 -08:00
Trenton H
7af355191d Bakes the NLTK data into the image (~60mb) 2022-12-07 09:36:32 -08:00
Trenton Holmes
a925af3aea Merge remote-tracking branch 'upstream/dev' into feature-consume-eml 2022-12-04 13:55:46 -08:00
Trenton Holmes
a514219565 Fixes the custom scripts not running as root 2022-12-01 07:21:25 -08:00
phail
03f1b09f43 adapt compose file for eml parsing 2022-11-30 10:16:39 +01:00
phail
3300ee091d Merge remote-tracking branch 'paperless/dev' into feature-consume-eml 2022-11-30 10:10:57 +01:00
Trenton H
86938cd6ac Use docker compose to start and stop containers which match directly to our command overrides 2022-11-29 20:11:40 -08:00
phail
6fe06e75a2 Merge remote-tracking branch 'paperless/dev' into feature-consume-eml 2022-11-13 22:43:55 +01:00
Trenton H
3d2f249e97 Fixes an issue with the install of languages and read-only variable 2022-11-10 17:25:39 -08:00
Trenton H
fbce827583 Merge branch 'dev' into beta 2022-11-09 13:51:10 -08:00
Trenton H
a2138daafc Fixes the paths to binaries 2022-11-08 08:52:01 -08:00
Trenton Holmes
ec866caec5 Limits tamper check find to depth 1, as only files at the first level could be run 2022-11-08 08:52:01 -08:00
Trenton Holmes
ed7b82ecc8 Adds local and readonly to almost everything. Fully qualifies the path to binaries 2022-11-08 08:52:01 -08:00
Trenton Holmes
0903a2a21e It's not a customer 2022-11-08 08:52:01 -08:00
Trenton Holmes
2c3e19182d Corrects the ls command redirection 2022-11-08 08:52:01 -08:00
Trenton Holmes
b61473b1f7 Adds an untested custom startup functionality 2022-11-08 08:52:01 -08:00
phail
32ee7aa26c Merge remote-tracking branch 'paperless/dev' into feature-consume-eml 2022-10-24 21:12:35 +02:00
Trenton H
28d50d5c36 Integrates an optional starting of Flower into the Docker image 2022-10-24 09:17:38 -07:00
phail
20a0ba6e57 Merge remote-tracking branch 'paperless/dev' into feature-consume-eml 2022-10-23 20:37:22 +02:00
phail
20e84558d6 add unittest for external images 2022-10-22 00:44:32 +02:00
Trenton H
d9bdb0b8e8 Adds skipping of NLTK data download if the feature appears disabled 2022-10-10 08:58:23 -07:00
Trenton Holmes
70b1988a55 Fixes the download and usage of the downloaded data 2022-10-10 08:58:23 -07:00
Trenton Holmes
8140f5aa33 Fixes CI unit testing 2022-10-10 08:58:23 -07:00
Trenton Holmes
66884ea035 Updates the pre-processing of document content to be much more robust, with tokenization, stemming and stop word removal 2022-10-10 08:58:23 -07:00
shamoon
3b1f5668f5 Merge pull request #1648 from paperless-ngx/feature-use-celery
Feature: Transition to celery for background tasks
2022-10-10 00:07:55 -07:00
Trenton Holmes
6b93eab4d6 Updates Gotenberg container to the latest 2022-10-09 17:55:09 -07:00
Michael Shamoon
c37153c44c Mariadb compose files should use PAPERLESS_DBPASS 2022-09-28 09:38:13 -07:00
Trenton Holmes
09287701ae Transitions the backend to celery and celery beat 2022-09-26 11:25:34 -07:00
lemmi
cd384c8cae paperless_cmd.sh: use exec to run supervisord
Without exec, signals aren't passed through properly. Stopping the
container won't have any effect unless killed.

closes #1616
2022-09-20 07:23:04 -07:00
Trenton H
61bb45124a Fixes an issue where the consume directory wasn't included in the permissions fix at Docker entry 2022-09-16 07:52:33 -07:00
Trenton Holmes
0474221b21 Merge branch 'main' into beta 2022-09-11 15:12:54 -07:00
Trenton Holmes
586661394e Fixes the shellcheck issues 2022-09-11 07:42:20 -07:00
Trenton Holmes
810d82eb80 Fully qualifies the image and updates to Redis 7 2022-09-11 07:42:20 -07:00
Brian Kelly
4e48d9bdec correct the mariadb volume data path 2022-09-11 07:40:32 -07:00
Brian Kelly
0b1ba0603a set paperless db user 2022-09-11 07:40:32 -07:00
Brian Kelly
32e1dc7778 remove debug image reference 2022-09-11 07:40:32 -07:00
Brian Kelly
14cd50a8c3 rebase mariadb feature onto dev 2022-09-11 07:40:31 -07:00
viktor-c
77bd899f34 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