Commit graph

2 commits

Author SHA1 Message Date
f404f12e51 chore: replace registry IP with cr.rd13server.de
Some checks failed
Build & Push marker-api / build (push) Failing after 15s
192.168.178.6:8083 -> cr.rd13server.de in:
- .forgejo/workflows/build-marker-api.yml
- docker-compose.yml
- docs/ADMIN.md
- docs/history/summary/PROJECT_CONTEXT.md
2026-07-01 14:08:50 +00:00
9df190aca8 feat: add Go marker-api service for MediaWiki Kartographer pin support
- services/marker-api/: Go HTTP service (0 external deps, ~8 MB RAM)
  - Mathematically correct teardrop pin shape (Google Maps style)
  - Tangent-based outline: circle + straight sides meeting at tip
  - White border + white inner dot, in-memory cache (max 500 entries)
- .forgejo/workflows/build-marker-api.yml: CI builds & pushes to
  Forgejo registry on push to main (image: rd13_tile_server-marker-api)
- docker-compose.yml: add marker-api service on port 9984
- Caddyfile (rd13_system_proxy): route /styles/v4/marker/* -> :9984
- docs/ADMIN.md + MAINTAINER.md: marker-api dokumentiert

Fixes: /styles/v4/marker/pin-m+{color}(@{scale}x).png was 404, now 200
2026-07-01 11:59:00 +00:00