2 Commits

Author SHA1 Message Date
b4430b5614 Set version number to 3.0 2022-03-11 20:08:30 +01:00
3f6aad7cbe Update default Debian repox 2021-11-20 13:52:29 +01:00
2 changed files with 5 additions and 5 deletions

View File

@ -1,12 +1,12 @@
# Printscan server # Printscan server
## Version 3 ## Version 3.0
This repository contains files used to set up our printscan server on a freshly installed Armbian. Target is Bullseye. This repository contains files used to set up our printscan server on a freshly installed Armbian. Target is Bullseye.
### Introduction ### Introduction
(see wiki for need and concept explanation) (see wiki for need and concept explanation)
Version 3 implementation works roughly as follows: Version 3.0 implementation works roughly as follows:
##### SBC ##### SBC
* the Armbian-based device is connected to local network, and an all-in-one printer is connected to it via USB; * 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; * SANE and CUPS services are installed and running on the device;

View File

@ -94,7 +94,7 @@ hostname='pn1'
fqdn='pn1.kto.black' fqdn='pn1.kto.black'
keymap='fr' keymap='fr'
timezone='Europe/Paris' timezone='Europe/Paris'
deb_apt_default_repo='httpredir.debian.org' deb_apt_default_repo='deb.debian.org'
deb_apt_repo='ftp.fr.debian.org' deb_apt_repo='ftp.fr.debian.org'
user='alex' user='alex'
scan_user='scan' scan_user='scan'