Hier will ich einen Server aufsetzen der für all meine Dienste tiles bereitstellt.
Find a file
Conrad Schulz 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
.forgejo/workflows feat: add Go marker-api service for MediaWiki Kartographer pin support 2026-07-01 11:59:00 +00:00
.github chore: update copilot instructions and reorganize history into docs/ 2026-06-12 09:26:01 +00:00
.vscode chore: add GitHub Copilot AI setup 2026-05-30 16:00:15 +00:00
config style: use detailed datasets for map styles 2026-06-15 19:07:23 +00:00
data feat: initial tile server setup 2026-05-30 15:57:07 +00:00
docs feat: add Go marker-api service for MediaWiki Kartographer pin support 2026-07-01 11:59:00 +00:00
prompts chore: add GitHub Copilot AI setup 2026-05-30 16:00:15 +00:00
scripts Merge: Combine Planetiler z16 build + Satellite PNG→JPEG conversion (all 3 sources complete) 2026-06-15 13:26:04 +00:00
services/marker-api feat: add Go marker-api service for MediaWiki Kartographer pin support 2026-07-01 11:59:00 +00:00
.copilot-no-tests chore: 3-Zielgruppen-Docs + .copilot-no-tests angelegt 2026-06-03 11:17:15 +00:00
.env.example feat: migrate from TileServer-GL to Martin 2026-05-30 17:15:44 +00:00
.gitignore feat: docker-compose.build.yml – Planetiler Build-Container für z16 auf Host-Rechner 2026-06-13 10:31:21 +00:00
docker-compose.build.yml chore: add controlled planetiler build workflow 2026-06-15 14:29:52 +02:00
docker-compose.download.yml chore: Move Map data to seperate Volume to be able to exclud it in a backup. 2026-06-22 12:50:12 +00:00
docker-compose.yml feat: add Go marker-api service for MediaWiki Kartographer pin support 2026-07-01 11:59:00 +00:00