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

What's coming in 7.5

Scheduled Pinned Locked Moved Announcements
72 Posts 20 Posters 19.0k Views 24 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
    #1

    For 7.5, we just want to focus on fixing some long standing issues instead of adding new features. Also, Cloudron 7.4 added OIDC support, so we are also working on moving apps from LDAP to OIDC slowly (as long as the migration works seamlessly).

    These are fairly critical and we haven't paid attention to them in a while:

    • (mail) Virtual all directory in dovecot for search
    • (mail) Investigate why Spam learning/filtering sometimes does not work effectively.
    • (mail) SPF regression adding an extra header and leaking client IP.
    • Backup integrity - store size and checksum of backups. Also provide a way to "verify" backup integrity in the remote.
    • Backup/restore progress
    • SSHFS/CIFS import is not working - 1 and 2
    • Add optional flag for turn addon.
    • Add check to indicate that Cloudron 7.6 will not support servers without AVX. This is required for MongoDB 6.0
    • Upgrade Redis to 7 . This is required for Discourse
    • Improve app repair workflow
    girishG jdaviescoatesJ 7 Replies Last reply
    19
    • girishG Offline
      girishG Offline
      girish
      Staff
      wrote on last edited by
      #2

      Unfortunately, the wireguard/openvpn integration has to be done in 7.6 . It's a pretty big feature and it's unlikely to be done in 7.5 timeframe.

      1 Reply Last reply
      6
      • girishG girish pinned this topic on
      • nebulonN Offline
        nebulonN Offline
        nebulon
        Staff
        wrote on last edited by
        #3

        The Filemanager will also get replaced with a new UI, which will better work with large sets of files in one folder. Currently opening a folder with 100s of pictures breaks the filemanager.

        Screen Shot 2023-05-08 at 12.20.01.png

        1 Reply Last reply
        15
        • girishG Offline
          girishG Offline
          girish
          Staff
          wrote on last edited by girish
          #4

          We now have a history of past logs and not just the last one. You can click on the timestamp and it opens the corresponding logs. Also, the checkmark indicates success/failure/in-progress.

          image.png

          Change was made to all the tasks - backup cleanup, sync dns, cert renewal etc.

          1 Reply Last reply
          13
          • girishG girish

            For 7.5, we just want to focus on fixing some long standing issues instead of adding new features. Also, Cloudron 7.4 added OIDC support, so we are also working on moving apps from LDAP to OIDC slowly (as long as the migration works seamlessly).

            These are fairly critical and we haven't paid attention to them in a while:

            • (mail) Virtual all directory in dovecot for search
            • (mail) Investigate why Spam learning/filtering sometimes does not work effectively.
            • (mail) SPF regression adding an extra header and leaking client IP.
            • Backup integrity - store size and checksum of backups. Also provide a way to "verify" backup integrity in the remote.
            • Backup/restore progress
            • SSHFS/CIFS import is not working - 1 and 2
            • Add optional flag for turn addon.
            • Add check to indicate that Cloudron 7.6 will not support servers without AVX. This is required for MongoDB 6.0
            • Upgrade Redis to 7 . This is required for Discourse
            • Improve app repair workflow
            girishG Offline
            girishG Offline
            girish
            Staff
            wrote on last edited by
            #5

            @girish said in What's coming in 7.5:

            Upgrade Redis to 7 . This is required for Discourse

            Redis is upgraded now. Not sure what is a good screenshot here , but here goes.

            5a317a2d-d5fc-4529-9249-f8db6ca3aec4-image.png

            1 Reply Last reply
            6
            • potemkin_aiP Offline
              potemkin_aiP Offline
              potemkin_ai
              wrote on last edited by
              #6

              Thanks for everything, guys!
              I wonder - why migrating already working well apps from LDAP to OIDC? What are the benefits?

              1 Reply Last reply
              0
              • nebulonN Offline
                nebulonN Offline
                nebulon
                Staff
                wrote on last edited by
                #7

                I guess 3 main reasons for that:

                • LDAP hands over the password to the app first (!)
                • LDAP has no standardized 2fa integration
                • OIDC can actually provide single-sign-on
                potemkin_aiP 1 Reply Last reply
                6
                • nebulonN nebulon

                  I guess 3 main reasons for that:

                  • LDAP hands over the password to the app first (!)
                  • LDAP has no standardized 2fa integration
                  • OIDC can actually provide single-sign-on
                  potemkin_aiP Offline
                  potemkin_aiP Offline
                  potemkin_ai
                  wrote on last edited by
                  #8

                  @nebulon said in What's coming in 7.5:

                  I guess 3 main reasons for that:

                  • LDAP hands over the password to the app first (!)
                  • LDAP has no standardized 2fa integration
                  • OIDC can actually provide single-sign-on

                  Sure, makes sense. But what about 'don't touch if it work'? Or it's mostly due to first item - clear text password forward?

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

                    presumably this will be a long process to migrate apps anyways, but it's good to get going at some point and new apps can be directly integrated.

                    1 Reply Last reply
                    2
                    • potemkin_aiP potemkin_ai

                      @nebulon said in What's coming in 7.5:

                      I guess 3 main reasons for that:

                      • LDAP hands over the password to the app first (!)
                      • LDAP has no standardized 2fa integration
                      • OIDC can actually provide single-sign-on

                      Sure, makes sense. But what about 'don't touch if it work'? Or it's mostly due to first item - clear text password forward?

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

                      @potemkin_ai said in What's coming in 7.5:

                      Sure, makes sense. But what about 'don't touch if it work'? Or it's mostly due to first item - clear text password forward?

                      Also, the second point 2FA. OIDC also allows some really really nice "modern" looking authentication.

                      • For example, we can develop a mobile app which lets you login when you tap on your phone (without any password). Which LDAP can never do.
                      • OAuth/SSO has always been our "dream" . That's how we started and we removed it since apps were not ready for it. With OIDC (which is based off OAuth), we try this again. This time around the big difference is that upstream might be more willing to accept OIDC support/patches. We struggled with this during OAuth given the non-standard nature.
                      potemkin_aiP 1 Reply Last reply
                      6
                      • girishG girish referenced this topic on
                      • girishG girish

                        @potemkin_ai said in What's coming in 7.5:

                        Sure, makes sense. But what about 'don't touch if it work'? Or it's mostly due to first item - clear text password forward?

                        Also, the second point 2FA. OIDC also allows some really really nice "modern" looking authentication.

                        • For example, we can develop a mobile app which lets you login when you tap on your phone (without any password). Which LDAP can never do.
                        • OAuth/SSO has always been our "dream" . That's how we started and we removed it since apps were not ready for it. With OIDC (which is based off OAuth), we try this again. This time around the big difference is that upstream might be more willing to accept OIDC support/patches. We struggled with this during OAuth given the non-standard nature.
                        potemkin_aiP Offline
                        potemkin_aiP Offline
                        potemkin_ai
                        wrote on last edited by
                        #11

                        @girish @nebulon thanks for the details! As always, I wish you all things to come true and in the best way possible!

                        1 Reply Last reply
                        2
                        • girishG girish referenced this topic on
                        • J Offline
                          J Offline
                          jk
                          wrote on last edited by
                          #12

                          @girish, I noticed when using OIDC that on the authorize page there is no possibility to switch the user account. In other words: once logged in with a specific user, one is always logged in with that user, unless one manually figures out the logout endpoint for OIDC.

                          Would it be possible to add a logout or switch user button the the OIDC authorization page?

                          nebulonN 1 Reply Last reply
                          1
                          • girishG girish

                            For 7.5, we just want to focus on fixing some long standing issues instead of adding new features. Also, Cloudron 7.4 added OIDC support, so we are also working on moving apps from LDAP to OIDC slowly (as long as the migration works seamlessly).

                            These are fairly critical and we haven't paid attention to them in a while:

                            • (mail) Virtual all directory in dovecot for search
                            • (mail) Investigate why Spam learning/filtering sometimes does not work effectively.
                            • (mail) SPF regression adding an extra header and leaking client IP.
                            • Backup integrity - store size and checksum of backups. Also provide a way to "verify" backup integrity in the remote.
                            • Backup/restore progress
                            • SSHFS/CIFS import is not working - 1 and 2
                            • Add optional flag for turn addon.
                            • Add check to indicate that Cloudron 7.6 will not support servers without AVX. This is required for MongoDB 6.0
                            • Upgrade Redis to 7 . This is required for Discourse
                            • Improve app repair workflow
                            jdaviescoatesJ Offline
                            jdaviescoatesJ Offline
                            jdaviescoates
                            wrote on last edited by
                            #13

                            @girish said in What's coming in 7.5:

                            For 7.5, we just want to focus on fixing some long standing issues instead of adding new features. Also, Cloudron 7.4 added OIDC support, so we are also working on moving apps from LDAP to OIDC slowly (as long as the migration works seamlessly).

                            These are fairly critical and we haven't paid attention to them in a while:

                            • (mail) Virtual all directory in dovecot for search
                            • (mail) Investigate why Spam learning/filtering sometimes does not work effectively.
                            • (mail) SPF regression adding an extra header and leaking client IP.
                            • Backup integrity - store size and checksum of backups. Also provide a way to "verify" backup integrity in the remote.
                            • Backup/restore progress
                            • SSHFS/CIFS import is not working - 1 and 2
                            • Add optional flag for turn addon.
                            • Add check to indicate that Cloudron 7.6 will not support servers without AVX. This is required for MongoDB 6.0
                            • Upgrade Redis to 7 . This is required for Discourse
                            • Improve app repair workflow

                            This ALL sounds like great and important stuff, really looking forward to this release!

                            (and the bit about AVX also reminds me that I need to bite the bullet and start the process moving my existing primary Cloudron which is on a Netcup VPS that doesn'st have AVX, and all my other little Cloudrons too, for that matter, onto one big Hetzner Dedicated Server - after buying it and making sure it has a healthy IP before actually making the switch, so I don't suffer from an email blackout like happened last time I moved servers)

                            I use Cloudron with Gandi & Hetzner

                            potemkin_aiP avatar1024A 2 Replies Last reply
                            3
                            • M Offline
                              M Offline
                              michaelpope
                              wrote on last edited by michaelpope
                              #14

                              Just curious, do you know if it just basic AVX that will need to be supported for 7.6, or one of the more detailed AVXs (such as AVX512, or AVX2)? Edit Nvm, for anybody who asks, it's just regular AVX as far as I can tell.

                              Also, for everyone else, just so you know, you can check if your CPU supports it inside of /proc/cpuinfo in the flags section.

                              jdaviescoatesJ 1 Reply Last reply
                              0
                              • jdaviescoatesJ jdaviescoates

                                @girish said in What's coming in 7.5:

                                For 7.5, we just want to focus on fixing some long standing issues instead of adding new features. Also, Cloudron 7.4 added OIDC support, so we are also working on moving apps from LDAP to OIDC slowly (as long as the migration works seamlessly).

                                These are fairly critical and we haven't paid attention to them in a while:

                                • (mail) Virtual all directory in dovecot for search
                                • (mail) Investigate why Spam learning/filtering sometimes does not work effectively.
                                • (mail) SPF regression adding an extra header and leaking client IP.
                                • Backup integrity - store size and checksum of backups. Also provide a way to "verify" backup integrity in the remote.
                                • Backup/restore progress
                                • SSHFS/CIFS import is not working - 1 and 2
                                • Add optional flag for turn addon.
                                • Add check to indicate that Cloudron 7.6 will not support servers without AVX. This is required for MongoDB 6.0
                                • Upgrade Redis to 7 . This is required for Discourse
                                • Improve app repair workflow

                                This ALL sounds like great and important stuff, really looking forward to this release!

                                (and the bit about AVX also reminds me that I need to bite the bullet and start the process moving my existing primary Cloudron which is on a Netcup VPS that doesn'st have AVX, and all my other little Cloudrons too, for that matter, onto one big Hetzner Dedicated Server - after buying it and making sure it has a healthy IP before actually making the switch, so I don't suffer from an email blackout like happened last time I moved servers)

                                potemkin_aiP Offline
                                potemkin_aiP Offline
                                potemkin_ai
                                wrote on last edited by
                                #15

                                @jdaviescoates how do you check if IP is good for e-mails, before attaching a working Cloudron to it?

                                1 Reply Last reply
                                0
                                • girishG Offline
                                  girishG Offline
                                  girish
                                  Staff
                                  wrote on last edited by
                                  #16

                                  @potemkin_ai maybe these:

                                  • https://whatismyipaddress.com/blacklist-check
                                  • https://mxtoolbox.com/blacklists.aspx
                                  • https://dnschecker.org/ip-blacklist-checker.php
                                  potemkin_aiP 1 Reply Last reply
                                  6
                                  • jdaviescoatesJ jdaviescoates

                                    @girish said in What's coming in 7.5:

                                    For 7.5, we just want to focus on fixing some long standing issues instead of adding new features. Also, Cloudron 7.4 added OIDC support, so we are also working on moving apps from LDAP to OIDC slowly (as long as the migration works seamlessly).

                                    These are fairly critical and we haven't paid attention to them in a while:

                                    • (mail) Virtual all directory in dovecot for search
                                    • (mail) Investigate why Spam learning/filtering sometimes does not work effectively.
                                    • (mail) SPF regression adding an extra header and leaking client IP.
                                    • Backup integrity - store size and checksum of backups. Also provide a way to "verify" backup integrity in the remote.
                                    • Backup/restore progress
                                    • SSHFS/CIFS import is not working - 1 and 2
                                    • Add optional flag for turn addon.
                                    • Add check to indicate that Cloudron 7.6 will not support servers without AVX. This is required for MongoDB 6.0
                                    • Upgrade Redis to 7 . This is required for Discourse
                                    • Improve app repair workflow

                                    This ALL sounds like great and important stuff, really looking forward to this release!

                                    (and the bit about AVX also reminds me that I need to bite the bullet and start the process moving my existing primary Cloudron which is on a Netcup VPS that doesn'st have AVX, and all my other little Cloudrons too, for that matter, onto one big Hetzner Dedicated Server - after buying it and making sure it has a healthy IP before actually making the switch, so I don't suffer from an email blackout like happened last time I moved servers)

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

                                    @jdaviescoates Where did you see Netcup does not support AVX?

                                    1 Reply Last reply
                                    0
                                    • J jk

                                      @girish, I noticed when using OIDC that on the authorize page there is no possibility to switch the user account. In other words: once logged in with a specific user, one is always logged in with that user, unless one manually figures out the logout endpoint for OIDC.

                                      Would it be possible to add a logout or switch user button the the OIDC authorization page?

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

                                      @jk yes this was mentioned a few times now and will be added with the change to use oidc also for the main dashboard login

                                      J 1 Reply Last reply
                                      0
                                      • nebulonN nebulon

                                        @jk yes this was mentioned a few times now and will be added with the change to use oidc also for the main dashboard login

                                        J Offline
                                        J Offline
                                        jk
                                        wrote on last edited by
                                        #19

                                        @nebulon said in What's coming in 7.5:

                                        yes this was mentioned a few times now (...)

                                        I must have missed that then. I'm glad you're aware and are changing this.

                                        girishG 1 Reply Last reply
                                        0
                                        • J jk

                                          @nebulon said in What's coming in 7.5:

                                          yes this was mentioned a few times now (...)

                                          I must have missed that then. I'm glad you're aware and are changing this.

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

                                          @jk probably in our internal discussions 😉 (by @luckow )

                                          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