a simple http server serving a page to execute scans
Find a file
2022-09-12 10:48:30 +02:00
.vscode create output directory before scan, added loglevel 'fatal' 2022-06-30 17:01:54 +02:00
src specify correct doctype and fixed scan name generation 2022-09-12 10:48:30 +02:00
static specify correct doctype and fixed scan name generation 2022-09-12 10:48:30 +02:00
.gitignore deleted binary from repository and updated '.gitignore' accordingly 2022-06-28 15:15:55 +02:00
go-scan.env added environment file and updated systemd service 2022-06-28 16:53:41 +02:00
go-scan.service updated systemd service (forgot to add it last commit) 2022-06-28 16:56:29 +02:00
go.mod initial commit 2022-06-24 15:31:48 +02:00
LICENSE.md initial commit 2022-06-24 15:31:48 +02:00
main.go complete overhaul of the whole project structure including optimizations and bug fixes 2022-08-03 12:23:39 +02:00
README.md updated readme 2022-06-28 15:14:40 +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

build process

  • git clone https://git.velvettear.de/velvettear/go-scan.git
  • cd go-scan
  • go build