What's coming in 7.2
-
@ruihildt said in What's coming in 7.2:
@girish Regarding the Cloudron-support user, what would be the flow when asking for support? User is deactivated by default and enabled? Will it be password based or token?
The flow for the user remains the same - you just have to go to Support -> Enable Remote Access.
Internally, what this used to do was to add or remove our ssh key into
/root/.ssh/authorized_keys
. On our side, we used tossh -i <private_key> root@ip
. With this change, the keys will be added into thecloudron-support
user. So, in/home/cloudron-support/.ssh/authorized_keys
. We will usessh -i <private_key> cloudron-support@ip
instead. Thecloudron-support
user is also added in sudoers so that we can get root access once we SSH'ed in.No password based access, only based on ssh keys like before. So, sshd_config can have
PasswordAuthentication no
-
-
Newbie question here for backups… does the async/await make the performance improve significantly for backup times to backends like Wasabi or does it apply more to local backups to external block storage disks and stuff like that? Curious I guess of the real-world impact from that change. Fingers crossed for improved backup times.
-
7.2.0 is published for new installs. Highly recommend existing installation to not upgrade. Existing installations won't auto-upgrade (yet), so all you have to do is to not explicitly upgrade.
We made the release since we have to make a cloudron.io release as well to get the new sign up flow going.
-
We also have started to introduce the ability to add a personal background image now for some customization, which might give a more personal touch. I am currently working through some css styling related issues and likely after the first release of the feature, there will be some rougher edges depending on the user-selected background image (think of contrast and such), but we will iterate on that.
By default there will be no background image.
Just some preview images here:
-
-
@nebulon Hello, just updated to 7.2.2 today and on dark theme the new contrast on app hoover looks a bit off I think. Actually it feel like something in between 7.1 and 7.2 would be good, i.e: lighter than in 7.1 so it stands out more but darker than in 7.2 so it blends more with the background.
Also I think the square around the gear icon should remain with the same background as the rest of the app if not hoovered over (as it was the case in 7.1) since the gear itself stands out enough with it's white colour.
-
@avatar1024 thanks for the feedback. I've put in a few style changes to start supporting custom background images. Given how stylesheet changes cascade, I expect a few more glitches with the combination of light/dark mode and both with backgrounds. I will get this fixed for next release.