aggiunto minio
This commit is contained in:
34
MinIO/config.json
Normal file
34
MinIO/config.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "MinIO S3 Server",
|
||||
"version": "1.0.0",
|
||||
"slug": "minio",
|
||||
"description": "Production-ready S3-compatible object storage server for HA and Longhorn",
|
||||
"arch": ["amd64", "aarch64"],
|
||||
"startup": "services",
|
||||
"boot": "auto",
|
||||
"hassio_api": false,
|
||||
"host_network": false,
|
||||
"panel_icon": "mdi:database",
|
||||
"panel_title": "MinIO",
|
||||
"ingress": true,
|
||||
"ingress_port": 9001,
|
||||
"ingress_stream": false,
|
||||
"ports": {
|
||||
"9000/tcp": 9000,
|
||||
"9001/tcp": 9001
|
||||
},
|
||||
"map": ["config:rw", "ssl:rw"],
|
||||
"options": {
|
||||
"access_key": "admin",
|
||||
"secret_key": "CHANGEME-strong-password",
|
||||
"region": "us-east-1",
|
||||
"bucket": "longhorn-backup"
|
||||
},
|
||||
"schema": {
|
||||
"access_key": "str",
|
||||
"secret_key": "str",
|
||||
"region": "str",
|
||||
"bucket": "str"
|
||||
},
|
||||
"image": "docker.io/minio/minio:latest"
|
||||
}
|
||||
Reference in New Issue
Block a user