fix(platform-services/minio): Improve MinIO provider: reuse existing data and credentials, use host-bound port for provisioning, and safer provisioning/deprovisioning

This commit is contained in:
2025-11-26 18:46:50 +00:00
parent 3574a94e38
commit 9d7f132f6d
3 changed files with 104 additions and 37 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/onebox',
version: '1.2.0',
version: '1.2.1',
description: 'Self-hosted container platform with automatic SSL and DNS - a mini Heroku for single servers'
}