1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/codimd_ynh.git synced 2024-09-03 18:16:32 +02:00
This commit is contained in:
liberodark 2018-11-21 17:48:21 +01:00
parent ed2df53600
commit 1aefb49e6f

View file

@ -28,6 +28,9 @@ ynh_abort_if_errors
domain=$YNH_APP_ARG_DOMAIN
path_url=$YNH_APP_ARG_PATH
is_public=$YNH_APP_ARG_IS_PUBLIC
#db_user=$YNH_APP_ARG_DB_USER
#db_name=$YNH_APP_ARG_DB_NAME
#db_pass=$YNH_APP_ARG_DB_PASS
### If it's a multi-instance app, meaning it can be installed several times independently
### The id of the app as stated in the manifest is available as $YNH_APP_ID
@ -65,6 +68,9 @@ ynh_webpath_register $app $domain $path_url
ynh_app_setting_set $app domain $domain
ynh_app_setting_set $app path $path_url
ynh_app_setting_set $app is_public $is_public
#ynh_app_setting_set $app db_user $nextclouddomain
#ynh_app_setting_set $app nextclouddomain $nextclouddomain
#ynh_app_setting_set $app nextclouddomain $nextclouddomain
#=================================================
# FIND AND OPEN A PORT