What's coming in Cloudron 7.1
-
@girish said in What's coming in Cloudron 7.1:
The existing one still does not auto-create users in Discourse after LDAP login, last I checked.
This would seem to suggest that might've been fixed:
Although the plugin hasn't been updated in quite a while now too, so perhaps it broke again or something
https://github.com/jonmbake/discourse-ldap-auth
Saying that, whilst this issue is still open, it sounds to me like auto creation should work:
https://github.com/jonmbake/discourse-ldap-auth/issues/51#issuecomment-707395562
-
@jdaviescoates Indeed, https://github.com/jonmbake/discourse-ldap-auth#a-note-on-user-account-creation suggests that it does auto create. I will try it and check.
-
@privsec said in What's coming in Cloudron 7.1:
@girish said in What's coming in Cloudron 7.1:
Whatever jitsi needs
This is the coolest thing I have read all week.
@girish you and your team do amazing work and I can never thank you enough.
Absolutely! Thank you so much for opening up the frontier of Free Software!
-
@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, boringproxy, grafana-loki
-
@privsec said in What's coming in Cloudron 7.1:
@girish said in What's coming in Cloudron 7.1:
Whatever jitsi needs
This is the coolest thing I have read all week.
@girish you and your team do amazing work and I can never thank you enough.
I also wanted to say thank you for your development work.
I don't have enough time to post in the forums but I appreciate, on a daily basis, the work you all do on Cloudron.
I am regularly (pleasantly) surprised when I see my server has been updated to the next verison, without issues. This is a testament to your great work.
-
-
@dylightful yup, it's high on the list!
-
-
-
-
@jdaviescoates Yeh, I'd really like to trial an internal forum, but lack of LDAP is blocking that.
Also discourse seems to use an unreal about of resources when running. -
@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.