Browse Source

Update paperless to v2.11.4 (#1336)

main
Nathan Fretz 6 months ago
committed by GitHub
parent
commit
b533548071
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      paperless/docker-compose.yml
  2. 11
      paperless/umbrel-app.yml

2
paperless/docker-compose.yml

@ -24,7 +24,7 @@ services:
POSTGRES_PASSWORD: paperless
webserver:
image: ghcr.io/paperless-ngx/paperless-ngx:2.11.2@sha256:4935f39b40abb0b2e326af7f7292c215e873b99f998ed987d256d5aa4b9c0f60
image: ghcr.io/paperless-ngx/paperless-ngx:2.11.4@sha256:f3f2021c2771de4c18fb16938dbc7b2e0bc73a32168c16ef3c6914e4a5875d66
restart: on-failure
depends_on:
- db

11
paperless/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: paperless
category: files
name: Paperless-ngx
version: "2.11.2"
version: "2.11.4"
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,12 +23,9 @@ 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: >-
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.
This update fixes an issue where the initial upload message was not being dismissed properly.
Full release notes are found at https://github.com/paperless-ngx/paperless-ngx/releases
developer: Paperless-ngx Community
website: https://docs.paperless-ngx.com/

Loading…
Cancel
Save