What's coming in 8.0
-
We are working on the following for 8.0
-
Ubuntu 24.04 LTS
-
Support servers without AVX again.
-
Various dashboard UI improvements
- Update font and colors
- Implement list view for app (alongside grid view)
- Have '/' as shortcut for search
- Rework the filter UI
-
Implement setting a default background image for login screen
-
OIDC
- Initial login of admin and normal user should get an OIDC session
- Make proxyAuth use OIDC
-
app
- Allow apps to have unlimited swap. Redefine
memoryLimit
and the slider in the app's resource section to be RAM. - Remove CPU shares and instead implement CPU quota. This will prevent apps from consuming 100% CPU.
- Add per-app checklist/notes
- Allow apps to have unlimited swap. Redefine
-
Graphs
- possibly replace graphite to make graphs useful
- implement live graphs
-
Remove unbound dependency and use the system resolver
-
Backup/restore progress
-
-
-
Oh cool, if you're doing new graphs any chance of adding network traffic ?
-
@girish said in What's coming in 8.0:
when you try to install an app that requires mongodb, it will show an error message saying 'AVX is required'.
Hopefully it'll actually say something a lot clearer than that given many will have no idea what that means. Like "Unfortunately you cannot install this app because it requires mongodb which is unable to run on your server because your server doesn't support AVX" so something.
-
@girish said in What's coming in 8.0:
Allow apps to have unlimited swap. Redefine memoryLimit and the slider in the app's resource section to be RAM.
Remove CPU shares and instead implement CPU quota. This will prevent apps from consuming 100% CPU.This is implemented now.
The memory limit now just specifies how much max RAM the app can use. Apps now use whatever swap is available in the system. We don't set any limits. From testing, this seems to be the best configuration.
CPU limit is the max percentage CPU app can use. 100% means all the cores. If you set it to 50%, it will only ever use half the cores max. By default, app can use, max CPU.
-
@girish said in What's coming in 8.0:
Support servers without AVX again.
When installed on servers without AVX, the MongoDB will just show as disabled like below. If you click restart button, it will show an error like below:
When you try to install an app that requires MongoDB:
-
Regarding the various UI / Dashboard improvements, could I plea to also add something like this:
https://forum.cloudron.io/topic/8745/my-apps-dashboard-ux-tailoring-apps-categoryThis would make a significant difference in our approach in providing an apps portal.
In any case, the already mentioned upcoming changes sound great.
-
Couple more features have landed:
- Ubuntu 24.04 LTS support
- Removed unbound as system resolver. unbound is still used internally and will get totally replaced in some future release. systemd-resolved will be the resolver for all the addon and app containers. mail container will continue to use unbound for DNSBL lookups.
-
Regarding Dashboard features - can we get pretty much everything that https://dashy.to/ is doing? Really good reference
-
@girish said in What's coming in 8.0:
- Removed unbound as system resolver.
I hope this will make things easier for you as a non-running unbound seems to be he source of so many reported errors in this forumβ¦.
-
Now just ban Firefox and youβre all set
-
@necrevistonnezr yeah, the top 3 issues are backups, unbound and graphs. Hopefully, we fix it all in 8.0 and we can retire
-
@necrevistonnezr said in What's coming in 8.0:
Now just ban Firefox and youβre all set
since we mostly use Firefox here, it is more related to those security/privacy extensions which are sometimes just too aggressive. Similarly the various privacy related chrome variants cause much side-effects
-
@necrevistonnezr whats wrong with firefox ?
-
@AartJansen
A few of the many examples of bug reports that turned out to be Firefox: https://forum.cloudron.io/post/74973 -
-