feat: Add PDPA compliance features to Astro project

- Cookie consent banner with Thai language
- Consent logging API with SQLite database
- Admin dashboard for viewing consent logs
- PDPA-compliant privacy policy
- Environment configuration template

PDPA compliance as per website-creator skill specifications.
Build: npm install, Astro project ready for Docker deployment.
This commit is contained in:
Kunthawat
2026-03-10 13:09:17 +07:00
parent 54c7a4407e
commit 305e2bd217
6 changed files with 844 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
PUBLIC_UMAMI_WEBSITE_ID=your-website-id-here
PUBLIC_UMAMI_DOMAIN=https://analytics.moreminimore.com
ADMIN_PASSWORD=changeme
ASTRO_DB_REMOTE_URL=file:./data/consent.db