Enable Websockets for MinIO (#832)

Adding another remark on enabling websockets, when installing MinIO. Otherwise the MinIO console will not allow to browse files and will show a loading spinner and the browser console will show that websocket requests do not work.
This commit is contained in:
dennemark 2023-01-11 07:34:36 +01:00 committed by GitHub
parent d916b9ea94
commit 7798906705
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ caproverOneClickApp:
It is API compatible with Amazon S3 cloud storage service. It is API compatible with Amazon S3 cloud storage service.
end: >- end: >-
Minio is deployed and available as $$cap_appname. Minio is deployed and available as $$cap_appname.
**Important**: Make sure to enable HTTPS for both $$cap_appname and $$cap_appname-s3 **Important**: Make sure to enable HTTPS and WEBSOCKETS for both $$cap_appname and $$cap_appname-s3
You can access the dashboard at https://$$cap_appname.$$cap_root_domain You can access the dashboard at https://$$cap_appname.$$cap_root_domain
And, you can access the S3 API Endpoint at https://$$cap_appname-s3.$$cap_root_domain And, you can access the S3 API Endpoint at https://$$cap_appname-s3.$$cap_root_domain
displayName: 'MinIO' displayName: 'MinIO'