Cloudron 1.10 released - Addon updates, Multidomain phase 2, DO Spaces SGP & more
1 min read

Cloudron 1.10 released - Addon updates, Multidomain phase 2, DO Spaces SGP & more

We are happy to announce the release of Cloudron 1.10

For those unaware, Cloudron is a platform that makes it easy to run apps on your server and keep them up-to-date.

Addon updates

We have updated the internal addons:

  • Mongodb has been updated to 2.6.10.
  • MySQL has been updated to 5.7.17.
  • PostgreSQL has been updated to 9.5.5.
  • Redis has been updated to 3.0.6.

The mail container has moved SMTPS port to 2465. SMTPS support was initially added to support Go applications that refused to send username/password on non-encrypted connections. We had initially set this to port 4650. However, some apps like gogs and gitea have no way to configure the SMTPS port and rely on port number ending with 465 to determine SMTPS (!).

Storage backend update

DigitalOcean Spaces gained Singapore 1 regions upport.

We have updated Exoscale backend to support their new Next Generation Pithos. Currently, the rsync backend errors out when backing up weird filenames. We are working with Exoscale support to resolve the issue on their side.

Multidomain preparation

In Cloudron 1.9, we started reworking the code to support multiple domains. With this release, we have migrated the database schema and the code entirely to support multiple domains. What is left now is to fix our email server to support multiple domains and we will enable this feature for all! A couple of PRs are pending in Haraka for us to complete the testing.

A New email API is also in the works. Please note that it's not ready for use yet until we enable the multidomains feature.