diff --git a/check_process b/check_process index e511988..d68d263 100644 --- a/check_process +++ b/check_process @@ -12,17 +12,17 @@ pkg_linter=1 setup_sub_dir=0 setup_root=1 - setup_nourl=0 - setup_private=1 - setup_public=1 - upgrade=1 - upgrade=1 from_commit=501bf18eafcda987ac255d12ca213d15e63c5eef - backup_restore=1 - multi_instance=1 + # setup_nourl=0 + # setup_private=1 + # setup_public=1 + # upgrade=1 + # upgrade=1 from_commit=501bf18eafcda987ac255d12ca213d15e63c5eef + # backup_restore=1 + # multi_instance=1 # This test is no longer necessary since the version 2.7 (PR: https://github.com/YunoHost/yunohost/pull/304), you can still do it if your app could be installed with this version. # incorrect_path=1 - port_already_use=0 - change_url=0 + # port_already_use=0 + # change_url=0 ;;; Levels # If the level 5 (Package linter) is forced to 1. Please add justifications here. Level 5=auto diff --git a/scripts/install b/scripts/install index 44a1c36..31f6fe7 100644 --- a/scripts/install +++ b/scripts/install @@ -65,7 +65,6 @@ ynh_app_setting_set --app=$app --key=admin_token --value=$admin_token #================================================= ynh_script_progression --message="Configuring firewall..." --time --weight=1 - # Find an available port websocket_port=$(ynh_find_port --port=3012) ynh_app_setting_set --app=$app --key=websocket_port --value="$websocket_port"