ericg
February 28, 2025, 1:57pm
1
MinIO for YunoHost
Overview
MinIO is a High Performance Object Storage. It is API compatible with Amazon S3 cloud storage service. Use MinIO to build high performance infrastructure for machine learning, analytics and application data workloads.
Shipped version: 2025.02.18~ynh1
Screenshots
Documentation and resources
3 Likes
Thanks a lot. I will reinstall it again.
Luxool
June 16, 2025, 12:11pm
3
Version installée : 2025.02.28~ynh1
Pas moyen de s’y connecter !
minio_domain=$(ynh_app_setting_get --app="minio" --key=domain)
minio_admin=$(ynh_app_setting_get --app="minio" --key=admin)
minio_password=$(ynh_app_setting_get --app="minio" --key=password)
mc_path=$(ynh_app_setting_get --app="minio" --key=mc_path)
*ynh_app_setting_get: command not found* !!
Sanook
August 29, 2025, 8:42pm
4
Can’t install the app version 2025.02.28~ynh1
YunoHost 12.1.15.1
https://paste.yunohost.org/raw/exumeculaw
Warning: Here's an extract of the logs before the crash. It might help debugging the error:
Info: DEBUG - + action=start
Info: DEBUG - + wait_until=
Info: DEBUG - + length=20
Info: DEBUG - + log_path=systemd
Info: DEBUG - + timeout=60
Info: DEBUG - + ynh_in_ci_tests
Info: DEBUG - + '[' start == stop ']'
Info: DEBUG - + '[' start == reload ']'
Info: DEBUG - ++ date --utc --rfc-3339=seconds
Info: DEBUG - ++ cut -d+ -f1
Info: DEBUG - + local 'time_start=2025-08-29 20:32:28 UTC'
Info: DEBUG - + systemctl start minio
Info: INFO - [#############+++....] > Configuring minio client...
Info: DEBUG - + pushd /var/www/minio
Info: DEBUG - /var/www/minio /var/cache/yunohost/app_tmp_work_dirs/app_dj44v2k0/scripts
Info: DEBUG - + ynh_hide_warnings ynh_exec_as_app ./mc --autocompletion --no-color alias set minio http://127.0.0.1:9000 username ********** --api S3v4
Info: DEBUG - + ynh_exec_as_app ./mc --autocompletion --no-color alias set minio http://127.0.0.1:9000 username ********** --api S3v4
Info: DEBUG - + sudo -u minio env PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/goenv/bin:/opt/goenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/goenv/shims COREPACK_ENABLE_DOWNLOAD_PROMPT=0 ./mc --autocompletion --no-color alias set minio http://127.0.0.1:9000 username ********** --api S3v4
Info: DEBUG - mc: <ERROR> Invalid access key `username`. Invalid arguments provided, please refer `mc <command> -h` for relevant documentation.
Info: DEBUG - + ynh_exit_properly
Warning: Removing the app after installation failure…
Info: [++++++++++..........] > Removing system configurations related to minio...
Info: [####################] > Removal of minio completed
ericg
August 30, 2025, 10:01am
5
is username the name you gave to the admin?
Sanook
August 30, 2025, 10:25am
6
No, it’s a two letter username
Sanook
September 5, 2025, 6:00pm
7
Sanook:
two letter username
That was it.
After reinstalling the app with an administrator username with more than 2 character it is working.
BTW: I had this “3 character username issue” also with Huginn .