if I correctly understood, I can specify port 22 in CloudronManifest.json and the custom app will be available for ssh from outside?
yes, I properly understood you, but I have specified other port in CloudronManifest.json, on first try I have specified 22 port and got the error:
Failed to install app: 400 message: Port 22 for SSH_PORT is reserved in portBindings
on the second try I specified 202 port and got the similar error:
Failed to install app: 400 message: Port 202 for SSH_PORT is reserved in portBindings
finally I have tried to specify 20202 port and it is worked, I can ssh to this app from outside.
Thank you!