1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-10-03 18:27:04 +00:00

Fix root password init

We can now use MINIO_ROOT_USER  and MINIO_ROOT_PASSWORD env vars.
These default to minioadmin. When set, it will change/update the password.
When not set, it keeps the old password from the last run.
This commit is contained in:
Girish Ramakrishnan
2022-01-21 13:28:02 -08:00
parent c0b9c4167f
commit 6162ff540b
4 changed files with 18 additions and 12 deletions

View File

@@ -34,3 +34,6 @@ npm install
PATH=$PATH:node_modules/.bin mocha --bail test.js
```
## Notes
MinIO Console is an embedded web-based object browser built into MinIO Server