mnbf9rca / cups-google-print

a CUPS printer with Google Cloud Print enabled
Apache License 2.0
15 stars 10 forks source link

webui login loop #1

Open yaurora opened 5 years ago

yaurora commented 5 years ago

i followed the instructions for container setup using command: docker run -d --name=printsvr \ --net="host" \ --privileged=true \ -e "CUPS_USER_ADMIN"="admin" \ -e "CUPS_USER_PASSWORD"="pass" \ -e TZ="Asia/Shanghai" \ -e HOST_OS="Synology" \ -e "TCP_PORT_631"="631" \ -v "/volume1/docker/airprint/config":"/config" \ -v /dev:/dev \ -v "/volume1/docker/airprint/avahi":"/etc/avahi/services" \ -v /var/run/dbus:/var/run/dbus "mnbf9rca/cups-google-print"

but when i tried to login to the webui, there is always login loop whatever credentials i input (of course i tried the one in my command). any hint?

zcipod commented 5 years ago

I meet the same issue. When I input the correct password, the input request comes out immediately. When I input the incorrect password, there is a short break before the input request comes out.

ndaversa commented 5 years ago

ditto

mnbf9rca commented 4 years ago

i found that sometimes Chrome does this but other browsers work ok.

Konveksa commented 2 years ago

All browsers can not login. Dirty fixed by editing config files. The answer above is the worst developing attitude I've ever met 👎.