fix(minio): update description, version, and add drive parameter support

This commit is contained in:
2025-05-06 09:18:06 +02:00
parent e8421beff3
commit 83890aaf5d
4 changed files with 27 additions and 11 deletions

View File

@@ -15,8 +15,17 @@ It is designed to be **production-ready**, secure, lightweight, and accessible d
```yaml
access_key: admin
secret_key: CHANGEME-strong-password
drive: storage
```
### Parameters
| Variable | Default | Description |
|-----------------|-------------|-------------------------------------------------------|
| `access_key` | `admin` | MinIO user credential |
| `secret_key` | `admin` | MinIO password credential |
| `drive` | `storage` | Folder where MinIO data will be saved inside `/data` |
## 🚀 Installation
1. Go to Home Assistant → **Supervisor → Add-on Store**
@@ -55,11 +64,6 @@ The container is based on `alpine:3.18` image
Consider enabling automatic TLS by placing certificates in `/ssl/`.
## ✅ Future TODOs
- Support for bucket versioning
- Healthcheck and Prometheus metrics
- Interface for managing users/buckets via options
## Changelog & Releases
Releases are based on [Semantic Versioning][semver], and use the format