*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.
4 lines
137 B
Bash
4 lines
137 B
Bash
SCANIMAGE_LIST_IGNORE=true
|
|
DEVICES=escl:https://172.30.0.234:443
|
|
PAPERLESS_URL=http://paperless-ngx.paperless-ngx.svc.cluster.local:8000
|