fix(minio): minor readme fix

added sonarqube
This commit is contained in:
2025-05-06 10:07:15 +02:00
parent 83890aaf5d
commit 46aa8e052d
10 changed files with 230 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ drive: storage
Once installed, access MinIO via the sidebar or at:
`http://<ip_hass>:9000` (if Ingress is not available)
`http://<ip_hass>:9001` (if Ingress is not available)
## 🧾 Requirements

View File

@@ -21,10 +21,10 @@
"9001/tcp": 9001
},
"ports_description": {
"9000/tcp": "Web Interface",
"9001/tcp": "Web Console"
"9001/tcp": "Web Interface",
"9000/tcp": "Web Console"
},
"webui": "[PROTO:ssl]://[HOST]:[PORT:9000]",
"webui": "[PROTO:ssl]://[HOST]:[PORT:9001]",
"map": {
"config": "rw",
"share": "rw",