From 0549661c906af7ca503b9614bc33f69921c4b9e3 Mon Sep 17 00:00:00 2001 From: Nick Adam Date: Sat, 17 Jan 2026 00:59:33 +0100 Subject: [PATCH] fix: outline s3 bug --- apps/outline/deployment.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/apps/outline/deployment.yaml b/apps/outline/deployment.yaml index 976923b..e2bcad0 100644 --- a/apps/outline/deployment.yaml +++ b/apps/outline/deployment.yaml @@ -42,9 +42,8 @@ spec: - name: AWS_REGION value: "us-east-1" - name: AWS_S3_FORCE_PATH_STYLE - value: "true" # Wichtig für SeaweedFS - - name: AWS_S3_ACL - value: "private" + value: "true" # Wichtig für SeaweedFS (Path-Style URLs statt Virtual Host) + # AWS_S3_ACL weggelassen: Default ist "private" laut GitHub Discussion #8208 - name: REDIS_COLLABORATION_URL valueFrom: secretKeyRef: