Commit Graph

4 Commits

Author SHA1 Message Date
Julien Calixte
f278c015b5 Fix duplicate Content-Type on client-metadata.json
Nginx sets application/json automatically for .json files via
MIME types; the explicit header caused a duplicate that broke
ATProto OAuth client metadata fetching.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-28 23:08:38 +01:00
Julien Calixte
31b6334bd7 Switch Nginx to port 3000 for Coolify
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-28 23:07:13 +01:00
Julien Calixte
99c2c92145 Fix TS build errors for Docker deploy
- Add vite-env.d.ts for ImportMeta.env type
- Bump tsconfig target/lib to ES2022 for Array.at()

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-28 23:03:57 +01:00
Julien Calixte
645f93069c Initial commit: Coffee Map PWA
Vue 3 + Vite PWA backed by ATProto PDS (coffee.apoena.dev).
Stores coffee spots as dev.apoena.coffeespot records with name,
geolocation, note, and status. Map via MapLibre + OpenFreeMap,
auth via ATProto OAuth, deploy via Docker + Nginx on Coolify.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-28 23:01:17 +01:00