fix(minio): update description, version, and add drive parameter support
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user