|
4 | 4 | Custom domains/subdomains are only available to customers in the Pro, Teams and Enterprise plans. |
5 | 5 | ``` |
6 | 6 |
|
7 | | -By default, applications are available under `project-id.ploomberapp.io`, where `project-id` is a randomly generated string. |
| 7 | +Each application gets a unique URL in the format `project-id.ploomber.app` or `project-id.ploomberapp.io`, where project-id is an automatically generated identifier. |
| 8 | + |
| 9 | +```{important} |
| 10 | +We are slowly migrating all new applications to `ploomber.app`, but some existing apps are still on `ploomberapp.io`. |
| 11 | +``` |
8 | 12 |
|
9 | 13 | You can customize the [`project-id`](custom-ploomber-subdomain) or bring your [own domain](custom-domain) or [custom subdomain](custom-subdomain). |
10 | 14 |
|
11 | 15 | (custom-ploomber-subdomain)= |
12 | | -## `{custom}.ploomberapp.io` |
| 16 | +## `{custom}.ploomber.app` and `{custom}.ploomberapp.io` |
13 | 17 |
|
14 | | -If you would like a custom `ploomberapp.io` subdomain, like `my-custom-app.ploomberapp.io`, you can add it during application setup: |
| 18 | +If you would like a custom `ploomber.app` or `ploomberapp.io` subdomain, like `my-custom-app.ploomberapp.io`, you can add it during application setup: |
15 | 19 |
|
16 | 20 |  |
17 | 21 |
|
@@ -40,11 +44,14 @@ A new window will display showing the DNS records you need to add ([see the upda |
40 | 44 |
|
41 | 45 |  |
42 | 46 |
|
| 47 | +```{important} |
| 48 | +We are slowly migrating all new applications to `ploomber.app`, but some existing apps are still on `ploomberapp.io`. Make sure your DNS records match the domain associated with your application. |
| 49 | +``` |
43 | 50 |
|
44 | 51 | You must add three DNS records: |
45 | 52 |
|
46 | | -1. A `ALIAS` record: `@` as host, and `yourapp.ploomberapp.io` as value (replace `yourapp` with your actual app ID) |
47 | | -2. A `CNAME` record: `www` as host, and `yourapp.ploomberapp.io` as value (replace `yourapp` with your actual app ID) |
| 53 | +1. A `ALIAS` record: `@` as host, and `yourapp.ploomberapp.io` (or `yourapp.ploomber.app`) as value (replace `yourapp` with your actual app ID) |
| 54 | +2. A `CNAME` record: `www` as host, and `yourapp.ploomberapp.io` (or `yourapp.ploomber.app`) as value (replace `yourapp` with your actual app ID) |
48 | 55 | 3. A `CNAME` record: with the shown **CNAME name** and **CNAME value** (as displayed in the **SSL certification status** section) |
49 | 56 |
|
50 | 57 | ```{important} |
@@ -103,7 +110,7 @@ A new window will display showing the DNS records you need to add ([see the upda |
103 | 110 |
|
104 | 111 | You must add two records: |
105 | 112 |
|
106 | | -1. `CNAME` record: the subdomain you want to add as the host (e.g., if you want to connect `subdomain.yourdomain.com`, then, you must enter `subdomain`) and `yourapp.ploomberapp.io` as value (where `yourapp` is the ID assigned to your application) |
| 113 | +1. `CNAME` record: the subdomain you want to add as the host (e.g., if you want to connect `subdomain.yourdomain.com`, then, you must enter `subdomain`) and `yourapp.ploomberapp.io` (or `yourapp.ploomber.app` dependending on your application domain) as value (where `yourapp` is the ID assigned to your application) |
107 | 114 | 2. `CNAME` record: with the shown **CNAME name** and **CNAME value** (as displayed in the **SSL certification status** section) |
108 | 115 |
|
109 | 116 |
|
@@ -143,7 +150,7 @@ if you encounter errors, remove the root domain from the value. (see this |
143 | 150 |
|
144 | 151 |
|
145 | 152 | ```{important} |
146 | | -DNS record changes might take up to 48 hours to take effect. In the meantime, your application will be accessible from the `ploomberapp.io` URL |
| 153 | +DNS record changes might take up to 48 hours to take effect. In the meantime, your application will be accessible from the `ploomber.app` or `ploomberapp.io` URL |
147 | 154 | ``` |
148 | 155 |
|
149 | 156 | ## Moving an existing domain/subdomain to another app |
@@ -190,7 +197,7 @@ These are the most common errors. |
190 | 197 |
|
191 | 198 |  |
192 | 199 |
|
193 | | -You'll see this error if you're missing the DNAME record that points from your domain (or subdomain) to the `ID.ploomberapp.io` URL, ensure you add it. Give it some time since DNS records take some time to update. If issues persist, contact us at [contact@ploomber.io](mailto:contact@ploomber.io). |
| 200 | +You'll see this error if you're missing the DNAME record that points from your domain (or subdomain) to the `ID.ploomber.app` or `ID.ploomberapp.io` URL (depending on your application domain), ensure you add it. Give it some time since DNS records take some time to update. If issues persist, contact us at [contact@ploomber.io](mailto:contact@ploomber.io). |
194 | 201 |
|
195 | 202 |
|
196 | 203 | ### Potential Security Risk Ahead |
|
0 commit comments