From e14d1a54ea85ddd2b385a94c6d04a11ba371df52 Mon Sep 17 00:00:00 2001 From: Till JS Date: Sat, 23 May 2026 16:32:47 +0200 Subject: [PATCH] chore(infra): MinIO-CORS um memoro-app.mana.how erweitert MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Browser direkt zu MinIO sprechen lassen ist Voraussetzung für Memoro-Multipart-Upload (Cloudflare-Cap-Umgehung, siehe memoro/docs/MULTIPART_UPLOAD.md). Gleichzeitig Drift mit Server-Stand gesynct (food/plants ergänzt). Co-Authored-By: Claude Opus 4.7 --- docker-compose.macmini.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docker-compose.macmini.yml b/docker-compose.macmini.yml index 7ed257739..23f11fe34 100644 --- a/docker-compose.macmini.yml +++ b/docker-compose.macmini.yml @@ -149,7 +149,11 @@ services: environment: MINIO_ROOT_USER: ${MINIO_ACCESS_KEY:-minioadmin} MINIO_ROOT_PASSWORD: ${MINIO_SECRET_KEY:-minioadmin} - MINIO_API_CORS_ALLOW_ORIGIN: https://music.mana.how,https://mana.how,https://picture.mana.how,https://storage.mana.how,https://contacts.mana.how,https://chat.mana.how,https://photos.mana.how + # Browser-Origins die direkt zu MinIO sprechen dürfen (für + # presigned PUTs / GETs via s3.mana.how). memoro-app braucht es + # seit Multipart-Upload für Files >100 MB (Cloudflare-Cap-Umgehung). + # Server-Drift-Stand (`food`/`plants` ergänzt) gleichzeitig synct. + MINIO_API_CORS_ALLOW_ORIGIN: https://music.mana.how,https://mana.how,https://picture.mana.how,https://storage.mana.how,https://plants.mana.how,https://contacts.mana.how,https://chat.mana.how,https://food.mana.how,https://photos.mana.how,https://memoro-app.mana.how volumes: - /Volumes/ManaData/minio:/data ports: