From cb4caea194e3fc5347828bc0d8fb4cc0e84c0ce6 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 27 Jan 2021 13:04:56 +0100 Subject: [PATCH] Fix --- check_process | 3 +-- conf/turnserver.conf | 6 +++--- scripts/backup | 2 -- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/check_process b/check_process index 47dbd93..9d6bc92 100644 --- a/check_process +++ b/check_process @@ -6,7 +6,6 @@ ;; Test complet ; Manifest domain="domain.tld" (DOMAIN) - admin="john" (USER) ; Checks pkg_linter=1 setup_sub_dir=0 @@ -25,4 +24,4 @@ Notification=none ;;; Upgrade options ; commit=CommitHash name=Name and date of the commit. - manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666& + manifest_arg=domain=DOMAIN& diff --git a/conf/turnserver.conf b/conf/turnserver.conf index 596e3b0..dfc2609 100644 --- a/conf/turnserver.conf +++ b/conf/turnserver.conf @@ -474,7 +474,7 @@ pkey=/etc/yunohost/certs/__DOMAIN__/key.pem # Allowed OpenSSL cipher list for TLS/DTLS connections. # Default value is "DEFAULT". # -#cipher-list="DEFAULT" +#cipher-list="ECDHE-RSA-AES256-GCM-SHA512:DHE-RSA-AES256-GCM-SHA512:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-SHA384" # CA file in OpenSSL format. # Forces TURN server to verify the client SSL certificates. @@ -670,12 +670,12 @@ pidfile="/var/run/turnserver.pid" # User name to run the process. After the initialization, the turnserver process # will attempt to change the current user ID to that user. # -#proc-user= +proc-user=turnserver # Group name to run the process. After the initialization, the turnserver process # will attempt to change the current group ID to that group. # -#proc-group= +proc-group=turnserver # Turn OFF the CLI support. # By default it is always ON. diff --git a/scripts/backup b/scripts/backup index 32df5a3..97b158f 100644 --- a/scripts/backup +++ b/scripts/backup @@ -25,8 +25,6 @@ app=$YNH_APP_INSTANCE_NAME final_path=$(ynh_app_setting_get --app=$app --key=final_path) domain=$(ynh_app_setting_get --app=$app --key=domain) -db_name=$(ynh_app_setting_get --app=$app --key=db_name) -phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) #================================================= # DECLARE DATA AND CONF FILES TO BACKUP