From 5f37bd662a56b0960778f2c8f42a98603e607cd7 Mon Sep 17 00:00:00 2001 From: Ai Vong Date: Tue, 26 May 2026 10:13:37 -0500 Subject: [PATCH] docs: add analytics to enterprise docs dns and cert requirements --- enterprise/quick-start.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/enterprise/quick-start.mdx b/enterprise/quick-start.mdx index c3fe627f..8e24b39c 100644 --- a/enterprise/quick-start.mdx +++ b/enterprise/quick-start.mdx @@ -125,6 +125,7 @@ You will need a VM to host OpenHands Enterprise. Choose one of the options below |--------|---------| | `` | `openhands.example.com` | | `app.` | `app.openhands.example.com` | + | `analytics.app.` | `analytics.app.openhands.example.com` | | `auth.app.` | `auth.app.openhands.example.com` | | `llm-proxy.` | `llm-proxy.openhands.example.com` | | `runtime-api.` | `runtime-api.openhands.example.com` | @@ -172,6 +173,7 @@ Test DNS: for h in \ "${BASE_DOMAIN}" \ "app.${BASE_DOMAIN}" \ + "analytics.app.${BASE_DOMAIN}" \ "auth.app.${BASE_DOMAIN}" \ "llm-proxy.${BASE_DOMAIN}" \ "runtime-api.${BASE_DOMAIN}"; do