From 8f363553e61f2ea490089a15d44783b449687d73 Mon Sep 17 00:00:00 2001 From: Nick Adam Date: Sat, 17 Jan 2026 00:34:22 +0100 Subject: [PATCH] outline s3 --- apps/outline/deployment.yaml | 12 +++++++----- hello.txt | 0 2 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 hello.txt diff --git a/apps/outline/deployment.yaml b/apps/outline/deployment.yaml index af0c5ce..976923b 100644 --- a/apps/outline/deployment.yaml +++ b/apps/outline/deployment.yaml @@ -34,15 +34,17 @@ spec: value: "false" - name: PGSSLMODE value: "disable" - # S3 / MinIO Configuration + # S3 / SeaweedFS Configuration - name: AWS_S3_UPLOAD_BUCKET_URL - value: "https://minio.apps.k3s.stabify.de" + value: "https://s3.apps.internal.k3s.stabify.de" - name: AWS_S3_UPLOAD_BUCKET_NAME - value: "outline-storage" + value: "outline-uploads" + - name: AWS_REGION + value: "us-east-1" - name: AWS_S3_FORCE_PATH_STYLE - value: "true" # Wichtig für MinIO + value: "true" # Wichtig für SeaweedFS - name: AWS_S3_ACL - value: "private" # Outline managed die Rechte via Presigned URLs + value: "private" - name: REDIS_COLLABORATION_URL valueFrom: secretKeyRef: diff --git a/hello.txt b/hello.txt new file mode 100644 index 0000000..e69de29