Commit Graph

3 Commits

Author SHA1 Message Date
Kunthawat
fbeba3096e fix: Configure Vite preview server allowedHosts
- Add easypanel.host to allowed hosts list
- Keep localhost and 127.0.0.1 for local dev
- Use specific domain instead of true for security
2026-03-10 19:17:42 +07:00
Kunthawat
5eb021e5d0 fix: Allow all hosts for Vite preview server
Required for Easypanel hosting
2026-03-10 14:18:45 +07:00
Kunthawat
d7264a494c feat: Replace Next.js with Astro + PDPA compliance
- Removed Next.js, moved Astro to root
- PDPA compliance: cookie consent, admin dashboard, privacy policy
- Updated Dockerfile for Astro
- Ready for Easypanel deployment with Nixpacks or Docker
2026-03-10 13:27:48 +07:00