Update scanservjs to version v3.0.4 (#3607)

This commit is contained in:
Alexander L. 2025-09-15 13:41:52 +02:00 committed by GitHub
parent 66febdfa06
commit d809bcb48b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 2 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 8080
server:
image: sbs20/scanservjs:v3.0.3@sha256:dad1fd6e9a98957d324499e822a3019cc43d6557e314635c82665baf576b960e
image: sbs20/scanservjs:v3.0.4@sha256:e42263444a8dd5d533ead7d9eb2ef5fd9ca7a4a80569a6f9c14b7a3c21b9c7ca
restart: on-failure
stop_grace_period: 1m
volumes:

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: scanservjs
category: files
name: scanservjs
version: "3.0.3"
version: "3.0.4"
tagline: Web-based interface for your SANE-compatible scanners
description: >-
scanservjs is a web UI frontend for your scanner. It allows you to share one or more scanners (using SANE) on a network without the need for drivers or complicated installation.
@ -21,3 +21,11 @@ defaultUsername: ""
defaultPassword: ""
submitter: highghlow
submission: https://github.com/getumbrel/umbrel-apps/pull/1094
releaseNotes: >-
This update includes:
- Fixed Czech translation
- Fixed the build process
- Fixed imagemagick 7 indirect reads
Full release notes are found at https://github.com/sbs20/scanservjs/releases