mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
Update paperless to v2.11.6 (#1391)
This commit is contained in:
parent
dfb3d04439
commit
0d994fe997
|
@ -24,7 +24,7 @@ services:
|
|||
POSTGRES_PASSWORD: paperless
|
||||
|
||||
webserver:
|
||||
image: ghcr.io/paperless-ngx/paperless-ngx:2.11.4@sha256:f3f2021c2771de4c18fb16938dbc7b2e0bc73a32168c16ef3c6914e4a5875d66
|
||||
image: ghcr.io/paperless-ngx/paperless-ngx:2.11.6@sha256:fca12ddea5509819dd0702cf128944aa23d01dd850a2536a96c2b46fb982b9bb
|
||||
restart: on-failure
|
||||
depends_on:
|
||||
- db
|
||||
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
|||
id: paperless
|
||||
category: files
|
||||
name: Paperless-ngx
|
||||
version: "2.11.4"
|
||||
version: "2.11.6"
|
||||
tagline: Transform your physical documents into a searchable online archive
|
||||
description: >-
|
||||
Paperless-ngx is a community-supported open-source document management system that transforms your physical documents into a searchable online archive so you can keep, well, less paper.
|
||||
|
@ -23,7 +23,11 @@ description: >-
|
|||
|
||||
- Paperless stores your documents plain on disk. Filenames and folders are managed by paperless and their format can be configured freely with different configurations assigned to different documents.
|
||||
releaseNotes: >-
|
||||
This update fixes an issue where the initial upload message was not being dismissed properly.
|
||||
This update fixes several issues:
|
||||
|
||||
- Resolves a problem with file uploads caused by a dependency change
|
||||
- Improves handling of archive file updates in the audit log
|
||||
- Ensures proper application of deskew and page rotation settings
|
||||
|
||||
|
||||
Full release notes are found at https://github.com/paperless-ngx/paperless-ngx/releases
|
||||
|
|
Loading…
Reference in New Issue
Block a user