docker-cups-airprint icon indicating copy to clipboard operation
docker-cups-airprint copied to clipboard

Docker image for CUPS intended as an AirPrint relay on Synology DSM

Results 12 docker-cups-airprint issues
Sort by recently updated
recently updated
newest added

Add docker compose example and update extended docker run command with current version of the image

How to add my printer drivers?

Hi, I have setup the docker container on Synology and I have selected CUPS-PDF as the printer and am able to print a PDF from windows. I have added a...

The [printer-driver-all](https://packages.ubuntu.com/focal/printer-driver-all) meta-package includes most printer drivers and removes the needs for manually adding each brand. It includes a lot of the packages that where already added manually here, so...

what user name & password login web ui cups ? I can't user user & password 1. user : CUPSADMIN password ; CUPSPASSWORD 2. user : root & password root...

Although 5 years old this Airprint relay still works like a charm! I do struggle to get newer printers supported as this docker file is based on CUPS 2.2.2 which...

Greetings! To preface this, I'm not sure if this is specifically some sort of bug within CUPS or if it is this CUPS-AirPrint code in particular, but after setting up...

my create command: sudo docker create \ --name=cups \ --restart=always \ --net=host \ --privileged \ -v /volume1/docker/AirPrint/config:/config \ -v /etc/avahi/services:/services \ -e CUPSADMIN="leprint" \ -e CUPSPASSWORD="HellFire123!" \ quadportnick/cups-airprint logs has...

`Reading package lists... W: The repository 'http://security.ubuntu.com/ubuntu zesty-security Release' does not have a Release file. W: The repository 'http://archive.ubuntu.com/ubuntu zesty Release' does not have a Release file. W: The repository...

would it be possible to add the HPLIP Package to the container? `# apk add cups cups-libs cups-pdf cups-client cups-filters hplip`