Custom Domains

If you need your personal domain for serving files

Custom Domains are a paid add-on in Fairu that allows you to deliver your content via your own domain.

Activation

To activate this feature:

  1. Navigate to the Add-ons section.
  2. Subscribe to “Custom Domains.”

Configuration

Once enabled, follow these steps:

  1. Create the following CNAME DNS entry: files.fairu.app
  2. Go to the Custom Domains settings in Fairu.
  3. Enter your domain without https:// or http:// and save the settings.
  4. After confirming that your DNS provider has successfully stored the CNAME record, click “Verify Domain.”
  5. Once the system successfully verifies the CNAME record, an automatic setup process will begin.
    This may take a few minutes to complete.

Custom domain entry

Outcome

After a few minutes, your Fairu file proxy should be accessible via the custom domain you configured.

💡 This also has SEO implications, as your content will now be served under your own domain—enhancing brand consistency and search engine visibility.

If you're using our API (either GraphQL or RESTful), all file URLs associated with your tenant will be automatically adjusted to reflect the custom domain.
No additional configuration is required on your part.

Note for Statamic Users

If you're using our Statamic add-on, make sure to correctly set your custom domain in your .env file:

FAIRU_URL_PROXY=https://your.custom-domain.com

On this page