What's coming in Cloudron 9
-
- Deprecate Ubuntu 20.04 support - we won't remove support yet, but you will get a notification that support is going away soon. I think Jul 2025 is when Ubuntu 20.04 reaches EOL.
- UI Redesign - this is a biggie and requires much work. We already started migrating to vuejs 3 months ago. We will also take this opportunity to fix the navigation in our UI. Currently, the whole navigation is crammed under the profile menu.
- App Level (Disk) Storage Limit - This will let you size the maximum disk storage an app can use. Currently, the plan is to add support for XFS Project Quota (supported on all the cloud block storage devices) and also a loopback device based backend. Maybe in future, we will add a LVM based backend as well.
- Backup integrity - store size and checksum of backups. Also provide a way to "verify" backup integrity in the remote.
- Show backup/restore progress
- Multiple Backup Destinations
- Granular Backup schedule
-
-
-
@girish said in What's coming in Cloudron 9:
Multiple Backup Destinations
Granular Backup scheduleReally looking forward to these!
-
@girish multihost not included in CR 9?
-
I hope this is the right place. This is a minor one but it would be comfy: An option to delete accidental local backups from the UI. The scenario occurs when no backup volume is configured and backups are on, which if remembered correctly is the default.
The way to get rid of local backups right now involves ssh-ing into the server and manually deleting the files.
-
-
@girish said in What's coming in Cloudron 9:
UI Redesign
I'd like to see all my domains in one list, not to have to page through them.
If you keep the page through option, please at least add a dropdown option to increase number of items listed from the current 10 to e.g. 25, 50, 100, 500
-
@chris I mentioned elsewhere but mulit-host was on our radar but we haven't been able to justify implementing these features as we haven't found customers who would be willing to pay $ for complex features like these. If you are in the enterprise/medium business bracket and willing to work with us here, please contact us on support@cloudron.io. Our current business users simply set up multiple instances of Cloudron with a central LDAP and it gives them multihost already.
-
@girish i couldn’t care less about ldap, but is it possible to get a combined ui to view all apps and a shared notification tab? That’s it. Simply a way to eliminate the need to log in into multiple dashboard. Maybe an app would solve this?
Edit: to expand on this a bit. No need to have any admin abilities to manage each app. App status (down, running, etc.) is sufficient along with a combined notification tab to keep track of what updated, server reboots, failed backups, etc. Apps are grouped and listed by server. For instance, you'll have:
Server 1
Server 2
Server 3
Etc.
Again, I'm no dev, but it looks like a custom app using API's can do this. With that said, the upcoming backup destinations is 1000% more important than this feature.
-
@humptydumpty Custom app should be easy to build just using the API (which is now motsly documented by now) - https://docs.cloudron.io/api.html . I think the ldap itself is not interesting , but having a single set of users using all cloudron is quite nice for users (who probably don't know much about cloudron).