You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/operate/control/viam-applications.md
+3-19Lines changed: 3 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -240,22 +240,6 @@ For a React application that shows camera feeds for a machine, see [Viam Camera
240
240
241
241
### Can I use a custom domain?
242
242
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.
246
-
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 |
| Subdomain (`www.examples.com` or `app.example.com`) |`CNAME`|`SUBDOMAIN.example.com`|`your-app-name_your-public-namespace.viamapplications.com`|
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/*`.
0 commit comments