AIRPRINT FROM SYNOLOGY DSM 7 (Canon UFR II, HP, SAMSUNG, ETC)
10K+
Canon UFRII driver required printers and any other printers, like HP, Samsung, Canon, Xerox, other Canon, etc.Github repository: https://github.com/ronhks/docker-cups-canon-URFII-airprint
This Ubuntu-based Docker image runs a CUPS instance that is meant as an AirPrint relay for printers that are already on the network but not AirPrint capable.
Included drivers Canon URFII, HP, Samsung, Canon, Xerox, etc.docker run --name airprint --restart unless-stopped --net host znetwork/synology-airprint:latest
sudo synosystemctl stop cupsdsudo synosystemctl stop cups-lpdsudo synosystemctl stop cups-service-handlersudo synosystemctl disable cupsdsudo synosystemctl disable cups-lpdsudo synosystemctl disable cups-service-handlerShare This Printer when configuring the printer in CUPS.sudo synosystemctl start cupsdsudo synosystemctl start cups-lpdsudo synosystemctl start cups-service-handlersudo synosystemctl anable cupsdsudo synosystemctl anable cups-lpdsudo synosystemctl anable cups-service-handler/config: where the persistent printer configs will be stored/services: where the Avahi service files will be generatedCUPSADMIN: the CUPS admin user you want created - default is admin if unspecifiedCUPSPASSWORD: the password for the CUPS admin user - default is admin username if unspecifieddocker run --name cups --restart unless-stopped --net host\
-v <your services dir>:/services \
-v <your config dir>:/config \
-e CUPSADMIN="<username>" \
-e CUPSPASSWORD="<password>" \
znetwork/cups-avahi-airprint:latest
Content type
Image
Digest
sha256:9d5da91a4…
Size
376.9 MB
Last updated
almost 2 years ago
docker pull ronhks/docker-cups-canon-urfii-airprint