5 Commits

Author SHA1 Message Date
Trey t
8022e03246 Fix port conflict: separate Next.js (3001) from Go API (PORT)
- Next.js admin now runs on internal port 3001
- Go API uses Dokku's PORT environment variable (5000)
- Updated admin proxy default to localhost:3001
- Added /_next/* static asset proxy route

This fixes the "address already in use" error when deploying to Dokku
where both services were trying to bind to port 3000.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-29 11:12:26 -06:00
Trey t
5b9fec6f4e fixes 2025-11-28 00:24:52 -06:00
Trey t
10b9911e93 fixes 2025-11-28 00:19:49 -06:00
Trey t
11b217a9b6 Fix start script: scope env vars to Next.js process only 2025-11-28 00:00:31 -06:00
Trey t
e6f05b2368 admin reachable on server 2025-11-27 23:47:29 -06:00