docs: Update PDPA summary with completed Umami setup

This commit is contained in:
Kunthawat Greethong
2026-03-09 13:54:24 +07:00
parent 0e4d2c97f1
commit 57e88dae25

View File

@@ -165,25 +165,15 @@ docker run -p 80:80 \
## ⚙️ Configuration Required
### 1. Umami Analytics Setup
### 1. Umami Analytics Setup ✅ **COMPLETED**
**You need to:**
**Website created in Umami:**
- URL: https://umami.moreminimore.com
- Website ID: `b2e87a6c-0b64-43c8-bb09-e406ffca0af1`
- Domain: `moreminimore.com`
- Tracking: Automatically configured
1. Access your Umami instance at `https://analytics.moreminimore.com`
2. Login with admin credentials
3. Create new website:
- Name: `moreminimore.com`
- Domain: `moreminimore.com`
4. Copy the Website ID (UUID format)
5. Update `.env` file:
```
UMAMI_WEBSITE_ID=<paste-your-website-id-here>
```
6. Update `src/layouts/Layout.astro` line ~141:
```javascript
script.setAttribute('data-website-id', 'YOUR_ACTUAL_UMAMI_ID');
```
7. Rebuild and deploy
**No manual action needed!**
### 2. Change Admin Password