From 779890670599ba4e3ec8dacf354022483230aece Mon Sep 17 00:00:00 2001 From: dennemark Date: Wed, 11 Jan 2023 07:34:36 +0100 Subject: [PATCH] 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. --- public/v4/apps/minio.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/v4/apps/minio.yml b/public/v4/apps/minio.yml index 4f9bed9..e4cdda4 100644 --- a/public/v4/apps/minio.yml +++ b/public/v4/apps/minio.yml @@ -46,7 +46,7 @@ caproverOneClickApp: It is API compatible with Amazon S3 cloud storage service. end: >- 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 And, you can access the S3 API Endpoint at https://$$cap_appname-s3.$$cap_root_domain displayName: 'MinIO'