mirror of
https://github.com/YunoHost-Apps/coturn_ynh.git
synced 2024-09-03 18:16:32 +02:00
Cleaning up
This commit is contained in:
parent
19f63c6863
commit
38a2d333f0
3 changed files with 4 additions and 18 deletions
|
@ -1 +0,0 @@
|
|||
__ADMIN__:__PASSWORD__
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue