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


    Cloudron Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    What's coming in 7.2

    Announcements
    5
    8
    525
    Loading More Posts
    • 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.
    • girish
      girish Staff last edited by 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

      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
      ruihildt 1 Reply Last reply Reply Quote 12
      • Pinned by  girish girish 
      • ruihildt
        ruihildt @girish last edited by

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

        girish 1 Reply Last reply Reply Quote 4
        • girish
          girish Staff @ruihildt last edited by girish

          @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 Reply Quote 7
          • Referenced by  girish girish 
          • d19dotca
            d19dotca last edited by

            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

            nebulon 1 Reply Last reply Reply Quote 0
            • nebulon
              nebulon Staff @d19dotca last edited by

              @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 Reply Quote 1
              • girish
                girish Staff last edited by

                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 Reply Quote 4
                • infogulch
                  infogulch last edited by

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

                  girish 1 Reply Last reply Reply Quote 2
                  • girish
                    girish Staff @infogulch last edited by

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

                    1 Reply Last reply Reply Quote 3
                    • First post
                      Last post
                    Powered by NodeBB