Sign inSign up

jaymoulin/rpi-google-cloudprint

By jaymoulin

Updated almost 9 years ago

Google Cloudprint Docker image for Raspberry Pi

Image
1

856

jaymoulin/rpi-google-cloudprint repository overview

THIS IMAGE IS DEPRECATED / PLEASE USE google-cloudprint INSTEAD

IT'S RPI COMPATIBLE I PROMISE ;)

logo

Raspberry PI - Google Cloudprint - Docker Image

latest release Docker Pulls Docker Stars PayPal donation Buy me a coffee Buy me a coffee

Source / Contrib : https://github.com/jaymoulin/docker-rpi-google-cloudprint Issues : https://github.com/jaymoulin/docker-rpi-google-cloudprint/issues

This image allows you to configure your printer to your Google Cloudprint easily thanks to Docker.

Installation

docker run -d --privileged --restart=always -v /dev/bus/usb:/dev/bus/usb --name cloudprint -e CUPS_USER_ADMIN=admin -e CUPS_USER_PASSWORD=password -p 631:631 jaymoulin/rpi-google-cloudprint

You can change your admin login/password by replacing values for CUPS_USER_ADMIN and CUPS_USER_PASSWORD.

Configuration

First, allow administration interface to be accessed to setup your printer:

docker exec cloudprint configure open

This will allow your printer to be configured. Go to http://<raspberry_ip>:631 to configure it

Login/Password couple defined with $CUPS_USER_ADMIN $CUPS_USER_PASSWORD in installation command

Once configured, close admin interface to secure it up and retrieve your Google Cloudprint URL.

docker exec -t cloudprint configure close

When Google Cloudprint new version is released, you will be able to update your running version with this command:

docker exec -t cloudprint configure update

Appendixes

Install RaspberryPi Docker

If you don't have Docker installed yet, you can do it easily in one line using this command

curl -sSL "https://gist.githubusercontent.com/jaymoulin/e749a189511cd965f45919f2f99e45f3/raw/0e650b38fde684c4ac534b254099d6d5543375f1/ARM%2520(Raspberry%2520PI)%2520Docker%2520Install" | sudo sh && sudo usermod -aG docker $USER

Tag summary

Content type

Image

Digest

Size

73.3 MB

Last updated

almost 9 years ago

docker pull jaymoulin/rpi-google-cloudprint