mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update paperless to version v2.15.1 (#2545)
This commit is contained in:
parent
18c2983d4c
commit
18222b0d9d
@ -15,7 +15,7 @@ services:
|
||||
|
||||
db:
|
||||
image: docker.io/library/postgres:16@sha256:46aa2ee5d664b275f05d1a963b30fff60fb422b4b594d509765c42db46d48881
|
||||
restart: unless-stopped
|
||||
restart: on-failure
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data/pgdata:/var/lib/postgresql/data
|
||||
environment:
|
||||
@ -24,7 +24,7 @@ services:
|
||||
POSTGRES_PASSWORD: paperless
|
||||
|
||||
webserver:
|
||||
image: ghcr.io/paperless-ngx/paperless-ngx:2.14.7@sha256:2a6d9f6461ad7e8335f5b2123a173b9e6002fda209af8a66483b0c00629569ab
|
||||
image: ghcr.io/paperless-ngx/paperless-ngx:2.15.1@sha256:a06d051e0c422e83498a36676d504d94de262686f167cccc826a71170ddef00a
|
||||
restart: on-failure
|
||||
depends_on:
|
||||
- db
|
||||
@ -59,4 +59,4 @@ services:
|
||||
|
||||
tika:
|
||||
image: ghcr.io/paperless-ngx/tika:2.9.1-minimal@sha256:20db3df89eaeb1b271dd840888fe909b88b12f4b86ef641ec07a1d45d4c5168f
|
||||
restart: on-failure
|
||||
restart: on-failure
|
||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||
id: paperless
|
||||
category: files
|
||||
name: Paperless-ngx
|
||||
version: "2.14.7"
|
||||
version: "2.15.1"
|
||||
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,10 +23,15 @@ 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 includes several improvements and fixes:
|
||||
- Enhanced security for two-factor authentication
|
||||
- Improved handling of document links in bulk edit operations
|
||||
- Various performance improvements and bug fixes
|
||||
This update includes several new features, improvements and fixes:
|
||||
- Added webserver switch to Granian and OpenAPI spec with full API browser
|
||||
- Enabled first account signup and default group support via WebUI
|
||||
- Introduced email document feature and better toast notifications
|
||||
- Added Traditional Chinese translation and slugify filter in templates
|
||||
- Improved date filters, workflows, upload widget, and session caching
|
||||
- Allowed merging non-PDFs, file type filtering, and filesystem consumer toggle
|
||||
- Enhanced logs view with Celery logs and task control from system status
|
||||
- Numerous bug fixes for workflows, UI elements, custom fields, and permissions
|
||||
|
||||
|
||||
Full release notes are found at https://github.com/paperless-ngx/paperless-ngx/releases
|
||||
@ -44,4 +49,4 @@ path: ""
|
||||
defaultUsername: "admin"
|
||||
deterministicPassword: true
|
||||
submitter: highghlow
|
||||
submission: https://github.com/getumbrel/umbrel-apps/pull/1047
|
||||
submission: https://github.com/getumbrel/umbrel-apps/pull/1047
|
||||
|
Loading…
Reference in New Issue
Block a user