{"id":28274534,"url":"https://github.com/minio/object-browser","last_synced_at":"2026-01-15T22:18:45.735Z","repository":{"id":37057705,"uuid":"252358889","full_name":"minio/object-browser","owner":"minio","description":"Simple UI for MinIO Object Storage :abacus:","archived":false,"fork":false,"pushed_at":"2025-09-05T21:04:53.000Z","size":701780,"stargazers_count":1070,"open_issues_count":12,"forks_count":450,"subscribers_count":27,"default_branch":"master","last_synced_at":"2025-09-05T21:25:23.258Z","etag":null,"topics":["console","go","golang","k8s","mc","minio","minio-client","minio-console","minio-server","minio-storage","operator","tls"],"latest_commit_sha":null,"homepage":"https://min.io/docs/minio/linux/index.html","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/minio.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"code_of_conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-04-02T04:55:44.000Z","updated_at":"2025-09-05T21:03:54.000Z","dependencies_parsed_at":"2023-10-24T17:35:54.410Z","dependency_job_id":"8b1587a4-3f3f-4fb5-8977-9196fa8731b4","html_url":"https://github.com/minio/object-browser","commit_stats":{"total_commits":2076,"total_committers":45,"mean_commits":46.13333333333333,"dds":0.7745664739884393,"last_synced_commit":"2c84a52937ec071e2c196d7b7fd5d918a6b66b17"},"previous_names":["minio/mcs","minio/object-browser"],"tags_count":207,"template":false,"template_full_name":null,"purl":"pkg:github/minio/object-browser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minio%2Fobject-browser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minio%2Fobject-browser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minio%2Fobject-browser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minio%2Fobject-browser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/minio","download_url":"https://codeload.github.com/minio/object-browser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minio%2Fobject-browser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28472626,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-15T22:13:38.078Z","status":"ssl_error","status_checked_at":"2026-01-15T22:12:11.737Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["console","go","golang","k8s","mc","minio","minio-client","minio-console","minio-server","minio-storage","operator","tls"],"created_at":"2025-05-21T02:06:45.727Z","updated_at":"2026-01-15T22:18:45.729Z","avatar_url":"https://github.com/minio.png","language":"JavaScript","readme":"# MinIO Console\n\n![build](https://github.com/minio/object-browser/actions/workflows/jobs.yaml/badge.svg) ![license](https://img.shields.io/badge/license-AGPL%20V3-blue)\n\nA graphical user interface for [MinIO](https://github.com/minio/minio)\n\n| Object Browser                       | Creating a bucket                     | Object Details                  |\n|--------------------------------------|-------------------------------|---------------------------------|\n| ![Object Browser](images/pic1-a.png) | ![Dashboard](images/pic2-a.png) | ![Dashboard](images/pic3-a.png) |\n| ![Object Browser](images/pic1-b.png) | ![Dashboard](images/pic2-b.png) | ![Dashboard](images/pic3-b.png) |\n\n\u003c!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-refresh-toc --\u003e\n**Table of Contents**\n\n- [MinIO Console](#minio-console)\n  - [Install](#install)\n    - [Build from source](#build-from-source)\n  - [Setup](#setup)\n    - [1. Create a user `console` using `mc`](#1-create-a-user-console-using-mc)\n    - [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)\n    - [3. Set the policy for the new `console` user](#3-set-the-policy-for-the-new-console-user)\n  - [Start Console service:](#start-console-service)\n  - [Start Console service with TLS:](#start-console-service-with-tls)\n  - [Connect Console to a Minio using TLS and a self-signed certificate](#connect-console-to-a-minio-using-tls-and-a-self-signed-certificate)\n- [Contribute to console Project](#contribute-to-console-project)\n\n\u003c!-- markdown-toc end --\u003e\n\nMinIO Console is a library that provides a management and browser UI overlay for the MinIO Server.\n\n## Setup\n\nAll `console` needs is a MinIO user with admin privileges and URL pointing to your MinIO deployment.\n\n\u003e [!NOTE]\n\u003e We don't recommend using MinIO's Operator Credentials\n\n### 1. Create a user `console` using `mc`\n\n```bash\nmc admin user add myminio/\nEnter Access Key: console\nEnter Secret Key: xxxxxxxx\n```\n\n### 2. Create a policy for `console` with admin access to all resources (for testing)\n\n```sh\ncat \u003e admin.json \u003c\u003c EOF\n{\n\t\"Version\": \"2012-10-17\",\n\t\"Statement\": [{\n\t\t\t\"Action\": [\n\t\t\t\t\"admin:*\"\n\t\t\t],\n\t\t\t\"Effect\": \"Allow\",\n\t\t\t\"Sid\": \"\"\n\t\t},\n\t\t{\n\t\t\t\"Action\": [\n                \"s3:*\"\n\t\t\t],\n\t\t\t\"Effect\": \"Allow\",\n\t\t\t\"Resource\": [\n\t\t\t\t\"arn:aws:s3:::*\"\n\t\t\t],\n\t\t\t\"Sid\": \"\"\n\t\t}\n\t]\n}\nEOF\n```\n\n```sh\nmc admin policy create myminio/ consoleAdmin admin.json\n```\n\n### 3. Set the policy for the new `console` user\n\n```sh\nmc admin policy attach myminio consoleAdmin --user=console\n```\n\n\u003e [!NOTE]\n\u003e Additionally, you can create policies to limit the privileges for other `console` users, for example, if you\n\u003e want the user to only have access to dashboard, buckets, notifications and watch page, the policy should look like\n\u003e this:\n\u003e ```json\n\u003e {\n\u003e   \"Version\": \"2012-10-17\",\n\u003e   \"Statement\": [\n\u003e     {\n\u003e       \"Action\": [\n\u003e \t\"admin:ServerInfo\"\n\u003e       ],\n\u003e       \"Effect\": \"Allow\",\n\u003e       \"Sid\": \"\"\n\u003e     },\n\u003e     {\n\u003e       \"Action\": [\n\u003e \t\"s3:ListenBucketNotification\",\n\u003e \t\"s3:PutBucketNotification\",\n\u003e \t\"s3:GetBucketNotification\",\n\u003e \t\"s3:ListMultipartUploadParts\",\n\u003e \t\"s3:ListBucketMultipartUploads\",\n\u003e \t\"s3:ListBucket\",\n\u003e \t\"s3:HeadBucket\",\n\u003e \t\"s3:GetObject\",\n\u003e \t\"s3:GetBucketLocation\",\n\u003e \t\"s3:AbortMultipartUpload\",\n\u003e \t\"s3:CreateBucket\",\n\u003e \t\"s3:PutObject\",\n\u003e \t\"s3:DeleteObject\",\n\u003e \t\"s3:DeleteBucket\",\n\u003e \t\"s3:PutBucketPolicy\",\n\u003e \t\"s3:DeleteBucketPolicy\",\n\u003e \t\"s3:GetBucketPolicy\"\n\u003e       ],\n\u003e       \"Effect\": \"Allow\",\n\u003e       \"Resource\": [\n\u003e \t\"arn:aws:s3:::*\"\n\u003e       ],\n\u003e       \"Sid\": \"\"\n\u003e     }\n\u003e   ]\n\u003e }\n\u003e ```\n\n## Start Console service:\n\nBefore running console service, following environment settings must be supplied\n\n```sh\n# Salt to encrypt JWT payload\nexport CONSOLE_PBKDF_PASSPHRASE=SECRET\n\n# Required to encrypt JWT payload\nexport CONSOLE_PBKDF_SALT=SECRET\n\n# MinIO Endpoint\nexport CONSOLE_MINIO_SERVER=http://localhost:9000\n```\n\nNow start the console service.\n\n```\n./console server\n2021-01-19 02:36:08.893735 I | 2021/01/19 02:36:08 server.go:129: Serving console at http://localhost:9090\n```\n\nBy default `console` runs on port `9090` this can be changed with `--port` of your choice.\n\n## Start Console service with TLS:\n\nCopy your `public.crt` and `private.key` to `~/.console/certs`, then:\n\n```sh\n./console server\n2021-01-19 02:36:08.893735 I | 2021/01/19 02:36:08 server.go:129: Serving console at http://[::]:9090\n2021-01-19 02:36:08.893735 I | 2021/01/19 02:36:08 server.go:129: Serving console at https://[::]:9443\n```\n\nFor advanced users, `console` has support for multiple certificates to service clients through multiple domains.\n\nFollowing tree structure is expected for supporting multiple domains:\n\n```sh\n certs/\n  │\n  ├─ public.crt\n  ├─ private.key\n  │\n  ├─ example.com/\n  │   │\n  │   ├─ public.crt\n  │   └─ private.key\n  └─ foobar.org/\n     │\n     ├─ public.crt\n     └─ private.key\n  ...\n\n```\n\n## Connect Console to a Minio using TLS and a self-signed certificate\n\nCopy the MinIO `ca.crt` under `~/.console/certs/CAs`, then:\n\n```sh\nexport CONSOLE_MINIO_SERVER=https://localhost:9000\n./console server\n```\n\nYou can verify that the apis work by doing the request on `localhost:9090/api/v1/...`\n\n## Debug logging\n\nIn some cases it may be convenient to log all HTTP requests. This can be enabled by setting\nthe `CONSOLE_DEBUG_LOGLEVEL` environment variable to one of the following values:\n\n - `0` (default) uses no logging.\n - `1` log single line per request for server-side errors (status-code 5xx).\n - `2` log single line per request for client-side and server-side errors (status-code 4xx/5xx).\n - `3` log single line per request for all requests (status-code 4xx/5xx).\n - `4` log details per request for server-side errors (status-code 5xx).\n - `5` log details per request for client-side and server-side errors (status-code 4xx/5xx).\n - `6` log details per request for all requests (status-code 4xx/5xx).\n\n A single line logging has the following information:\n - Remote endpoint (IP + port) of the request. Note that reverse proxies may hide the actual remote endpoint of the client's browser.\n - HTTP method and URL\n - Status code of the response (websocket connections are hijacked, so no response is shown)\n - Duration of the request\n\nThe detailed logging also includes all request and response headers (if any).\n \n# Contribute to console Project\n\nPlease follow console [Contributor's Guide](https://github.com/minio/console/blob/master/CONTRIBUTING.md)\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminio%2Fobject-browser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fminio%2Fobject-browser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminio%2Fobject-browser/lists"}