Commit Graph

3 Commits

Author SHA1 Message Date
461c1d0afa Add port 8122 for reverse proxy, fix buildx cache, update docs
CI / test (push) Successful in 7s
- Map host 8122 to api container for reverse proxy at momswap.produktor.duckdns.org
- Remove buildx cache_from/cache_to to allow docker build on default driver
- Document reverse proxy setup in frontend integration guide
- Update README with port mapping notes
- bun.lock: add deps from bun install for geo-api-client

Made-with: Cursor
2026-03-01 12:19:04 +00:00
f0afa8221f Ignore dependency artifacts from API client library.
CI / test (push) Failing after 1m22s
Stop tracking the Bun-installed node_modules directory and keep dependencies out of version control.

Made-with: Cursor
2026-03-01 11:41:32 +00:00
6e2becb06a Implement geo backend, TS client, frontend, and CI tests.
Add a Go HTTP API with Ed25519 auth and invitation onboarding, user-scoped GeoJSON Point management, a Bun-tested @noble/ed25519 TypeScript client, static Vue/Vuetify frontend integration, and a Gitea CI workflow running both Go and Bun test suites.

Made-with: Cursor
2026-03-01 11:41:21 +00:00