From 2a03a325a16f4f8832c110130770e62d4dc71f71 Mon Sep 17 00:00:00 2001 From: Chris Sanders Date: Mon, 17 Jul 2023 11:01:54 -0500 Subject: [PATCH] Update Readme.md --- charts/outline/Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/outline/Readme.md b/charts/outline/Readme.md index b4f674e..792ea2a 100644 --- a/charts/outline/Readme.md +++ b/charts/outline/Readme.md @@ -13,6 +13,7 @@ If you enable minio for S3 you need to configure `outline.s3.url` this needs to Additionally, you need to log into the minio console (port 9001 via browser) with your key and secret key and add a bucket for outline to use. This is set to `outline-bucket` by default after creating the bucket file uploads work. Note that the bucket name `outline` is know to not work. Finally you will need to log into the minio cloud and set the public policy on the public portion of the minio bucket. From the pod run: + `mc alias set minio http://localhost:9000 your-minio-access-key your-minio-secret` `mc anonymous set public minio/outline-bucket/public`