Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lack of information how to setup google authentication in docker setup in the documentation #9860

Open
abdurrahmanarikan opened this issue Jan 27, 2025 · 0 comments

Comments

@abdurrahmanarikan
Copy link

abdurrahmanarikan commented Jan 27, 2025

the documentation does not describe how to setup the google auth related variables, I have figured out that you have to embed them into the docker compose yml file like below:

MESSAGING_PROVIDER_GMAIL_ENABLED : ${MESSAGING_PROVIDER_GMAIL_ENABLED}
CALENDAR_PROVIDER_GOOGLE_ENABLED : ${CALENDAR_PROVIDER_GOOGLE_ENABLED}
AUTH_GOOGLE_CLIENT_ID : ${AUTH_GOOGLE_CLIENT_ID}
AUTH_GOOGLE_CLIENT_SECRET : ${AUTH_GOOGLE_CLIENT_SECRET}
AUTH_GOOGLE_CALLBACK_URL : ${AUTH_GOOGLE_CALLBACK_URL}
AUTH_GOOGLE_APIS_CALLBACK_URL : ${AUTH_GOOGLE_APIS_CALLBACK_URL}

updating only env file does not work at all, this needs to be clearly described in the documentation

@abdurrahmanarikan abdurrahmanarikan changed the title lack information how to setup google authentication in docker setup lack of information how to setup google authentication in docker setup in the documentation Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant