If you'd like to use your own custom domain for a Circumeo app, then this is the guide for you!
Circumeo reads your ALLOWED_HOSTS
setting to determine if any custom domains are used. For instance, if you owned exampe.com
then your settings should look similar to the below:
ALLOWED_HOSTS = ["3vm-resolute-kelvin.circumeo-apps.net", ".example.com"]
The dot in there is necessary so that both www.example.com
and example.com
resolve correctly.
Before the domain will resolve, however, you'll need to visit your registrar and add two DNS A records.
@
pointing to 24.199.64.221
www
pointing to 24.199.64.221
Once these steps have been completed, click Deploy in the Circumeo editor. The domains and associated SSL certificates should be generated.
by zach on Feb. 2, 2025, 10:39 p.m.