diff --git a/conf/turnuserdb.conf b/conf/turnuserdb.conf deleted file mode 100644 index 61a88b3..0000000 --- a/conf/turnuserdb.conf +++ /dev/null @@ -1 +0,0 @@ -__ADMIN__:__PASSWORD__ \ No newline at end of file diff --git a/scripts/install b/scripts/install index b060100..eb8452b 100644 --- a/scripts/install +++ b/scripts/install @@ -148,13 +148,6 @@ fi ynh_store_file_checksum --file="$coturn_config_path" - -#================================================= -# SET DB CONFIG -#================================================= - - - #================================================= # SETUP LOGROTATE #================================================= @@ -199,9 +192,11 @@ ynh_systemd_action --service_name=$app --action=restart --log_path="/var/log/$ap echo "Coturn server was successfully installed :) -username $admin +For testing we can use Trickle-Ice testing tool. Go to trickle-ice page https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/ and enter following details. -Credentials: $turnserver_pwd +STUN or TURN URI : turn:$domain:$turnserver_tls_port +TURN username: turnserver +TURN password: $turnserver_pwd If you're facing an issue or want to improve this app, please open a new issue in this project: https://github.com/YunoHost-Apps/coturn_ynh" > mail_to_send diff --git a/scripts/remove b/scripts/remove index bec4530..4212dd4 100644 --- a/scripts/remove +++ b/scripts/remove @@ -45,14 +45,6 @@ ynh_script_progression --message="Stopping and removing the systemd service..." #ynh_remove_systemd_config ynh_remove_systemd_config -#================================================= -# REMOVE THE POSTGRESQL DATABASE -#================================================= -# ynh_script_progression --message="Removing the PostgreSQL database..." --weight=2 - -# # Remove a database if it exists, along with the associated user -# ynh_psql_remove_db --db_user=$db_user --db_name=$db_name - #================================================= # REMOVE DEPENDENCIES #=================================================