Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App submission: scanservjs #1095

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added scanservjs/data/config/.gitkeep
Empty file.
Empty file added scanservjs/data/scans/.gitkeep
Empty file.
19 changes: 19 additions & 0 deletions scanservjs/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: "3.7"

services:
app_proxy:
environment:
APP_HOST: scanservjs_server_1
APP_PORT: 8080

server:
image: sbs20/scanservjs:v3.0.3@sha256:dad1fd6e9a98957d324499e822a3019cc43d6557e314635c82665baf576b960e
restart: on-failure
stop_grace_period: 1m
volumes:
- ${APP_DATA_DIR}/data/scans:/var/lib/scanservjs/output
- ${APP_DATA_DIR}/data/config:/etc/scanservjs
- /var/run/dbus:/var/run/dbus
# map the host's /dev to allow discovery of usb devices without needing to know apriori which devices are connected
- /dev:/dev
privileged: true
23 changes: 23 additions & 0 deletions scanservjs/umbrel-app.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
manifestVersion: 1
id: scanservjs
category: files
name: scanservjs
version: "3.0.3"
tagline: SANE scanner nodejs web ui
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.
developer: sbs20
website: https://sbs20.github.io/scanservjs/
dependencies: []
repo: https://github.com/sbs20/scanservjs
support: https://github.com/sbs20/scanservjs/issues
port: 2903
gallery:
- 1.jpg
- 2.jpg
- 3.jpg
path: ""
defaultUsername: ""
defaultPassword: ""
submitter: highghlow
submission: https://github.com/getumbrel/umbrel-apps/pull/1094