Merge pull request #7 from icesvz/rebranding

Started rebranding to OpenMaxIO; Switched to last known commits
This commit is contained in:
Jannik Malte Meissner
2025-05-28 22:05:00 +02:00
committed by GitHub
4 changed files with 22 additions and 3 deletions

View File

@@ -1,3 +1,21 @@
# To build you own OpenMaxIO UI:
```bash
git clone https://github.com/OpenMaxIO/openmaxio-object-browser
cd openmaxio-object-browser/web-app
yarn install
yarn build
cd ../
make console
./console server
```
# To connect OpenMaxIO UI to an existing Minio server run this command (replace 1.2.3.4:9000 to your address)
```bash
CONSOLE_MINIO_SERVER=http://1.2.3.4:9000 ./console server
```
# OpenMaxIO Console
This is a fork of MinIO Console.
@@ -232,3 +250,4 @@ The detailed logging also includes all request and response headers (if any).
# Contribute to console Project
Please follow console [Contributor's Guide](https://github.com/minio/console/blob/master/CONTRIBUTING.md)

View File

@@ -12,7 +12,7 @@
"local-storage-fallback": "^4.1.3",
"lodash": "^4.17.21",
"luxon": "^3.5.0",
"mds": "https://github.com/minio/mds.git#v1.1.2",
"mds": "https://github.com/openmaxio/mds.git#a1369db4f33a385a6e71bd37fcd0e2ea687462dd",
"react": "^18.3.1",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.3.1",

View File

@@ -197,7 +197,7 @@ const Login = () => {
}
promoInfo={
<span style={{ fontSize: 14, lineHeight: 1 }}>
MinIO is a cloud-native object store built to run on any
OpenMaxIO is a cloud-native object store built to run on any
infrastructure - public, private or edge clouds. Primary use cases
include data lakes, databases, AI/ML, SaaS applications and fast
backup & recovery. MinIO is dual licensed under GNU AGPL v3 and

View File

@@ -139,7 +139,7 @@ const LoginCallback = () => {
}
promoInfo={
<span style={{ fontSize: 14, lineHeight: 1 }}>
MinIO is a cloud-native object store built to run on any
OpenMaxIO is a cloud-native object store built to run on any
infrastructure - public, private or edge clouds. Primary use cases
include data lakes, databases, AI/ML, SaaS applications and fast
backup & recovery. MinIO is dual licensed under GNU AGPL v3 and