Visit the Community Forum to learn more and ask any questions you have!

Custom Domains

Back to Thread List

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.

  • Host record @ pointing to 24.199.64.221
  • Host record 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.

Visit the docs page for a more in-depth guide.

by zach on Feb. 2, 2025, 10:39 p.m.

Replies

There are no replies yet.

Reply to this thread