1
0
Fork 0
Commit Graph

5 Commits (master)

Author SHA1 Message Date
Dustin 43d0e99741 scanservjs: Update to v2.27.0 2023-07-08 07:06:10 -05:00
Dustin 2c6eb63bbb scanservjs: Update Canon IP address
Switched the Canon Pixma G7020 to WiFi in the new house, so its IP
address changed.
2023-07-08 07:05:29 -05:00
Dustin 5b99e94809 scanservjs: ingress: Increase proxy read timeout
*scanserv-js* blocks the HTTP request while waiting for a scan to
complete.  For large, multi-page documents, the scan can take several
minutes.  To prevent the request from timing out and interrupting the
scan, we need to increase the proxy timeout configuration.
2023-04-20 17:40:58 -05:00
Dustin d3671818fc scanservjs: Add config overrides for PIXMA G7020
The Canon PIXMA G7020 reports the supported dimensions of the flatbed,
but its automatic document feeder supports larger paper sizes.
Fortunately, *scanserv-js* provides a (somewhat kludgey) mechanism to
override the reported settings with more appropriate values.
2023-04-20 17:38:58 -05:00
Dustin 1c31c01688 scanservjs: Deploy scanserv-js
*scanserv-js* is a web-based front-end for SANE.  It allows scanning
documents from a browser.

Using the `config.local.js` file, we implement the `afterScan` hook to
automatically upload scanned files to *paperless-ngx* using its REST
API.
2023-04-19 21:29:14 -05:00