mirror of
https://github.com/YunoHost-Apps/coturn_ynh.git
synced 2024-09-03 18:16:32 +02:00
Fix
This commit is contained in:
parent
8e50990ff6
commit
cb4caea194
3 changed files with 4 additions and 7 deletions
|
@ -6,7 +6,6 @@
|
||||||
;; Test complet
|
;; Test complet
|
||||||
; Manifest
|
; Manifest
|
||||||
domain="domain.tld" (DOMAIN)
|
domain="domain.tld" (DOMAIN)
|
||||||
admin="john" (USER)
|
|
||||||
; Checks
|
; Checks
|
||||||
pkg_linter=1
|
pkg_linter=1
|
||||||
setup_sub_dir=0
|
setup_sub_dir=0
|
||||||
|
@ -25,4 +24,4 @@ Notification=none
|
||||||
;;; Upgrade options
|
;;; Upgrade options
|
||||||
; commit=CommitHash
|
; commit=CommitHash
|
||||||
name=Name and date of the commit.
|
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&
|
||||||
|
|
|
@ -474,7 +474,7 @@ pkey=/etc/yunohost/certs/__DOMAIN__/key.pem
|
||||||
# Allowed OpenSSL cipher list for TLS/DTLS connections.
|
# Allowed OpenSSL cipher list for TLS/DTLS connections.
|
||||||
# Default value is "DEFAULT".
|
# 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.
|
# CA file in OpenSSL format.
|
||||||
# Forces TURN server to verify the client SSL certificates.
|
# 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
|
# User name to run the process. After the initialization, the turnserver process
|
||||||
# will attempt to change the current user ID to that user.
|
# will attempt to change the current user ID to that user.
|
||||||
#
|
#
|
||||||
#proc-user=<user-name>
|
proc-user=turnserver
|
||||||
|
|
||||||
# Group name to run the process. After the initialization, the turnserver process
|
# Group name to run the process. After the initialization, the turnserver process
|
||||||
# will attempt to change the current group ID to that group.
|
# will attempt to change the current group ID to that group.
|
||||||
#
|
#
|
||||||
#proc-group=<group-name>
|
proc-group=turnserver
|
||||||
|
|
||||||
# Turn OFF the CLI support.
|
# Turn OFF the CLI support.
|
||||||
# By default it is always ON.
|
# By default it is always ON.
|
||||||
|
|
|
@ -25,8 +25,6 @@ app=$YNH_APP_INSTANCE_NAME
|
||||||
|
|
||||||
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
|
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
|
||||||
domain=$(ynh_app_setting_get --app=$app --key=domain)
|
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
|
# DECLARE DATA AND CONF FILES TO BACKUP
|
||||||
|
|
Loading…
Add table
Reference in a new issue