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

Auto-update README

This commit is contained in:
yunohost-bot 2024-02-06 20:07:26 +00:00
parent 0c280a1b37
commit 4a18813686
2 changed files with 7 additions and 7 deletions

View file

@ -65,7 +65,7 @@ https://federationtester.matrix.org/ can be used to easily debug federation issu
### Turnserver
For Voip and video conferencing a turnserver is also installed (and configured). The turnserver listens on two UDP and TCP ports. You can get them with these commands:
```
```bash
yunohost app setting synapse port_turnserver_tls
yunohost app setting synapse port_turnserver_alt_tls
@ -74,7 +74,7 @@ The turnserver will also choose a port dynamically when a new call starts. The r
For some security reason the ports range (49153 - 49193) isn't automatically open by default. If you want to use the synapse server for voip or conferencing you will need to open this port range manually. To do this just run this command:
```
```bash
yunohost firewall allow Both 49153:49193
```
@ -91,7 +91,7 @@ If you have a dynamic IP address, you also might need to update this config auto
#### OpenVPN
In case of you have an OpenVPN server you might want than `synapse-coturn` restart when the VPN restart. To do this create a file named `/usr/local/bin/openvpn_up_script.sh` with this content:
```
```bash
#!/bin/bash
(

View file

@ -65,7 +65,7 @@ https://federationtester.matrix.org/ can be used to easily debug federation issu
### Turnserver
For Voip and video conferencing a turnserver is also installed (and configured). The turnserver listens on two UDP and TCP ports. You can get them with these commands:
```
```bash
yunohost app setting synapse port_turnserver_tls
yunohost app setting synapse port_turnserver_alt_tls
@ -74,7 +74,7 @@ The turnserver will also choose a port dynamically when a new call starts. The r
For some security reason the ports range (49153 - 49193) isn't automatically open by default. If you want to use the synapse server for voip or conferencing you will need to open this port range manually. To do this just run this command:
```
```bash
yunohost firewall allow Both 49153:49193
```
@ -91,7 +91,7 @@ If you have a dynamic IP address, you also might need to update this config auto
#### OpenVPN
In case of you have an OpenVPN server you might want than `synapse-coturn` restart when the VPN restart. To do this create a file named `/usr/local/bin/openvpn_up_script.sh` with this content:
```
```bash
#!/bin/bash
(
@ -220,4 +220,4 @@ ou
sudo yunohost app upgrade synapse -u https://github.com/YunoHost-Apps/synapse_ynh/tree/testing --debug
```
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>