Skip to content

Commit

Permalink
Update Paperless-ngx to 2.11.0 (#1223)
Browse files Browse the repository at this point in the history
Co-authored-by: nmfretz <[email protected]>
  • Loading branch information
MalteKiefer and nmfretz authored Jul 22, 2024
1 parent a7c1a55 commit 1a8e0c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion paperless/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ services:
environment:
APP_HOST: paperless_webserver_1
APP_PORT: 8000
PROXY_AUTH_ADD: 'false'

broker:
image: docker.io/library/redis:7@sha256:d6ecc832969a4827645a083da38345327b3447772fe907e7d4311c79b4e3a06e
Expand All @@ -23,7 +24,7 @@ services:
POSTGRES_PASSWORD: paperless

webserver:
image: ghcr.io/paperless-ngx/paperless-ngx:2.7.2@sha256:703c990a790dfd4d25fb56df3afec27b13cb0926a3818bf265edac9c71311647
image: ghcr.io/paperless-ngx/paperless-ngx:2.11.0@sha256:da0476cea301df8bc8d20739f0e76de1e77d91ad2c9170b45c803468dde19208
restart: on-failure
depends_on:
- db
Expand Down
8 changes: 6 additions & 2 deletions paperless/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1
id: paperless
category: files
name: Paperless-ngx
version: "2.7.2"
version: "2.11.0"
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.
Expand All @@ -22,7 +22,11 @@ description: >-
- Supports PDF documents, images, plain text files, Office documents (Word, Excel, Powerpoint, and LibreOffice equivalents)1 and more.
- 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: ""
releaseNotes: >-
This release updates Paperless-ngx from version to 2.7.2 to 2.11.0.
Full release notes are found at https://github.com/paperless-ngx/paperless-ngx/releases?page=1
developer: Paperless-ngx Community
website: https://docs.paperless-ngx.com/
dependencies: []
Expand Down

0 comments on commit 1a8e0c9

Please sign in to comment.