You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the console of my docker container I perform the following:
ps -C "python3 /app/calibre-web/cps.py" -o pid=
This returns the PID that I then use in this command:
kill <pid> && python3 /app/calibre-web/cps.py
I goto calibre-web, and have to login as the default "admin" user, as my user profile/settings have been removed. I select a the folder that contains my calibre database, and then click on the "Setup gmail account as email server" option.
I copy the URL from the docker console, paste this into my browser, and grant google access. Using the URL this gives me, I paste this into another docker console to my container:
curl "<URL>"
This returns the message "The authentication flow has completed. You may close this window.".
The calibre-web window also shows:
"Success! Gmail Account Verified."
"Email Server Settings updated"
I then stop the container and restart. This allows me to log back in as my user.
However, once logged back in, the email option is not set to gmail!
Am I missing a step or is thee a known issue? Any assistance is greatly appreciated.
The text was updated successfully, but these errors were encountered:
I'm experiencing an issue setting up gmail in calibre-web in Docker.
I have followed these instructions (https://github.com/janeczku/calibre-web/wiki/Setup-Mailserver#gmail) and have downloaded my credentials, renamed the file to
gmail.json
and have dropped this in my/config
folder.From the console of my docker container I perform the following:
ps -C "python3 /app/calibre-web/cps.py" -o pid=
This returns the PID that I then use in this command:
kill <pid> && python3 /app/calibre-web/cps.py
I goto calibre-web, and have to login as the default "admin" user, as my user profile/settings have been removed. I select a the folder that contains my calibre database, and then click on the "Setup gmail account as email server" option.
I copy the URL from the docker console, paste this into my browser, and grant google access. Using the URL this gives me, I paste this into another docker console to my container:
curl "<URL>"
This returns the message "The authentication flow has completed. You may close this window.".
The calibre-web window also shows:
I then stop the container and restart. This allows me to log back in as my user.
However, once logged back in, the email option is not set to gmail!
Am I missing a step or is thee a known issue? Any assistance is greatly appreciated.
The text was updated successfully, but these errors were encountered: