Thanks to visit codestin.com
Credit goes to github.com

Skip to content

LeopardWatt/simplescan-web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleScan Web

A simple, Dockerized scanning app with a web interface for all-in-one USB printers and USB scanners.


🚀 Quick Start

1. Clone the repository

git clone https://github.com/LeopardWatt/simplescan-web.git
cd simplescan-web

2. Build the Docker image

docker build -t simplescan-web .

3. Run with Docker Compose

docker-compose up -d

4. Browse the app

Open your browser and visit:

http://localhost:5800

🎉 Enjoy scanning with SimpleScan Web!


🖼️ Screenshot

SimpleScan Web UI


File Sharing

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.


Notes

  • 🔧 Make sure to change volume paths or ports in docker-compose.yaml to suit your environment.
  • ⚠️ If you run into permission issues with devices or USB scanners, consider running with appropriate privileges.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Dockerfile 86.0%
  • Shell 14.0%