Skip to content

Commit 8f6c9f2

Browse files
npentrelNickPPC
andauthored
Update docs/operate/control/viam-applications.md
Co-authored-by: Nicolas Palpacuer <[email protected]>
1 parent 0fa86d3 commit 8f6c9f2

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

docs/operate/control/viam-applications.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -240,22 +240,7 @@ For a React application that shows camera feeds for a machine, see [Viam Camera
240240

241241
### Can I use a custom domain?
242242

243-
Viam does not currently support using custom domains (for example: `www.mycustomdomain.com/machine/<machineHostname>`) to serve your Viam application.
244-
You can, however, redirect from your domain to your Viam application (`www.mycustomdomain.com` -> `your-app-name_your-public-namespace.viamapplications.com`).
245-
You can set forwarding up with your DNS provider.
243+
Viam does not currently support using custom domains (for example: `app.mycustomdomain.com/machine/<machineHostname>`) to serve your Viam application.
244+
You can, however, redirect from your domain to your Viam application (`app.mycustomdomain.com` -> `your-app-name_your-public-namespace.viamapplications.com`).
245+
You can configure a redirect (HTTP 301) on your web server or hosting provider from `app.mycustomdomain.com/*` to `your-app-name_your-public-namespace.viamapplications.com/*`.
246246

247-
To configure an apex domain (`example.com`) and the `www` subdomain, set the following values:
248-
249-
<!-- prettier-ignore -->
250-
| Domain | DNS record type | DNS record name | DNS record value |
251-
| ------ | --------------- | --------------- | ---------------- |
252-
| `example.com` | `A` | `@` | `34.8.79.17` |
253-
| `example.com` | `ANAME` or `ALIAS` | `@` | `your-app-name_your-public-namespace.viamapplications.com` |
254-
| `www.examples.com` | `CNAME` | `SUBDOMAIN.example.com` | `your-app-name_your-public-namespace.viamapplications.com` |
255-
256-
To configure a subdomain, set the following values:
257-
258-
<!-- prettier-ignore -->
259-
| Domain | DNS record type | DNS record name | DNS record value |
260-
| ------ | --------------- | --------------- | ---------------- |
261-
| Subdomain (`www.examples.com` or `app.example.com`) | `CNAME` | `SUBDOMAIN.example.com` | `your-app-name_your-public-namespace.viamapplications.com` |

0 commit comments

Comments
 (0)