Some checks are pending
CI / validate (push) Waiting to run
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>
17 lines
664 B
YAML
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
|