What type of hardware are you using: Old laptop or computer
What YunoHost version are you running: 12.0.12
How are you able to access your server: The webadmin
SSH
Direct access via physical keyboard/screen
Are you in a special context or did you perform specific tweaking on your YunoHost instance ?: no
Describe your issue
When I run Diagnosis, it does not try all the relevant ports.
For example, Diagnosis right now show for me the following ports:
22
25
80
443
587
993
5001
5349
But if I go check the manifest.toml
files of the apps that I have installed, there should be several more:
https://github.com/YunoHost-Apps/coturn_ynh/blob/master/manifest.toml:
[resources.ports]
turnserver_tls.default = 5349
turnserver_tls.exposed = "Both"
turnserver_alt_tls.default = 5350
turnserver_alt_tls.exposed = "Both"
cli.default = 5766
https://github.com/YunoHost-Apps/languagetool_ynh/blob/master/manifest.toml:
[resources.ports]
main.default = 8081
https://github.com/YunoHost-Apps/scrutiny_ynh/blob/master/manifest.toml:
[resources.ports]
main.default = 8080
https://github.com/YunoHost-Apps/prosody_ynh/blob/master/manifest.toml:
[resources.ports]
# 5222 and 5223 are for the two flavor of TLS
client.default = 5222
client.exposed = "TCP"
client.fixed = true
client2.default = 5223
client2.exposed = "TCP"
client2.fixed = true
server.default = 5269
server.exposed = "TCP"
server.fixed = true
# FIXME : to be rediscussed ? Either they should be fixed, or the value $port_<name> should be used somewhere
http.default = 5280
file.default = 5000
component.default = 5347
telnet.default = 5582
https://github.com/YunoHost-Apps/ums_ynh/blob/master/manifest.toml:
[resources.ports]
main.default = 9001
rend.default = 5001
rend.exposed = "TCP"
It would be quite cool (and make it easier to debug) if in the details, each port in Diagnosis listed which apps require it.
As an added bonus weirdness, it claims that port 5349
is not forwarded, while it should be, according to my router (or at least my knowledge of it.)
Share relevant logs or error messages
see above