1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cops_ynh.git synced 2024-09-03 18:25:57 +02:00
This commit is contained in:
ericgaspar 2021-11-20 09:31:43 +01:00
parent 6d185e4885
commit 30bc6e65a4
2 changed files with 1 additions and 12 deletions

View file

@ -18,7 +18,7 @@
$config['calibre_internal_directory'] = '/Calibre/'; $config['calibre_internal_directory'] = '/Calibre/';
$config['cops_full_url'] = '__DOMAIN____PATH__ '; $config['cops_full_url'] = '__DOMAIN____PATH__/ ';
$config['cops_x_accel_redirect'] = "X-Accel-Redirect"; $config['cops_x_accel_redirect'] = "X-Accel-Redirect";

View file

@ -54,17 +54,6 @@ ynh_app_setting_set --app=$app --key=path --value=$path_url
ynh_app_setting_set --app=$app --key=language --value=$language ynh_app_setting_set --app=$app --key=language --value=$language
ynh_app_setting_set --app=$app --key=calibre --value=$calibre ynh_app_setting_set --app=$app --key=calibre --value=$calibre
#=================================================
# STANDARD MODIFICATIONS
#=================================================
# FIND AND OPEN A PORT
#=================================================
ynh_script_progression --message="Finding an available port..." --weight=1
# Find an available port
port=$(ynh_find_port --port=8095)
ynh_app_setting_set --app=$app --key=port --value=$port
#================================================= #=================================================
# INSTALL DEPENDENCIES # INSTALL DEPENDENCIES
#================================================= #=================================================