Skip to content

Commit

Permalink
Update paperless to version v2.11.2 (#1273)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz authored Jul 31, 2024
1 parent 76fb887 commit 8880553
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
4 changes: 2 additions & 2 deletions paperless/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
POSTGRES_PASSWORD: paperless

webserver:
image: ghcr.io/paperless-ngx/paperless-ngx:2.11.0@sha256:da0476cea301df8bc8d20739f0e76de1e77d91ad2c9170b45c803468dde19208
image: ghcr.io/paperless-ngx/paperless-ngx:2.11.2@sha256:4935f39b40abb0b2e326af7f7292c215e873b99f998ed987d256d5aa4b9c0f60
restart: on-failure
depends_on:
- db
Expand Down Expand Up @@ -59,4 +59,4 @@ services:

tika:
image: ghcr.io/paperless-ngx/tika:2.9.1-minimal@sha256:20db3df89eaeb1b271dd840888fe909b88b12f4b86ef641ec07a1d45d4c5168f
restart: on-failure
restart: on-failure
15 changes: 9 additions & 6 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.11.0"
version: "2.11.2"
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 @@ -23,10 +23,13 @@ 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 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
Changes:
- More clearly handles initialization permissions errors.
- Adds permissions information link from the web UI.
- Increases search input text contrast with light custom theme colors.
Full release notes are found at https://github.com/paperless-ngx/paperless-ngx/releases
developer: Paperless-ngx Community
website: https://docs.paperless-ngx.com/
dependencies: []
Expand All @@ -41,4 +44,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

0 comments on commit 8880553

Please sign in to comment.