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 20.5k 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.
  • 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
                                • nebulonN Offline
                                  nebulonN Offline
                                  nebulon
                                  Staff
                                  wrote on last edited by
                                  #21

                                  probably not on the forum but in-person by @luckow for sure

                                  1 Reply Last reply
                                  0
                                  • girishG girish

                                    @potemkin_ai maybe these:

                                    • https://whatismyipaddress.com/blacklist-check
                                    • https://mxtoolbox.com/blacklists.aspx
                                    • https://dnschecker.org/ip-blacklist-checker.php
                                    potemkin_aiP Offline
                                    potemkin_aiP Offline
                                    potemkin_ai
                                    wrote on last edited by
                                    #22

                                    @girish thank you!

                                    1 Reply Last reply
                                    0
                                    • M michaelpope

                                      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 Offline
                                      jdaviescoatesJ Offline
                                      jdaviescoates
                                      wrote on last edited by jdaviescoates
                                      #23

                                      @michaelpope said in What's coming in 7.5:

                                      it's just regular AVX as far as I can tell.

                                      Actually from memory I thinks it AVX2 which the issue as (I think) MongoDB now requires it

                                      Edit: nope, my memory failed me, it is just regular AVX support that's required, it's just that those that do seem to mostly all support AVX2

                                      See this thread https://forum.cloudron.io/post/62899

                                      @avatar1024 said in What's coming in 7.5:

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

                                      Some of their servers do, but not all of them support AVX2. Mine doesn't. See the thread linked above for more info.

                                      I use Cloudron with Gandi & Hetzner

                                      avatar1024A 1 Reply Last reply
                                      2
                                      • jdaviescoatesJ jdaviescoates

                                        @michaelpope said in What's coming in 7.5:

                                        it's just regular AVX as far as I can tell.

                                        Actually from memory I thinks it AVX2 which the issue as (I think) MongoDB now requires it

                                        Edit: nope, my memory failed me, it is just regular AVX support that's required, it's just that those that do seem to mostly all support AVX2

                                        See this thread https://forum.cloudron.io/post/62899

                                        @avatar1024 said in What's coming in 7.5:

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

                                        Some of their servers do, but not all of them support AVX2. Mine doesn't. See the thread linked above for more info.

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

                                        @jdaviescoates I see thanks. I'm using Netcup RS and not VPS so I'm not affected but it's good to know! I wonder if it could be worth emailing them to ask if they can enable the AVX flag (if the CPU gen they use for they VPS support it of course).

                                        jdaviescoatesJ 1 Reply Last reply
                                        1
                                        • avatar1024A avatar1024

                                          @jdaviescoates I see thanks. I'm using Netcup RS and not VPS so I'm not affected but it's good to know! I wonder if it could be worth emailing them to ask if they can enable the AVX flag (if the CPU gen they use for they VPS support it of course).

                                          jdaviescoatesJ Offline
                                          jdaviescoatesJ Offline
                                          jdaviescoates
                                          wrote on last edited by
                                          #25

                                          @avatar1024 said in What's coming in 7.5:

                                          I wonder if it could be worth emailing them to ask if they can enable the AVX flag (if the CPU gen they use for they VPS support it of course).

                                          Can't hurt, I'll try that and see what happens ...

                                          I use Cloudron with Gandi & Hetzner

                                          1 Reply Last reply
                                          1
                                          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