chore(deps): update ghcr.io/paperless-ngx/paperless-ngx docker tag to v1.15 (#649)

* chore(deps): update ghcr.io/paperless-ngx/paperless-ngx docker tag to v1.15

* Update app version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
renovate[bot] 2023-06-04 23:17:31 -04:00 committed by GitHub
parent 75fbab33ca
commit 46cae7b72c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 41 additions and 35 deletions

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"port": 8012, "port": 8012,
"id": "paperless-ngx", "id": "paperless-ngx",
"tipi_version": 1, "tipi_version": 2,
"version": "1.14.0", "version": "7",
"categories": [ "categories": [
"utilities" "utilities"
], ],
@ -14,35 +14,41 @@
"short_desc": "Document Management System (DMS)", "short_desc": "Document Management System (DMS)",
"author": "Daniel Quinn, Jonas Winkler, and the Paperless-ngx team", "author": "Daniel Quinn, Jonas Winkler, and the Paperless-ngx team",
"source": "https://github.com/paperless-ngx/paperless-ngx", "source": "https://github.com/paperless-ngx/paperless-ngx",
"form_fields": [ "form_fields": [
{ {
"type": "text", "type": "text",
"label": "Administrator Username", "label": "Administrator Username",
"required": true, "required": true,
"min": 5, "min": 5,
"max": 20, "max": 20,
"hint": "Username for the paperless-ngx Admin user", "hint": "Username for the paperless-ngx Admin user",
"env_variable": "PAPERLESS_ADMIN_USERNAME" "env_variable": "PAPERLESS_ADMIN_USERNAME"
}, },
{ {
"type": "password", "type": "password",
"label": "Administrator password", "label": "Administrator password",
"required": true, "required": true,
"min": 5, "min": 5,
"max": 64, "max": 64,
"hint": "Password for the paperless-ngx Admin user", "hint": "Password for the paperless-ngx Admin user",
"env_variable": "PAPERLESS_ADMIN_PASSWORD" "env_variable": "PAPERLESS_ADMIN_PASSWORD"
}, },
{ {
"label": "Enable Tika", "label": "Enable Tika",
"type": "text", "type": "text",
"hint": "Do you want to enable a Tika server for parsing and converting 'Office' documents (such as '.doc', '.xlsx' and '.odt')", "hint": "Do you want to enable a Tika server for parsing and converting 'Office' documents (such as '.doc', '.xlsx' and '.odt')",
"required": true, "required": true,
"options": [ "options": [
{ "label": "Yes", "value": "1" }, {
{ "label": "No", "value": "2" } "label": "Yes",
], "value": "1"
"env_variable": "PAPERLESS_TIKA_ENABLED" },
} {
] "label": "No",
} "value": "2"
}
],
"env_variable": "PAPERLESS_TIKA_ENABLED"
}
]
}

View File

@ -42,7 +42,7 @@ services:
paperless-ngx: paperless-ngx:
container_name: paperless-ngx container_name: paperless-ngx
image: ghcr.io/paperless-ngx/paperless-ngx:1.14 image: ghcr.io/paperless-ngx/paperless-ngx:1.15
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
- db - db