1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/matterbridge_ynh.git synced 2024-09-03 19:36:24 +02:00

removing domain

This commit is contained in:
ericgaspar 2021-01-26 22:45:24 +01:00
parent 6fe5834a55
commit fb4962f64a
No known key found for this signature in database
GPG key ID: 574F281483054D44
5 changed files with 0 additions and 23 deletions

View file

@ -20,19 +20,6 @@
"services": [],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for Matterbridge",
"fr": "Choisissez un nom de domaine pour Matterbridge"
},
"help": {
"en": "Matterbridge needs to be installed in its own root domain or subdomain.",
"fr": "Matterbridge doit être installé dans son propre domaine racine ou sous-domaine."
},
"example": "matterbridge.example.com"
}
]
}
}

View file

@ -20,7 +20,6 @@ ynh_abort_if_errors
#=================================================
# Retrieve arguments
domain=$YNH_APP_ARG_DOMAIN
architecture=$(ynh_detect_arch)
app=$YNH_APP_INSTANCE_NAME
@ -33,12 +32,6 @@ ynh_script_progression --message="Validating installation parameters..." --weigh
final_path=/opt/yunohost/$app
test ! -e "$final_path" || ynh_die --message="This path already contains a folder"
# STORE SETTINGS FROM MANIFEST
#=================================================
ynh_script_progression --message="Storing installation settings..." --weight=1
ynh_app_setting_set --app=$app --key=domain --value=$domain
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE
#=================================================

View file

@ -16,7 +16,6 @@ ynh_script_progression --message="Loading installation settings..." --weight=1
app=$YNH_APP_INSTANCE_NAME
domain=$(ynh_app_setting_get --app=$app --key=domain)
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
#=================================================

View file

@ -22,7 +22,6 @@ ynh_script_progression --message="Loading installation settings..." --weight=1
app=$YNH_APP_INSTANCE_NAME
domain=$(ynh_app_setting_get --app=$app --key=domain)
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
#=================================================

View file

@ -16,7 +16,6 @@ ynh_script_progression --message="Loading installation settings..." --weight=1
app=$YNH_APP_INSTANCE_NAME
domain=$(ynh_app_setting_get --app=$app --key=domain)
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
architecture=$(ynh_detect_arch)