The best way to install "developer" apps is to just create a Dockerfile, add whatever packages you want and install it in Cloudron. Tutorial here - https://docs.cloudron.io/packaging/tutorial/ . It's really easy if you know Docker and also it keeps things portable should you move out of Cloudron or any PaaS for that matter.
@chris yes could be useful
Worth noting that Coolify have done this
In case a self-hosted DB in a PaaS is needed before it is available here on Cloudron
After much Go code spelunking:
[image: 1615506346573-5c04aea9-e8fa-4e3b-b04e-06d364506a0b-image.png]
I guess a fix has to be made to statping but generally I prefer changing the platform to adapt to the app unless it's an outright bug. So, I am going to see if I can fix our mail server.
Notes to future me:
statping always sets mailer.SSL to fase. This means port 2465 can never work
Ultimately, go-mail in turn uses net/smtp which won't send passwords with TLS