What's coming in Cloudron 7.1
-
@bubonicfred flarum would be nice to have on here
-
@girish so I can stop checking the new apps tab every day, any eta on when new apps will start to be published ?
@chris said in What's coming in Cloudron 7.1:
@girish said in What's coming in Cloudron 7.1:
rest of the year in packaging new apps
yes please, APPS!
And the apps of most interest to me: cal, PhotoPrism , supabase, OpenMemex, Odoo, Listmonk, twake, Chaskiq, GrowthBook, Stackstorm, suitecrm
-
@chris Usually, we put them in the announce category - https://forum.cloudron.io/category/1/announcements . Right now, we are trying to get some of our existing apps up to speed since they require some platform changes (like minio, mailtrain, discourse, gitlab).
-
@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?)
-
Some apps refuse to log to stdout/stderr or are very hard to configure. We have added a new manifest property called
logPaths
where the package specify an array of log file names - https://docs.cloudron.io/packaging/manifest/#logpaths . This way users don't need to open a web terminal and find the log files inside the container. -
-
@girish said in What's coming in Cloudron 7.1:
This way users don't need to open a web terminal and find the log files inside the container
Which means that now the admin/operator of an app has a button in the settings of an app to open the files specified in the manifest?
-
@fbartels said in What's coming in Cloudron 7.1:
Which means that now the admin/operator of an app has a button in the settings of an app to open the files specified in the manifest?
It's tailored for logging at this point. When you open log window, it will
tail -f
those files in addition to stdout/stderr. Though, your idea of having "bookmarks" might be a good idea for a File manager as well. -
@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.