What's coming in Cloudron 7.1
-
@girish said in What's coming in Cloudron 7.1:
will tail -f those files in addition to stdout/stderr.
Ah yes, that makes absolute sense. For a not Cloudron related project I am currently building a container that outputs its main logging to the container and then writes some more verbose stuff (webserver access logging and mail.log) into files. Here such "bookmarks" would be useful.
-
-
multiple domain support for apps is implemented by httpPorts.
The new minio uses this feature to ask for the api domain separately now at install time:
As always, you can change these in the
Location
view:At some point, mailtrain v2, cryptpad (?) etc can use the above feature.
-
@girish Oh wow! I could see this with https://appwrite.io too. Exciting!
-
-
@girish can you please comment ?
@chris said in What's coming in Cloudron 7.1:@girish said in What's coming in Cloudron 7.1:
We are going to spend pretty much rest of the year in packaging new apps
@girish end of the year is upon us, any chance the focus on "packing new apps" by end of year still a thing or did this get delayed? (if delayed, any eta?)
-
-
Hi @atridad, yes i remember those days where we would BUMP things to the top, and I know to @girish and @nebulon are hard at work, prioritizing effort as they can.. and thanks for your hard work and contribution to the community too. I enjoy cloudron and happy to be a long time supporter... This is in fact a bump, about a lingering question- so you're perspective!
-
-
@chris I guess you are asking what new apps are being worked on? We fixed up Redash 10. Then, we updated MinIO, which is an existing app but required much work to keep it updated to latest version since it requires multiple domains now. Recently, we published Paperless-ng. Mautic 4 is being fixed to the latest version.
I understand the response is probably not exciting but our priority is always to keep existing apps updated first before we move on to new ones. Top of our new app list (that is what we are packaging) is Jitsi though, we are fixing the platform first so that it can work well. nocodb and drone is one some states of "done", so we will push that out soonish.
-
-
We were hoping to get it out this week but looks like it will be the next.
Sadly, we got sidetracked by a bunch of things. Most importantly, we had to remove 'colors' and 'request' module in all our code. Not just box code, but also our CI, appstore etc. Much rewriting with no real end user benefit. Necessary evil Anyway, moving forward, we have decided to use npm as little as possible. We will weigh in the cost of "copy/paste" into our own codebase vs using an external module.
-
Final update before the release. Initial, IPv6 support is in - all the DNS backends have been updated to support
AAAA
records. There is a checkbox in the Network view to enable the IPv6 support.This is currently "experimental". Currently, there is a lot of complications and unknowns wrt docker's ipv6 support. I will make a separate post about this, but for Cloudron, the initial iteration the plan is to enable IPv6 only for HTTP(S) services. Essentially, the apps will have IPv6 support but not any exposed ports (like say the git port) nor the email server.
-
@girish just wondering about current status of 7.1.0
I needed to move my server and noticed that default install on clean machine is 7.1.0. But in Cloudron it says this release is beta.I actually installed 7.0.4 on the clean machine, so I could restore from backups. Generally went fine. I then upgraded to 7.1.0 through console.
Seems ok but email status check seems off still.
And System Info shows no data. -
@timconsidine ah but actually all apps seem stuck in
Configuring queued
status.EDIT (1) : they seem progressively to exit this status and become
Running
EDIT (2) : System Info now showing some data. But interestingly it seems server was down for a while after upgrade to 7.1 from this chart.
EDIT (3) : 2 apps refuse to enter
Running
, stuck inStarting ...
They're not critical for now.So just wondering about 7.1.0
-
7.1 was staged for installation a couple of days back. I would wait before updating though, there is atleast one issue we know of which is now fixed and there will be a 7.1.1. I would not trigger an update on existing installations unless it's not critical (and of course, help us with the testing).
-
@girish said in What's coming in Cloudron 7.1:
Final update before the release. Initial, IPv6 support is in - all the DNS backends have been updated to support
AAAA
records. There is a checkbox in the Network view to enable the IPv6 support.This is currently "experimental". Currently, there is a lot of complications and unknowns wrt docker's ipv6 support. I will make a separate post about this, but for Cloudron, the initial iteration the plan is to enable IPv6 only for HTTP(S) services. Essentially, the apps will have IPv6 support but not any exposed ports (like say the git port) nor the email server.
We figured this one out and IPv6 support will be complete in 7.1. It will support export ports and the email server from the get-go! But as mentioned in previous comment, please hold on before updating if your Cloudron instance is critical.
-
@timconsidine said in What's coming in Cloudron 7.1:
@timconsidine ah but actually all apps seem stuck in
Configuring queued
status.EDIT (1) : they seem progressively to exit this status and become
Running
This is expected. Docker is updated, the internal network is now IPv6 and all app containers are re-created to support IPv6.
EDIT (3) : 2 apps refuse to enter
Running
, stuck inStarting ...
Can you please tell me which apps these are and what you see in their logs? Sometimes, depending on your server, it could be that they are taking some time to start up.
-
@girish said in What's coming in Cloudron 7.1:
@timconsidine said in What's coming in Cloudron 7.1:
@timconsidine ah but actually all apps seem stuck in
Configuring queued
status.EDIT (1) : they seem progressively to exit this status and become
Running
This is expected. Docker is updated, the internal network is now IPv6 and all app containers are re-created to support IPv6.
EDIT (3) : 2 apps refuse to enter
Running
, stuck inStarting ...
Can you please tell me which apps these are and what you see in their logs? Sometimes, depending on your server, it could be that they are taking some time to start up.
Thank you for the offer.
When I reviewed them, I found they were custom package apps.
And I decided I wasn't using them enough, so uninstalled them. Quick solution -
@timconsidine possibly they were using CloudronManifest version 1, which was deprecated for some time now and got removed with 7.1
What this means is, that the injected env vars will now always be prefixed withCLOUDRON_
and maybe your custom apps were still looking for example forMYSQL_HOST
instead ofCLOUDRON_MYSQL_HOST
?