YunoHost-Apps / jitsi_ynh

Video conference for YunoHost
https://jitsi.org/
Apache License 2.0
21 stars 19 forks source link

Port 10000 is not reachable from outside #77

Closed rouja closed 2 years ago

rouja commented 2 years ago

Hi,

The yunohost console reports : "Port 10000 is not reachable from outside."

I think it's a false positif. Because jitsi is listening in UDP on this port :

UNCONN 0      0                 [::ffff:91.121.133.42]:10000             *:*     users:(("java",pid=23209,fd=147))

Maybe we should remove this port from the check list ?

I'm new to yunohost but I think that the solution could be just to change this line in the install script :

yunohost service add $app-videobridge --log "/var/log/$app/$app-videobridge.log" --needs_exposed_ports $port $port_videobridge

By

yunohost service add $app-videobridge --log "/var/log/$app/$app-videobridge.log" --needs_exposed_ports $port

What do you think ?

rosbeef commented 2 years ago

Related to #60 Jitsi open the port only when it using it