1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse_ynh.git synced 2024-09-03 20:26:38 +02:00

Remove alt_tls_port in diagnosis

This commit is contained in:
Josué Tille 2020-08-23 10:03:10 +02:00
parent 8ce5179326
commit a0bce0e2be
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF
3 changed files with 3 additions and 3 deletions

View file

@ -407,7 +407,7 @@ setfacl -R -m user:turnserver:rwX /var/log/matrix-$app
#=================================================
yunohost service add matrix-$app --log "/var/log/matrix-$app/homeserver.log" --needs_exposed_ports $synapse_tls_port
yunohost service add coturn-$app --needs_exposed_ports $turnserver_tls_port $turnserver_alt_tls_port
yunohost service add coturn-$app --needs_exposed_ports $turnserver_tls_port
#=================================================
# RELOAD SERVICES

View file

@ -134,7 +134,7 @@ systemctl enable coturn-$app.service
#=================================================
yunohost service add matrix-$app --log "/var/log/matrix-$app/homeserver.log" --needs_exposed_ports $synapse_tls_port
yunohost service add coturn-$app --needs_exposed_ports $turnserver_tls_port $turnserver_alt_tls_port
yunohost service add coturn-$app --needs_exposed_ports $turnserver_tls_port
#=================================================
# CREATE A DH FILE

View file

@ -390,7 +390,7 @@ ynh_replace_string --match_string=__APP__ --replace_string=$app --target_file="$
#=================================================
yunohost service add matrix-$app --log "/var/log/matrix-$app/homeserver.log" --needs_exposed_ports $synapse_tls_port
yunohost service add coturn-$app --needs_exposed_ports $turnserver_tls_port $turnserver_alt_tls_port
yunohost service add coturn-$app --needs_exposed_ports $turnserver_tls_port
#=================================================
# UPDATE SYSTEMD