https://github.com/klutchell/balena-minio
https://github.com/klutchell/balena-minio
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/klutchell/balena-minio
- Owner: klutchell
- Created: 2021-07-24T12:51:27.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-24T12:52:27.000Z (almost 5 years ago)
- Last Synced: 2025-11-02T14:38:05.866Z (8 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# balena-minio
[MinIO](https://min.io/) is a High Performance Object Storage released under Apache License v2.0. It is API compatible with Amazon S3 cloud storage service. Use MinIO to build high performance infrastructure for machine learning, analytics and application data workloads.
## Hardware Required
- Intel-NUC w/ +2GB RAM +128GB SSD
## Getting Started
You can one-click-deploy this project to balena using the button below:
[](https://dashboard.balena-cloud.com/deploy?repoUrl=https://github.com/klutchell/balena-minio&defaultDeviceType=intel-nuc)
## Manual Deployment
Alternatively, deployment can be carried out by manually creating a [balenaCloud account](https://dashboard.balena-cloud.com) and application,
flashing a device, downloading the project and pushing it via the [balena CLI](https://github.com/balena-io/balena-cli).
### Environment Variables
| Name | Description |
| --------------------- | -------------------------------------------------------------------- |
| `MINIO_ROOT_USER` | The access key for the root user. Defaults to `minioadmin` if unset. |
| `MINIO_ROOT_PASSWORD` | The secret key for the root user. Defaults to `minioadmin` if unset. |
## Usage/Examples
Once your device joins the fleet you'll need to allow some time for it to download the application and start the services.
When it's done you should be able to access the access the app at .
The default credentails are `minioadmin/minioadmin` and you should change them immediately via Environment Variables.
Additional usage instructions for MinIO can be found here: .
## Contributing
Please open an issue or submit a pull request with any features, fixes, or changes.