Skip to content

Commit f9459f6

Browse files
authored
Update umami-setup.md
1 parent 7e0c212 commit f9459f6

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

umami-setup.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,19 +62,19 @@ volumes:
6262
4. **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`
6969
6. **Enable HTTPS**: Most platforms auto-generate SSL via Let's Encrypt
7070
7. **Deploy** and wait for health checks to pass
7171

7272
8. **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:
8585
4. **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

Comments
 (0)