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:
4
dealplustech-astro/.env.example
Normal file
4
dealplustech-astro/.env.example
Normal 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
|
||||
Reference in New Issue
Block a user