herbatrium/infrastructure/cloudflared-routes.snippet.yml
Till JS c266387ff3
Some checks are pending
CI / validate (push) Waiting to run
feat: Primary-Switch auf herbatrium.com
mana.how-Domain abgeschaltet. Alle hardcoded URLs (Manifest, CORS,
User-Agent in PlantNet+GBIF-Clients, Compose-Defaults, cloudflared-
Snippet) auf herbatrium.com / api.herbatrium.com umgestellt.
isProd-Check der Web-App erkennt nur noch herbatrium.com als Prod.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-20 16:30:42 +02:00

17 lines
664 B
YAML

# Snippet für cloudflared-config.yml — einzufügen in:
# managarten/cloudflared-config.yml (Mac Mini)
#
# Beide Hostnames laufen über denselben Tunnel-Connector wie alle anderen
# *.mana.how-Surfaces (cardecky, nutriphi, viadocu, …).
#
# Host-Ports 3103 + 3104 (statt 3101 + 3102) wegen Konflikt mit
# memoro-audio-server (belegt 3101 auf mana-server). Service-internal
# bleiben 3101 + 3000 — Docker-Mapping in docker-compose.macmini.yml.
# herbatrium.com → SvelteKit-Web (adapter-node)
- hostname: herbatrium.com
service: http://localhost:3104
# api.herbatrium.com → Hono+Bun-API
- hostname: api.herbatrium.com
service: http://localhost:3103