A simple, Dockerized scanning app with a web interface for all-in-one USB printers and USB scanners.
git clone https://github.com/LeopardWatt/simplescan-web.git
cd simplescan-webdocker build -t simplescan-web .docker-compose up -dOpen your browser and visit:
http://localhost:5800
There is no built-in file sharing option in SimpleScan Web at the moment.
You can use another solution, such as SMB (Samba), to share or transfer scanned files on your own setup.
- 🔧 Make sure to change volume paths or ports in
docker-compose.yamlto suit your environment. ⚠️ If you run into permission issues with devices or USB scanners, consider running with appropriate privileges.
