Faable Docs
  • Access Dashboard
  • Home
  • Deploy
    • Get Started with Deploy
    • Github Actions
    • Environment Variables
    • App Types
    • Runtime
    • Configure your Domain
    • Custom SSL Certificates
    • Web Application Firewall
    • Quickstart: Express
  • Auth
    • Get Started with Auth
    • Quickstart Expo
    • Users
    • APIs
    • Clients
    • Connections
    • Identites
    • Roles
    • Teams
    • OAuth
    • Webhooks
    • Features
  • Platform
    • Pricing
    • Privacy Policy
    • Terms of Service
    • Security & Compliance measures
Powered by GitBook
On this page
  1. Deploy

Configure your Domain

PreviousRuntimeNextCustom SSL Certificates

Last updated 2 years ago

Go to and create a Domain entry. Follow instructions to link it to your deployed Faable App.

Then point your domain example.com to Faable Cloud. You have to create a CNAME record in your DNS server pointing it to our datacenter as follows:

www    IN      CNAME      <domain_id>.domains.faable.link.

🚀 Your site is ready at: https://www.example.com

Apex Domains

If you domain is an Apex domain create an ALIAS record instead.

.    IN      ALIAS      <domain_id>.domains.faable.link.

Check with your DNS provider that it allows you to create an alias record as domain apex as it is not widely supported.

Faable Dashboard > Domains