diff options
| author | dennemark <[email protected]> | 2023-01-11 07:34:36 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-10 22:34:36 -0800 |
| commit | 779890670599ba4e3ec8dacf354022483230aece (patch) | |
| tree | 94ff0072d5636788d62d20b9543d01e8243fd23d | |
| parent | d916b9ea94fffb1068f8ccdc86c08e07f645325f (diff) | |
| download | caprover-one-click-apps-779890670599ba4e3ec8dacf354022483230aece.tar.gz caprover-one-click-apps-779890670599ba4e3ec8dacf354022483230aece.zip | |
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.
| -rw-r--r-- | public/v4/apps/minio.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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' |
