Skip to content

Commit 3a84cba

Browse files
committed
docs: add TOC header
1 parent 9df7b81 commit 3a84cba

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,22 @@ A graphical user interface for [MinIO](https://github.com/minio/minio)
88
| ------------- | ------------- |
99
| ![Dashboard](images/pic1.png) | ![Dashboard](images/pic2.png) |
1010

11+
<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-refresh-toc -->
12+
**Table of Contents**
13+
14+
- [MinIO Console](#minio-console)
15+
- [-](#-)
16+
- [1. Create a user `console` using `mc`](#1-create-a-user-console-using-mc)
17+
- [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+
- [3. Set the policy for the new `console` user](#3-set-the-policy-for-the-new-console-user)
19+
- [Start Console service:](#start-console-service)
20+
- [Salt to encrypt JWT payload](#salt-to-encrypt-jwt-payload)
21+
- [Start Console service with TLS:](#start-console-service-with-tls)
22+
- [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+
- [Contribute to console Project](#contribute-to-console-project)
24+
25+
<!-- markdown-toc end -->
26+
1127
### Setup
1228

1329
All `console` needs is a MinIO user with admin privileges and URL pointing to your MinIO deployment.

0 commit comments

Comments
 (0)