Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Announcements
  3. What's coming in 7.2

What's coming in 7.2

Scheduled Pinned Locked Moved Announcements
18 Posts 8 Posters 3.8k Views 8 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • girishG Offline
    girishG Offline
    girish
    Staff
    wrote on last edited by girish
    #1

    We will be deploying a sign up flow at cloudron.io soon. This requires a new release on the Cloudron side. So, not many features here.

    What’s coming in 7.2

    • Auto-provision license from cloudron.io. This will create another flow for users to get started with Cloudron - one can sign up at cloudron.io and just run a command listed there to be auto-provisioned with cloudron license. The current install flow will remain.
    • Give backups a name and control how they are preserved/cleaned up.
    • Rework the backup code to use async/await
    • support: add a separate system user named cloudron-support for remote access. With this one doesn't need to enable ssh access for root.
    • Unify the app data and volumes code/ui
    • Finish up async/await cleanup in backup code

    We also seem to have already accumulated some important fixes:

    • mail: hide log button for non-superadmins
    • firewall: do not add duplicate ldap redirect rules
    • ldap: respond to RootDSE
    • nginx: update to 1.20.0-1
    • Check if CNAME record exists and remove it if overwrite is set
    • cifs: use credentials file for better password support
    • installer: rework script to fix DNS resolution issues
    • backup cleaner: do not clean if not mounted
    • restore: fix sftp private key perms
    • sshfs: fix bug where sshfs mounts were generated without unbound dependancy
    ruihildtR 1 Reply Last reply
    12
    • girishG girish pinned this topic on
    • girishG girish

      We will be deploying a sign up flow at cloudron.io soon. This requires a new release on the Cloudron side. So, not many features here.

      What’s coming in 7.2

      • Auto-provision license from cloudron.io. This will create another flow for users to get started with Cloudron - one can sign up at cloudron.io and just run a command listed there to be auto-provisioned with cloudron license. The current install flow will remain.
      • Give backups a name and control how they are preserved/cleaned up.
      • Rework the backup code to use async/await
      • support: add a separate system user named cloudron-support for remote access. With this one doesn't need to enable ssh access for root.
      • Unify the app data and volumes code/ui
      • Finish up async/await cleanup in backup code

      We also seem to have already accumulated some important fixes:

      • mail: hide log button for non-superadmins
      • firewall: do not add duplicate ldap redirect rules
      • ldap: respond to RootDSE
      • nginx: update to 1.20.0-1
      • Check if CNAME record exists and remove it if overwrite is set
      • cifs: use credentials file for better password support
      • installer: rework script to fix DNS resolution issues
      • backup cleaner: do not clean if not mounted
      • restore: fix sftp private key perms
      • sshfs: fix bug where sshfs mounts were generated without unbound dependancy
      ruihildtR Offline
      ruihildtR Offline
      ruihildt
      wrote on last edited by
      #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?

      girishG 1 Reply Last reply
      4
      • ruihildtR ruihildt

        @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?

        girishG Offline
        girishG Offline
        girish
        Staff
        wrote on last edited by girish
        #3

        @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 to ssh -i <private_key> root@ip. With this change, the keys will be added into the cloudron-support user. So, in /home/cloudron-support/.ssh/authorized_keys. We will use ssh -i <private_key> cloudron-support@ip instead. The cloudron-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

        1 Reply Last reply
        7
        • girishG girish referenced this topic on
        • d19dotcaD Offline
          d19dotcaD Offline
          d19dotca
          wrote on last edited by
          #4

          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.

          --
          Dustin Dauncey
          www.d19.ca

          nebulonN 1 Reply Last reply
          0
          • d19dotcaD d19dotca

            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.

            nebulonN Offline
            nebulonN Offline
            nebulon
            Staff
            wrote on last edited by
            #5

            @d19dotca the async/await change mostly does not change performance. This is merely a change to use more modern Javascript features and overall improve code-readability. The previous "callback" style was already async as well.

            1 Reply Last reply
            2
            • girishG Offline
              girishG Offline
              girish
              Staff
              wrote on last edited by
              #6

              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.

              1 Reply Last reply
              4
              • infogulchI Offline
                infogulchI Offline
                infogulch
                wrote on last edited by
                #7

                This also includes the proxyAuth change that allows Firefly iii to authenticate again, correct?

                girishG 1 Reply Last reply
                2
                • infogulchI infogulch

                  This also includes the proxyAuth change that allows Firefly iii to authenticate again, correct?

                  girishG Offline
                  girishG Offline
                  girish
                  Staff
                  wrote on last edited by
                  #8

                  @infogulch yes! I already pushed out the Firefly-III update, in case you want to test that.

                  robiR 1 Reply Last reply
                  3
                  • nebulonN Offline
                    nebulonN Offline
                    nebulon
                    Staff
                    wrote on last edited by
                    #9

                    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:
                    Screenshot 2022-05-17 at 20-25-33 Cloudron.png Screenshot 2022-05-17 at 20-22-20 Cloudron.png

                    micmcM avatar1024A 2 Replies Last reply
                    15
                    • nebulonN nebulon

                      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:
                      Screenshot 2022-05-17 at 20-25-33 Cloudron.png Screenshot 2022-05-17 at 20-22-20 Cloudron.png

                      micmcM Offline
                      micmcM Offline
                      micmc
                      wrote on last edited by
                      #10

                      @nebulon AMAZING!

                      Ignorance is not an excuse anymore!
                      https://AutomateKit.com

                      1 Reply Last reply
                      0
                      • girishG girish

                        @infogulch yes! I already pushed out the Firefly-III update, in case you want to test that.

                        robiR Offline
                        robiR Offline
                        robi
                        wrote on last edited by
                        #11

                        Instead of My Apps that could say My Alps 😉

                        Conscious tech

                        nebulonN 1 Reply Last reply
                        4
                        • robiR robi

                          Instead of My Apps that could say My Alps 😉

                          nebulonN Offline
                          nebulonN Offline
                          nebulon
                          Staff
                          wrote on last edited by
                          #12

                          @robi hehe yeah just my test image. We probably won't ship with any background images as such 😄

                          1 Reply Last reply
                          3
                          • girishG Offline
                            girishG Offline
                            girish
                            Staff
                            wrote on last edited by girish
                            #13

                            @girish said in What's coming in 7.2:

                            Unify the app data and volumes code/ui

                            This didn't make it to the release since it requires a bit more refactoring.

                            But otherwise, we will start rolling out 7.2.1 this week.

                            1 Reply Last reply
                            1
                            • girishG girish unpinned this topic on
                            • nebulonN nebulon

                              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:
                              Screenshot 2022-05-17 at 20-25-33 Cloudron.png Screenshot 2022-05-17 at 20-22-20 Cloudron.png

                              avatar1024A Offline
                              avatar1024A Offline
                              avatar1024
                              wrote on last edited by
                              #14

                              @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.
                              contrast 7.2.2.gif

                              nebulonN 1 Reply Last reply
                              4
                              • avatar1024A avatar1024

                                @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.
                                contrast 7.2.2.gif

                                nebulonN Offline
                                nebulonN Offline
                                nebulon
                                Staff
                                wrote on last edited by
                                #15

                                @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.

                                micmcM 1 Reply Last reply
                                6
                                • nebulonN nebulon

                                  @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.

                                  micmcM Offline
                                  micmcM Offline
                                  micmc
                                  wrote on last edited by micmc
                                  #16

                                  @nebulon There's a glitch in the view of the scrolldown menu on mobile view which needs to be fixed.

                                  Check out the video here

                                  Ignorance is not an excuse anymore!
                                  https://AutomateKit.com

                                  nebulonN 1 Reply Last reply
                                  0
                                  • micmcM micmc

                                    @nebulon There's a glitch in the view of the scrolldown menu on mobile view which needs to be fixed.

                                    Check out the video here

                                    nebulonN Offline
                                    nebulonN Offline
                                    nebulon
                                    Staff
                                    wrote on last edited by
                                    #17

                                    @micmc thanks for the detailed video, unfortunately I can't reproduce this, possibly this got fixed as a sideeffect with latest changes for 7.3 already:

                                    1d4850d9-a396-4162-be64-4c0bd89a636e-image.png

                                    micmcM 1 Reply Last reply
                                    0
                                    • nebulonN nebulon

                                      @micmc thanks for the detailed video, unfortunately I can't reproduce this, possibly this got fixed as a sideeffect with latest changes for 7.3 already:

                                      1d4850d9-a396-4162-be64-4c0bd89a636e-image.png

                                      micmcM Offline
                                      micmcM Offline
                                      micmc
                                      wrote on last edited by
                                      #18

                                      @nebulon Possibly, so that's great then 🙂
                                      Thanks folk.

                                      Ignorance is not an excuse anymore!
                                      https://AutomateKit.com

                                      1 Reply Last reply
                                      0
                                      Reply
                                      • Reply as topic
                                      Log in to reply
                                      • Oldest to Newest
                                      • Newest to Oldest
                                      • Most Votes


                                      • Login

                                      • Don't have an account? Register

                                      • Login or register to search.
                                      • First post
                                        Last post
                                      0
                                      • Categories
                                      • Recent
                                      • Tags
                                      • Popular
                                      • Bookmarks
                                      • Search