Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
5de37e394b | |||
1c44ad7b6a |
@ -2,6 +2,13 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||||
|
|
||||||
|
### [2.0.4](https://git.laurivan.com/Dev/ansible-role-paperless-ngx/compare/v2.0.3...v2.0.4) (2023-10-18)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* Import word documents. ([1c44ad7](https://git.laurivan.com/Dev/ansible-role-paperless-ngx/commit/1c44ad7b6ac557ba2b34cc28e332cf349c16b32f))
|
||||||
|
|
||||||
### [2.0.3](https://git.laurivan.com/Dev/ansible-role-paperless-ngx/compare/v2.0.2...v2.0.3) (2023-02-14)
|
### [2.0.3](https://git.laurivan.com/Dev/ansible-role-paperless-ngx/compare/v2.0.2...v2.0.3) (2023-02-14)
|
||||||
|
|
||||||
### [2.0.2](https://git.laurivan.com/Dev/ansible-role-paperless-ngx/compare/v2.0.1...v2.0.2) (2023-02-14)
|
### [2.0.2](https://git.laurivan.com/Dev/ansible-role-paperless-ngx/compare/v2.0.1...v2.0.2) (2023-02-14)
|
||||||
|
@ -5,7 +5,7 @@ paperless_admin_user: "admin"
|
|||||||
paperless_admin_password: "changeme"
|
paperless_admin_password: "changeme"
|
||||||
|
|
||||||
paperless_image_version_redis: "7"
|
paperless_image_version_redis: "7"
|
||||||
paperless_image_version_gotenberg: "7.8"
|
paperless_image_version_gotenberg: "7.9"
|
||||||
paperless_image_version_tika: "latest"
|
paperless_image_version_tika: "latest"
|
||||||
paperless_image_version_paperless: "latest"
|
paperless_image_version_paperless: "latest"
|
||||||
paperless_pull_images: "true"
|
paperless_pull_images: "true"
|
||||||
|
@ -67,6 +67,7 @@ services:
|
|||||||
- "gotenberg"
|
- "gotenberg"
|
||||||
- "--chromium-disable-javascript=true"
|
- "--chromium-disable-javascript=true"
|
||||||
- "--chromium-allow-list=file:///tmp/.*"
|
- "--chromium-allow-list=file:///tmp/.*"
|
||||||
|
- "--pdfengines-engines=pdftk,uno-pdfengine"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- paperless
|
- paperless
|
||||||
|
Loading…
Reference in New Issue
Block a user