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