mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
20 lines
No EOL
690 B
JSON
20 lines
No EOL
690 B
JSON
[{
|
|
"id": "update_turnserver_ip",
|
|
"name": "Update turnserver ip",
|
|
"command": "/opt/yunohost/matrix-$YNH_APP_ID/Coturn_config_rotate.sh",
|
|
"user": "root",
|
|
"accepted_return_codes": [0],
|
|
"description": {
|
|
"en": "Update the ip in the turnserver config"
|
|
}
|
|
},
|
|
{
|
|
"id": "open_turnserver_firewall_ports",
|
|
"name": "Open ports for turnserver",
|
|
"command": "yunohost firewall allow Both 49153:49193",
|
|
"user": "root",
|
|
"accepted_return_codes": [0],
|
|
"description": {
|
|
"en": "Open the ports range 49153:49193 with TCP and UDP to be able to use correctly the turnserver."
|
|
}
|
|
}] |