1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/minio_ynh.git synced 2024-09-03 19:46:18 +02:00
This commit is contained in:
Limezy 2021-11-11 11:04:49 +07:00
parent 8727966963
commit 5df1ac1895
3 changed files with 5 additions and 4 deletions

View file

@ -14,8 +14,8 @@
port="666"
; Checks
pkg_linter=1
setup_sub_dir=1
setup_root=1
setup_sub_dir=0
setup_root=0
setup_nourl=0
setup_private=1
setup_public=1

View file

@ -3,8 +3,8 @@
"id": "minio",
"packaging_format": 1,
"description": {
"en": "MinIO is a High Performance, Kubernetes Native Object Storage",
"fr": "MinIO est un serveur de stockage d'objets hautes performances"
"en": "High Performance, Kubernetes Native Object Storage",
"fr": "Serveur de stockage d'objets hautes performances"
},
"version": "2021-11-05T09-16-26Z~ynh1",
"url": "https://min.io/",

View file

@ -17,6 +17,7 @@ ynh_script_progression --message="Loading installation settings..." --time --wei
app=$YNH_APP_INSTANCE_NAME
domain=$(ynh_app_setting_get --app=$app --key=domain)
port=$(ynh_app_setting_get --app=$app --key=port)
path_url=$(ynh_app_setting_get --app=$app --key=path)
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
minio_id=$(ynh_app_setting_get --app=$app --key=minio_id)