Update README

This commit is contained in:
Alexandre CATTEAU 2023-07-02 11:57:13 +02:00
parent 6b8d8cbb47
commit 1510a0644c

View File

@ -6,20 +6,21 @@ This repository contains files used to set up our printscan server on a freshly
### Introduction
(see wiki for need and concept explanation)
Version 3.1 implementation works roughly as follows:
Version 3.1 implementation works roughly as follows
##### SBC
* the Armbian-based device is connected to local network, and an all-in-one printer is connected to it via USB;
* SANE and CUPS services are installed and running on the device;
* CUPS is configured to provide a remote printer to network;
* SANE is configured to provide local scan;
* [scanservjs](https://github.com/sbs20/scanservjs) runs on the SBC, providing a web interface for scan.
* the Armbian-based device is connected to local network, and an all-in-one printer is connected to it via USB
* SANE and CUPS services are installed and running on the device
* CUPS is configured to provide a remote printer to network
* SANE is configured to provide local scan
* [scanservjs](https://github.com/sbs20/scanservjs) runs on the SBC, providing a web interface for scan
### Files
Files in this repository cover all the SBC setup.
Files in this repository cover all the SBC setup
#### Installation
* `setup.sh` is a script automating the installation and configuration of required software.
* `cupsd.conf` is the config file for CUPS, set by setup script.
* `scanservjs.conf` is an Apache HTTP vhost file for scanservjs.
* `setup.sh` is a script automating the installation and configuration of required software
* `cupsd.conf` is the config file for CUPS, set by setup script
* `scanservjs.conf` is an Apache HTTP vhost file for scanservjs
### TODO
* Add a firewall rule to block access to port 8080.
* Add a firewall rule to block access to port 8080
* REVIEW THE SCRIPT TO ONLY SET UP RENDERER, INSTALLATION IS DONE BY armbian-setup