outline s3
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user