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
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:
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
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
The text was updated successfully, but these errors were encountered: