OpenMaxIO is a community-maintained fork of MinIO
6 months ago
- #MinIO
- #Object Storage
- #OpenMaxIO
- OpenMaxIO is a community-maintained fork of MinIO, preserving open-source object storage features.
- Steps to set up OpenMaxIO Console include cloning the repository, installing dependencies, and building the project.
- Connecting OpenMaxIO UI to an existing MinIO server requires setting the `CONSOLE_MINIO_SERVER` environment variable.
- Admin privileges are needed for MinIO Console, with instructions provided for creating admin users and policies.
- Environment settings like `CONSOLE_PBKDF_PASSPHRASE` and `CONSOLE_PBKDF_SALT` are required for JWT encryption.
- The console service runs on port 9090 by default, with options to change the port and enable HTTPS.
- Support for multiple certificates allows serving clients through different domains.
- Debug logging levels can be set via the `CONSOLE_DEBUG_LOGLEVEL` environment variable for detailed request logging.