chore(minio): Ingress disabled and removed bucket and region logic

This commit is contained in:
2025-05-06 01:46:03 +02:00
parent a224907328
commit e8421beff3
5 changed files with 18 additions and 38 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "MinIO S3 Server",
"version": "1.0.64",
"version": "1.1.0",
"slug": "minio",
"description": "MinIO Server S3-compatible object storage server",
"arch": [
@@ -14,9 +14,7 @@
"host_network": true,
"panel_icon": "mdi:database",
"panel_title": "MinIO",
"ingress": true,
"ingress_port": 9001,
"ingress_stream": false,
"ingress": false,
"ports": {
"9000/tcp": 9000,
"9001/tcp": 9001
@@ -27,15 +25,11 @@
},
"options": {
"access_key": "admin",
"secret_key": "CHANGEME-strong-password",
"region": "us-east-1",
"bucket": "backup"
"secret_key": "CHANGEME-strong-password"
},
"schema": {
"access_key": "str",
"secret_key": "str",
"region": "str",
"bucket": "str"
"secret_key": "str"
},
"build_from": {
"amd64": "alpine:3.18",