mirror of
https://github.com/YunoHost-Apps/minio_ynh.git
synced 2024-09-03 19:46:18 +02:00
Updates
This commit is contained in:
parent
8727966963
commit
5df1ac1895
3 changed files with 5 additions and 4 deletions
|
@ -14,8 +14,8 @@
|
||||||
port="666"
|
port="666"
|
||||||
; Checks
|
; Checks
|
||||||
pkg_linter=1
|
pkg_linter=1
|
||||||
setup_sub_dir=1
|
setup_sub_dir=0
|
||||||
setup_root=1
|
setup_root=0
|
||||||
setup_nourl=0
|
setup_nourl=0
|
||||||
setup_private=1
|
setup_private=1
|
||||||
setup_public=1
|
setup_public=1
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
"id": "minio",
|
"id": "minio",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"description": {
|
"description": {
|
||||||
"en": "MinIO is a High Performance, Kubernetes Native Object Storage",
|
"en": "High Performance, Kubernetes Native Object Storage",
|
||||||
"fr": "MinIO est un serveur de stockage d'objets hautes performances"
|
"fr": "Serveur de stockage d'objets hautes performances"
|
||||||
},
|
},
|
||||||
"version": "2021-11-05T09-16-26Z~ynh1",
|
"version": "2021-11-05T09-16-26Z~ynh1",
|
||||||
"url": "https://min.io/",
|
"url": "https://min.io/",
|
||||||
|
|
|
@ -17,6 +17,7 @@ ynh_script_progression --message="Loading installation settings..." --time --wei
|
||||||
app=$YNH_APP_INSTANCE_NAME
|
app=$YNH_APP_INSTANCE_NAME
|
||||||
|
|
||||||
domain=$(ynh_app_setting_get --app=$app --key=domain)
|
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)
|
path_url=$(ynh_app_setting_get --app=$app --key=path)
|
||||||
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
|
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
|
||||||
minio_id=$(ynh_app_setting_get --app=$app --key=minio_id)
|
minio_id=$(ynh_app_setting_get --app=$app --key=minio_id)
|
||||||
|
|
Loading…
Add table
Reference in a new issue