Compare commits
No commits in common. "master" and "v2.0.1" have entirely different histories.
11
CHANGELOG.md
11
CHANGELOG.md
@ -2,17 +2,6 @@
|
||||
|
||||
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.2](https://git.laurivan.com/Dev/ansible-role-paperless-ngx/compare/v2.0.1...v2.0.2) (2023-02-14)
|
||||
|
||||
### [2.0.1](https://git.laurivan.com/Dev/ansible-role-paperless-ngx/compare/v2.0.0...v2.0.1) (2023-02-14)
|
||||
|
||||
|
||||
|
@ -5,10 +5,9 @@ paperless_admin_user: "admin"
|
||||
paperless_admin_password: "changeme"
|
||||
|
||||
paperless_image_version_redis: "7"
|
||||
paperless_image_version_gotenberg: "7.9"
|
||||
paperless_image_version_gotenberg: "7.8"
|
||||
paperless_image_version_tika: "latest"
|
||||
paperless_image_version_paperless: "latest"
|
||||
paperless_pull_images: "true"
|
||||
|
||||
paperless_setup_path: "~/paperless"
|
||||
|
||||
|
@ -46,5 +46,4 @@
|
||||
community.docker.docker_compose:
|
||||
project_src: "{{ paperless_setup_path | expanduser }}"
|
||||
build: false
|
||||
pull: "{{ paperless_pull_images }}"
|
||||
become: false
|
||||
|
@ -67,7 +67,6 @@ services:
|
||||
- "gotenberg"
|
||||
- "--chromium-disable-javascript=true"
|
||||
- "--chromium-allow-list=file:///tmp/.*"
|
||||
- "--pdfengines-engines=pdftk,uno-pdfengine"
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- paperless
|
||||
@ -97,7 +96,6 @@ services:
|
||||
- gotenberg
|
||||
- tika
|
||||
{% if paperless_db_host == 'postgres' %}
|
||||
- postgres-init
|
||||
- postgres
|
||||
{% endif %}
|
||||
ports:
|
||||
|
Loading…
Reference in New Issue
Block a user