Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-sanders authored Jul 17, 2023
1 parent e0a6592 commit 2a03a32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/outline/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 2a03a32

Please sign in to comment.