@@ -62,19 +62,19 @@ volumes:
62624. **Set Environment Variables**:
6363 - Copy ` env.example` to `.env` and update the values
6464 - ` UMAMI_APP_SECRET` = generate random 32-char string
65- - ` VITE_ANALYTICS_URL` = your analytics domain (e.g., `https://analytics.devkeys.app /script.js`)
65+ - ` VITE_ANALYTICS_URL` = your analytics domain (e.g., `https://analytics.domain /script.js`)
6666 - ` VITE_ANALYTICS_WEBSITE_ID` = your website ID from Umami dashboard
6767
68- 5. **Configure Domain** : Set up subdomain like `analytics.devkeys.app `
68+ 5. **Configure Domain** : Set up subdomain like `analytics.domain `
69696. **Enable HTTPS** : Most platforms auto-generate SSL via Let's Encrypt
70707. **Deploy** and wait for health checks to pass
7171
72728. **Initial Setup** :
73- - Visit `https://analytics.devkeys.app `
73+ - Visit `https://analytics.domain `
7474 - Default login : ` admin` / `umami`
7575 - Change password immediately
7676 - Go to Settings → Websites → Add Website
77- - Enter your main site domain : ` devkeys.app `
77+ - Enter your main site domain : ` domain `
7878 - Copy the **Website ID** from the tracking code
7979
8080# ## 2. Deploy Main App
@@ -85,5 +85,5 @@ volumes:
85854. **Build Settings** :
8686 - Build Command : ` pnpm install && pnpm build:wasm && pnpm build:web`
8787 - Publish Directory : ` apps/web/dist`
88- 5. Configure domain : ` devkeys.app `
89- 6. Deploy
88+ 5. Configure domain : ` domain `
89+ 6. Deploy
0 commit comments