- Platform
- Domains
Domains
Lade custom domains are supported for your applications. The default Lade domain will follow the format <app>-<user>.ladeapp.com
.
Adding to Your App
You can add a Lade custom domain to your app with the CLI:
$ lade domains add www.example.com --app myapp
Configuring DNS for Your Domain
You can view the DNS target for your Lade custom domain with the CLI:
$ lade domains list --app myapp
NAME TYPE TARGET
www.example.com CNAME myapp-myuser.ladeapp.com
Consult your DNS provider's documentation on creating a CNAME
record. After creating the CNAME
record, you can issue an SSL certificate for your custom domain with the lade scale
command.