- 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.
5 lines
167 B
Plaintext
5 lines
167 B
Plaintext
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
|