6 Commits

Author SHA1 Message Date
Dodo 21bb79ff62 changing auth page to be Waras 2026-06-13 11:23:15 +07:00
Dodo e238b41fec Fix Caddy routing: split API paths to backend, avoid /auth/login route collision
POST /auth/login was returning 405 because Next.js's filesystem page
route at /auth/login (the login UI) shadows the afterFiles rewrite to
the backend for every method, including POST. Route API paths (and
non-GET/HEAD /auth/* requests) directly to the backend container at the
Caddy layer instead, leaving GET/HEAD /auth/login to render the
frontend login page.
2026-06-13 11:13:47 +07:00
Dodo 70a3975ed0 Add production deployment config (Caddy + docker compose) 2026-06-13 10:40:16 +07:00
Dodo 2d46279f36 Set default map center to Pontianak and gitignore docs/
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-13 06:36:11 +07:00
Dodo 695a9e4a1e change docker environment 2026-06-12 18:42:24 +07:00
Dodo edf94ae5c1 feat: initial commit with seeded database and premium ui changes 2026-06-11 18:41:54 +07:00