You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+44-7
Original file line number
Diff line number
Diff line change
@@ -12,33 +12,69 @@ A graphical user interface for [MinIO](https://github.com/minio/minio)
12
12
**Table of Contents**
13
13
14
14
-[MinIO Console](#minio-console)
15
-
-[-](#-)
15
+
-[Install](#install)
16
+
- [Binary Releases](#binary-releases)
17
+
- [Docker](#docker)
18
+
- [Build from source](#build-from-source)
19
+
-[Setup](#setup)
16
20
-[1. Create a user `console` using `mc`](#1-create-a-user-console-using-mc)
17
21
-[2. Create a policy for `console` with admin access to all resources (for testing)](#2-create-a-policy-for-console-with-admin-access-to-all-resources-for-testing)
18
22
-[3. Set the policy for the new `console` user](#3-set-the-policy-for-the-new-console-user)
19
23
-[Start Console service:](#start-console-service)
20
-
-[Salt to encrypt JWT payload](#salt-to-encrypt-jwt-payload)
21
24
-[Start Console service with TLS:](#start-console-service-with-tls)
22
25
-[Connect Console to a Minio using TLS and a self-signed certificate](#connect-console-to-a-minio-using-tls-and-a-self-signed-certificate)
23
26
-[Contribute to console Project](#contribute-to-console-project)
| Linux | amd64 |[linux-amd64](https://github.com/minio/console/releases/latest/download/console-linux-amd64)|
37
+
| Linux | arm64 |[linux-arm64](https://github.com/minio/console/releases/latest/download/console-linux-arm64)|
38
+
| Linux | ppc64le |[linux-ppc64le](https://github.com/minio/console/releases/latest/download/console-linux-ppc64le)|
39
+
| Linux | s390x |[linux-s390x](https://github.com/minio/console/releases/latest/download/console-linux-s390x)|
40
+
| Apple | amd64 |[darwin-amd64](https://github.com/minio/console/releases/latest/download/console-darwin-amd64)|
41
+
| Windows | amd64 |[windows-amd64](https://github.com/minio/console/releases/latest/download/console-windows-amd64.exe)|
42
+
43
+
You can also verify the binary with [minisign](https://jedisct1.github.io/minisign/) by downloading the corresponding [`.minisig`](https://github.com/minio/console/releases/latest) signature file. Then run:
0 commit comments