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
@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.
-
-
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
@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:
-
-
wrote on Apr 16, 2024, 1:41 PM last edited by uwcrbc Apr 16, 2024, 1:49 PM
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.
-
-
Staffwrote on Apr 30, 2024, 9:44 AM last edited by girish Apr 30, 2024, 9:45 AM
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.
-
wrote on Apr 30, 2024, 2:59 PM last edited by
Regarding Dashboard features - can we get pretty much everything that https://dashy.to/ is doing?
Really good reference
-
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.
wrote on Apr 30, 2024, 3:50 PM last edited by necrevistonnezr Apr 30, 2024, 3:50 PM@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….
-
wrote on Apr 30, 2024, 3:54 PM last edited by
Now just ban Firefox and you‘re all set
-
@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….
@necrevistonnezr yeah, the top 3 issues are backups, unbound and graphs. Hopefully, we fix it all in 8.0 and we can retire
-
Now just ban Firefox and you‘re all set
@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
-
Now just ban Firefox and you‘re all set
wrote on May 1, 2024, 3:51 AM last edited by@necrevistonnezr whats wrong with firefox ?
-
wrote on May 1, 2024, 6:11 AM last edited by necrevistonnezr May 1, 2024, 6:12 AM
@AartJansen
A few of the many examples of bug reports that turned out to be Firefox: https://forum.cloudron.io/post/74973 -
-
-
Now just ban Firefox and you‘re all set
wrote on May 18, 2024, 3:11 PM last edited by@necrevistonnezr
If they ban Firefox they have lost a customer. -
wrote on May 19, 2024, 10:34 AM last edited by
Oh, I guess the subtlety of the irony here was just too overwhelming
Also: I don't speak for the team, I'm just a customer.
-
@necrevistonnezr
If they ban Firefox they have lost a customer.@paradoxbound said in What's coming in 8.0:
@necrevistonnezr
If they ban Firefox they have lost a customer.Very unlikely we would do such a thing. I only use Firefox in fact. Issues with browsers are mainly due to privacy extensions not so much the browser itself. I guess Firefox users just happen to use more of those which makes it look like the browser has issues.
-
wrote on May 29, 2024, 9:59 AM last edited by
Hi,
I know developers rightfully hate nothing more than "are we there yet/when are you done" questions, but could you give a rough guess how far 8.0 is away currently?We will need to move two servers and while we still got a bit of time a rough guess would enable us to decide if it's worth installing the current version or wait for 8.0 and do a clean Ubuntu 24.04 LTS(which would make a few other things easier for us). We are totally happy to wait (it's done when it's done), but I would hate to install two new installations and then 8.0 comes out 3 days later.
-
-
H humptydumpty referenced this topic on Jun 27, 2024, 12:22 PM
-
wrote on Jun 28, 2024, 3:19 PM last edited by
-
@JOduMonT is there anything in the log file at
/home/yellowtent/platformdata/logs/box.log
which might hint at an error? Otherwise, maybe you can send us a mail to support@cloudron.io and enable remote SSH for us to debug this directly? -
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
wrote on Jun 30, 2024, 4:26 PM last edited by@girish said in What's coming in 8.0:
We are working on the following for 8.0
Support servers without AVX again.
I have 2 servers running 7.7.2. Will I be able to upgrade from this straight to 8.0?
-