This commit updates the docker/compose/docker-compose.env documentation file to include a more comprehensive list of environment variables and improve clarity.
## Changes:
- Added several missing environment variables from the official Paperless-ngx configuration docs.
- Included explanations for each variable, maintaining consistency with the existing style.
- Added links to relevant external documentation (e.g., Django docs) where applicable.
- Updated the reference to the official documentation to make it more prominent:
- Changed:
"# See http://docs.paperless-ngx.com/configuration/ for all available options."
To:
"# IMPORTANT: See http://docs.paperless-ngx.com/configuration/ for official up-to-date overview of all available options."
This note was previously somewhat hidden right under the heavily emphasized section title in the original version, making it easy to overlook. The updated version ensures users are more likely to notice the reference to the official docs.
This update improves the usability of the docker-compose.env file, making it a more complete and practical reference for Docker Compose users.
* Updates the Gotenberg version to use 7.10 and gotenberg-client to match
* Fixes a long standing bug in this test where a whole page was missing from the expected
* Replaces references to docker-compose (the v1 executable) with docker compose (the v2 plugin) as well as fixing up some referenes between the tool vs the command
* Update docs/setup.md
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
* Replaces references to docker-compose (the v1 executable) with docker compose (the v2 plugin) as well as fixing up some referenes between the tool vs the command
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
* Allow to filter documents by original filename and checksum
This adds filters for the original filename and checksum of documents to
be able to to lazy checks if the file is already stored in paperless.
* Add tests for DelayedQuery
* Add checksum and original_filename to whoosh index and DelayedQuery
* Refactored DelayedQuery to reduce duplicate code
* Choose icontains for checksums as whoosh has no exact match query term
* Bumped index version
* Revert whoosh filtering logic to simpler structure, remove redundant tests
Revert "Revert whoosh filtering logic to simpler structure, remove redundant tests"
This reverts commit 86792174bfbc697f42b72c4b39ee9eba483bb425.
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>