go-scan/README.md

12 lines
386 B
Markdown
Raw Normal View History

2022-06-24 15:31:48 +02:00
# go-scan
a simple http server serving a page to execute scans
## environment variables
- `GO_SCAN_ADDRESS`: listen address of the http server
- `GO_SCAN_PORT`: port of the http server
- `GO_SCAN_SCANNER`: name of the scanner to use
- `GO_SCAN_OUTPUTDIRECTORY`: path to the output directory for scans
- `GO_SCAN_ARGUMENTS`: extra arguments to pass to the scanimage command