This document guides users through the process of setting up an external domain for seamless integration with our application. The setup is divided into two essential parts:
configuring external domain records and entering the
external domain into the application settings.
To properly configure your external domain, you need to set
up DNS records through your domain service provider, such as GoDaddy,
nslookup.
Navigate to your domain provider (e.g., GoDaddy) or any DNS
management tool you use to configure DNS settings.
edSPIRIT supports both **A records** and **CNAME records**:
- **A Record**: Maps a domain name to an IP address, directly pointing to your server.
- **CNAME Record**: Maps a domain name to another domain
name, essentially aliasing the domain. This is commonly used for subdomains.
You need to create the following CNAME records in your DNS settings:
Type Name Value
CNAME <YOUR_DOMAIN_HERE> yourorganization.edspirit.ai
CNAME *.<YOUR_DOMAIN_HERE>
yourorganization.edspirit.ai
Make sure to save the changes in your DNS management tool.
Once your DNS records are configured, complete the
integration by updating your settings as follows:
Navigate to your application’s admin console. This is where
you will configure the domain settings.
In the admin console, open the configuration menu and select
"External Domain."
You will be prompted to select between:
- **Is A Fully Qualified Domain (A record)**: Select this if you used an A record in your DNS setup.
- **Is A Fully Qualified Domain With Subdomain (CNAME
record)**: Choose this if you configured CNAME records.
In the "External Domain" field, enter the external domain you have configured in your DNS settings. Once entered, click on the "Change Domain" button.
Your domain settings are now updated. To start using the
application with your new external domain, simply search for or navigate to it as you
would any other domain.