Search Criteria
Package Details: scanservjs 2.25.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/scanservjs.git (read-only, click to copy) |
---|---|
Package Base: | scanservjs |
Description: | SANE scanner nodejs web ui |
Upstream URL: | https://github.com/sbs20/scanservjs |
Keywords: | sane scan |
Licenses: | GPL |
Submitter: | danieltetraquark |
Maintainer: | danieltetraquark |
Last Packager: | danieltetraquark |
Votes: | 1 |
Popularity: | 0.002971 |
First Submitted: | 2021-07-11 20:10 (UTC) |
Last Updated: | 2023-02-14 21:24 (UTC) |
Dependencies (6)
- curl (curl-minimal-git, curl-git)
- imagemagick (graphicsmagick-imagemagick-compat, imagemagick-git, imagemagick-full-git, imagemagick-no-hdri, imagemagick-fftw, imagemagick-full)
- nodejs (nodejs6-bin, nodejs-git, nodejs-nightly, nodejs-lts-fermium, nodejs-lts-gallium, nodejs-lts-hydrogen)
- sane (sane-git, sane-networking)
- tesseract (tesseract-ocr-git, tesseract-git)
- npm (nodejs6-bin, nodejs-nightly) (make)
Latest Comments
theneuralbit commented on 2022-12-29 02:38 (UTC)
Thanks for the quick response!
chown scanservjs:scanservjs /etc/webapps/scanservjs/
did the trick for me. I also had to runchown -R scanservjs:scanservjs /var/lib/webapps/scanservjs/
so the server could create preview files.danieltetraquark commented on 2022-12-23 20:47 (UTC)
@theneuralbit you should probably run "chown scanservjs:scanservjs /etc/webapps/scanservjs/devices.json" to fix. I just updated the package, and fixed some problems with the user creation and chown which are probable the root cause.
theneuralbit commented on 2022-12-23 19:52 (UTC)
I just installed this but I'm getting an error when the server attempts to generate devices.json:
Is there some configuration that I missed?
danieltetraquark commented on 2022-11-30 12:50 (UTC)
@Froggo this is due to some breaking change with regard to OpenSSL v3 in webpack (see https://github.com/webpack/webpack/issues/14532) which is a dependency of vuetify which is a dependency of scanservjs. I've added a workaround until it is fixed in vuetify.
Froggo commented on 2022-11-30 00:23 (UTC) (edited on 2022-11-30 00:23 (UTC) by Froggo)
Build fails...