mirror of
https://github.com/OpenMaxIO/openmaxio-object-browser
synced 2026-07-01 07:41:18 -07:00
Started rebranding to OpenMaxIO; Switched to last known commits
This commit is contained in:
36
README.md
36
README.md
@@ -1,4 +1,37 @@
|
|||||||
# MinIO Console
|
#To build you own OpenMaxIO UI:
|
||||||
|
|
||||||
|
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)
|
||||||
|
|
||||||
|
CONSOLE_MINIO_SERVER=http://1.2.3.4:9000 ./console server
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# OpenMaxIO Console
|
||||||
|
|
||||||
|
This is a fork of MinIO Console.
|
||||||
|
This is a communitty driven project and is not affiliated with MinIO, Inc.
|
||||||
|
|
||||||
|
OpenMaxIO is a community-maintained fork of MinIO, created in response to the removal of key features from the MinIO open-source distribution. Our goal is simple:
|
||||||
|
to preserve a fully open, fully functional, and production-grade object storage server that stays true to the original spirit of minimalism, performance, and freedom.
|
||||||
|
|
||||||
|
MinIO once stood for minimal, high-performance, open-source object storage. But recent changes have shifted core capabilities behind a commercial license. We believe the open-source ecosystem deserves better.
|
||||||
|
|
||||||
|
OpenMaxIO brings back what was removed and keeps it open for good.
|
||||||
|
|
||||||
|
|
||||||
|
## Contributing
|
||||||
|
|
||||||
|
We welcome contributions to OpenMaxIO Console. These are still early days, so please be patient as we work to restore and enhance the features you love.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
@@ -215,3 +248,4 @@ The detailed logging also includes all request and response headers (if any).
|
|||||||
# Contribute to console Project
|
# Contribute to console Project
|
||||||
|
|
||||||
Please follow console [Contributor's Guide](https://github.com/minio/console/blob/master/CONTRIBUTING.md)
|
Please follow console [Contributor's Guide](https://github.com/minio/console/blob/master/CONTRIBUTING.md)
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
"local-storage-fallback": "^4.1.3",
|
"local-storage-fallback": "^4.1.3",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"luxon": "^3.5.0",
|
"luxon": "^3.5.0",
|
||||||
"mds": "https://github.com/minio/mds.git#v1.0.4",
|
"mds": "https://github.com/openmaxio/mds.git#a1369db4f33a385a6e71bd37fcd0e2ea687462dd",
|
||||||
"react": "^18.3.1",
|
"react": "^18.3.1",
|
||||||
"react-component-export-image": "^1.0.6",
|
"react-component-export-image": "^1.0.6",
|
||||||
"react-copy-to-clipboard": "^5.1.0",
|
"react-copy-to-clipboard": "^5.1.0",
|
||||||
|
|||||||
@@ -197,7 +197,7 @@ const Login = () => {
|
|||||||
}
|
}
|
||||||
promoInfo={
|
promoInfo={
|
||||||
<span style={{ fontSize: 14, lineHeight: 1 }}>
|
<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
|
infrastructure - public, private or edge clouds. Primary use cases
|
||||||
include data lakes, databases, AI/ML, SaaS applications and fast
|
include data lakes, databases, AI/ML, SaaS applications and fast
|
||||||
backup & recovery. MinIO is dual licensed under GNU AGPL v3 and
|
backup & recovery. MinIO is dual licensed under GNU AGPL v3 and
|
||||||
|
|||||||
@@ -139,7 +139,7 @@ const LoginCallback = () => {
|
|||||||
}
|
}
|
||||||
promoInfo={
|
promoInfo={
|
||||||
<span style={{ fontSize: 14, lineHeight: 1 }}>
|
<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
|
infrastructure - public, private or edge clouds. Primary use cases
|
||||||
include data lakes, databases, AI/ML, SaaS applications and fast
|
include data lakes, databases, AI/ML, SaaS applications and fast
|
||||||
backup & recovery. MinIO is dual licensed under GNU AGPL v3 and
|
backup & recovery. MinIO is dual licensed under GNU AGPL v3 and
|
||||||
|
|||||||
Reference in New Issue
Block a user