I’m deploying nocoDB on an LXC using tteck Proxmox Helper Scripts.
Everything is working well but I can’t seem to find the option to enable Google OAuth. Is this feature reserved to the enterprise version only and not for the self-hosted version? As far as I know the self-hosted and enterprise version is exactly the same.
Or maybe do I need to deploy it in a docker?
To enable Google authentication, you need to set the following environment variables. The redirection URL will be the dashboard URL, e.g., http://localhost:8080/dashboard.
thank you @pranavxc ,
I have successfully logged in with Google OAuth.
Several points to be mentioned:
Hopefully the NocoDB’s Google Auth docs will be updated with information about the environment variables.
After adding the environment variables, one of the easiest clues to see the link to /auth/google is to logout, which will be shown on the login screen.
I hope it will also be helpful for others who first install NocoDB.