Compare commits

...

2 Commits

Author SHA1 Message Date
5de37e394b chore(release): 2.0.4 2023-10-18 17:35:28 +02:00
1c44ad7b6a fix: Import word documents. 2023-10-18 17:35:10 +02:00
3 changed files with 9 additions and 1 deletions

View File

@ -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)

View File

@ -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"

View File

@ -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