From e68d53bfbbbbfadb0911a31e46dcc46d8a205e00 Mon Sep 17 00:00:00 2001 From: Till JS Date: Wed, 13 May 2026 13:17:27 +0200 Subject: [PATCH] =?UTF-8?q?feat(infra):=20PUBLIC=5FAPPLE=5FTEAM=5FID=20f?= =?UTF-8?q?=C3=BCr=20AASA-Endpoint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit mana e.V. Apple-Developer-Team-ID QP3GLU8PH3 ins cards-web-Service- Environment in docker-compose.production.yml. Wird zur Runtime von $env/dynamic/public aufgelöst und in /.well-known/apple-app-site-association eingesetzt — Apple matched das mit dem applinks:cardecky.mana.how-Entitlement in cards-native (Bundle ev.mana.cards). Aktivierung: docker compose -f docker-compose.production.yml up -d cards-web auf mana-server. Verify nach Deploy: curl https://cardecky.mana.how/.well-known/apple-app-site-association → "appID":"QP3GLU8PH3.ev.mana.cards" statt XXXXXXXXXX. Co-Authored-By: Claude Opus 4.7 (1M context) --- infrastructure/docker-compose.production.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/infrastructure/docker-compose.production.yml b/infrastructure/docker-compose.production.yml index 9feac85..804e6be 100644 --- a/infrastructure/docker-compose.production.yml +++ b/infrastructure/docker-compose.production.yml @@ -117,6 +117,10 @@ services: PUBLIC_CARDS_API_URL: https://cardecky-api.mana.how PUBLIC_MANA_AUTH_URL: https://auth.mana.how PUBLIC_AUTH_WEB_URL: https://auth.mana.how + # mana e.V. Apple-Developer-Team-ID. Wird ausgeliefert in + # /.well-known/apple-app-site-association für die cards-native + # Universal-Links (applinks:cardecky.mana.how). + PUBLIC_APPLE_TEAM_ID: QP3GLU8PH3 CARDS_API_URL: https://cardecky-api.mana.how NODE_ENV: production ports: