description |
---|
Appsmith ships with third party services that improve the app building experience. All third party services are entirely optional |
{% hint style="success" %} All third party services are enabled by default in our cloud hosted version {% endhint %}
Our self hosted version allows you to configure your own keys to enable third party services such as Google OAuth. To enable a service, simply open the folder of your appsmith installation and edit the docker.env file.
You may need root access to modify the docker.env file
Restart docker and nginx using the following command
sudo docker-compose rm -fsv appsmith-internal-server nginx && sudo docker-compose up -d
Each service requires a specific key or configuration to be enabled. Configure the service of your choice using the following guides