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 6.1

    Announcements
    12
    46
    2507
    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

      Given holiday time and end of the year, not sure we are going to be all that productive 🙂 We have a bunch of apps which are already good to go, so we will get those out first before 6.1.

      6.1 is mostly implementing some low hanging fruit. Idea is to get it out end of this or first week of Jan, so not much is planned.

      • Token based login for the dashboard. This will allow service providers to have a clickable link using which one can auto-login to the Cloudron dashboard.
      • Add a way to secure the cloudron-setup with a token
      • Remember app update notification status across restarts
      • proxyAuth: add 2fa
      • Include alias in mailbox search
      • turn server: support REST API for auth credentials
      • Add well-known support in Domains view. This is essentially trying to automate the matrix well-known setup. It seems many people struggle with the SSH instructions.
      • Add netcup DNS provider
      • Domain aliases
      doodlemania2 humptydumpty 2 Replies Last reply Reply Quote 10
      • doodlemania2
        doodlemania2 App Dev @girish last edited by

        @girish woohooo!!! TURN server API!!!

        girish 1 Reply Last reply Reply Quote 3
        • girish
          girish Staff @doodlemania2 last edited by

          @doodlemania2 Right, sorry we forgot that for 6.0 🙂

          doodlemania2 1 Reply Last reply Reply Quote 2
          • doodlemania2
            doodlemania2 App Dev @girish last edited by

            @girish Been having too much fun with python anyways haha

            1 Reply Last reply Reply Quote 1
            • humptydumpty
              humptydumpty @girish last edited by

              @girish said in What's coming in 6.1:

              • Add well-known support in Domains view. This is essentially trying to automate the matrix well-known setup. It seems many people struggle with the SSH instructions.

              Guilty as charged!

              1 Reply Last reply Reply Quote 0
              • girish
                girish Staff last edited by

                An update on this. The following are already implemented:

                • Token based login for the dashboard. This will allow service providers to have a clickable link using which one can auto-login to the Cloudron dashboard. (cc @MooCloud_Matt )
                • cloudron-setup script now has a --generate-setup-token argument. With this the install/restore routes are protected with a token.
                  proxyAuth apps now support 2FA
                • App update notification status is also remembered across restarts.

                In progress:

                • Add well-known UI to domains view. The backend logic is already implemented.
                1 Reply Last reply Reply Quote 6
                • nebulon
                  nebulon Staff last edited by

                  With 6.1 coming out soon, it would be great to be able to include more languages. Currently we already received a lot of work done in Dutch and Chinese and we will include those for sure. Shout out to @imc67 and fengchang for that effort.

                  You can check the current state of translation at https://translate.cloudron.io/projects/cloudron/dashboard/

                  Please raise your hand if you want to contribute to one of them, we need your language skills 😄 For furthering inclusion of people, not fluent in English, I think we should ship with any language being more than 50% translated. Looks like Italian and Vietnamese are on its way already.

                  P 1 Reply Last reply Reply Quote 2
                  • P
                    p44 translator @nebulon last edited by

                    @nebulon said in What's coming in 6.1:

                    Please raise your hand if you want to contribute to one of them, we need your language skills

                    Does translation require login?

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

                      @p44 Yes currently we have disabled anonymous translation or suggestion and public registration to prevent spam. However if you want to contribute just send us a mail to support@cloudron.io with your intended username and the language you want to help out.

                      P 1 Reply Last reply Reply Quote 0
                      • P
                        p44 translator @nebulon last edited by

                        @nebulon That's why "Save" button was disabled. I'll send an email to support.

                        1 Reply Last reply Reply Quote 0
                        • Lonkle
                          Lonkle last edited by Lonkle

                          @girish said in What's coming in 6.1:

                          Include alias in mailbox search

                          Does this include domain aliases in an app setting's Location UI since I seem to remember these two features connecting in the Domain Alias thread?

                          girish 1 Reply Last reply Reply Quote 0
                          • girish
                            girish Staff @Lonkle last edited by

                            @lonk No, that task is just about searching for mailbox alias names when doing search in the mailbox UI.

                            1 Reply Last reply Reply Quote 1
                            • girish
                              girish Staff last edited by

                              Looks like this release is mostly done.

                              @doodlemania2 Which app required turn server REST API support? That's the main task not implemented.

                              jdaviescoates doodlemania2 2 Replies Last reply Reply Quote 0
                              • jdaviescoates
                                jdaviescoates @girish last edited by

                                @girish Nextcloud High Performance Backend https://forum.cloudron.io/post/18253 🙂

                                I use Cloudron with Gandi & Hetzner

                                1 Reply Last reply Reply Quote 0
                                • doodlemania2
                                  doodlemania2 App Dev @girish last edited by

                                  @girish It's been a bit since I peaked at it, but if I recall, there are three main components to the High Performance Backend and two of those components wanted a TURN API. Hopefully/maybe (hehe), I documented it.

                                  1 Reply Last reply Reply Quote 2
                                  • mehdi
                                    mehdi App Dev last edited by

                                    @girish quick question about :

                                    proxyAuth: add 2fa

                                    How's this gonna work with the basic-auth? Or is it just gonna be ignored for basic auth? (in this case, it does not really bring any additional security)

                                    girish 1 Reply Last reply Reply Quote 0
                                    • girish
                                      girish Staff @mehdi last edited by

                                      @mehdi Currently, it is ignored. Do you think we should maybe disable password validation with basic auth and make it only work with app passwords?

                                      mehdi 1 Reply Last reply Reply Quote 0
                                      • mehdi
                                        mehdi App Dev @girish last edited by

                                        @girish said in What's coming in 6.1:

                                        @mehdi Currently, it is ignored. Do you think we should maybe disable password validation with basic auth and make it only work with app passwords?

                                        That's an interesting idea. Another possible way would be to only allow BasicAuth if explicitely asked for in the Manifest. It would need a minor change for the apps that need it, but it's totally acceptable IMO. (both options are not exclusive :))

                                        girish 1 Reply Last reply Reply Quote 0
                                        • girish
                                          girish Staff @mehdi last edited by

                                          @mehdi I made an issue for this, so I can look into this for 6.2 - https://git.cloudron.io/cloudron/box/-/issues/765

                                          1 Reply Last reply Reply Quote 1
                                          • girish
                                            girish Staff last edited by

                                            Quick update on this: release is mostly done, just going through the CI tests.

                                            jimcavoli 1 Reply Last reply Reply Quote 2
                                            • jimcavoli
                                              jimcavoli App Dev @girish last edited by

                                              @girish Just to double-check, the proxyAuth changes also include the path-exclusion logic, right?

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

                                                @jimcavoli Yes, proxyAuth exclusion is implemented. I only implemented a simple approach with a ! pattern for now (not an array).

                                                1 Reply Last reply Reply Quote 2
                                                • d19dotca
                                                  d19dotca last edited by

                                                  Any ETA on 6.1, by any chance?

                                                  --
                                                  Dustin Dauncey
                                                  www.d19.ca

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

                                                    @d19dotca Should be out today.

                                                    P 1 Reply Last reply Reply Quote 6
                                                    • P
                                                      p44 translator @girish last edited by

                                                      @girish 👏 👏 👏

                                                      1 Reply Last reply Reply Quote 1
                                                      • girish
                                                        girish Staff last edited by

                                                        6.1 is out now. As always, we will roll out slowly since there are many changes. We are already aware of a small breakage that affected one server, so we will make a 6.1.1 soon till we find out any other issues. The breakage will manifest itself in the UI as "Waiting for platform to update" when installing an app or updating an app. If you hit this, let us know here, so we can know how common it is but most of the servers we control updated fine.

                                                        marcusquinn 1 Reply Last reply Reply Quote 9
                                                        • marcusquinn
                                                          marcusquinn @girish last edited by

                                                          @girish 🙌

                                                          We're not here for a long time - but we are here for a good time :)
                                                          Jersey/UK
                                                          Work & Ecommerce Advice: https://brandlight.org
                                                          Personal & Software Tips: https://marcusquinn.com

                                                          1 Reply Last reply Reply Quote 1
                                                          • girish
                                                            girish Staff last edited by

                                                            To minimize the risk, 6.1.1 is already out with the change.

                                                            marcusquinn 1 Reply Last reply Reply Quote 6
                                                            • marcusquinn
                                                              marcusquinn @girish last edited by

                                                              @girish All instances updated without a prob - but - no domain aliases?

                                                              We're not here for a long time - but we are here for a good time :)
                                                              Jersey/UK
                                                              Work & Ecommerce Advice: https://brandlight.org
                                                              Personal & Software Tips: https://marcusquinn.com

                                                              girish 1 Reply Last reply Reply Quote 0
                                                              • girish
                                                                girish Staff @marcusquinn last edited by

                                                                @marcusquinn It has to be enabled in the apps on case by case basis. I pushed out an update to surfer a few minutes back, if you want to see how the UI looks. EspoCRM update is coming up shortly. And WordPress afterwards.

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

                                                                  @girish Ahh, perfect. Yeah could do with soon as I kinda promised some people 🙂

                                                                  We're not here for a long time - but we are here for a good time :)
                                                                  Jersey/UK
                                                                  Work & Ecommerce Advice: https://brandlight.org
                                                                  Personal & Software Tips: https://marcusquinn.com

                                                                  girish 1 Reply Last reply Reply Quote 0
                                                                  • girish
                                                                    girish Staff @marcusquinn last edited by

                                                                    @marcusquinn Just fixing the tests, so should be out today (espocrm).

                                                                    marcusquinn 1 Reply Last reply Reply Quote 1
                                                                    • marcusquinn
                                                                      marcusquinn @girish last edited by

                                                                      @girish Just tested this for ya. Maybe a typo in there?

                                                                      6d72feaa-2afa-4bcf-bb95-9bfce0fce72a-image.png

                                                                      We're not here for a long time - but we are here for a good time :)
                                                                      Jersey/UK
                                                                      Work & Ecommerce Advice: https://brandlight.org
                                                                      Personal & Software Tips: https://marcusquinn.com

                                                                      girish nebulon 2 Replies Last reply Reply Quote 0
                                                                      • girish
                                                                        girish Staff @marcusquinn last edited by

                                                                        @marcusquinn can you refresh the browser? Looks like missing translations

                                                                        1 Reply Last reply Reply Quote 1
                                                                        • d19dotca
                                                                          d19dotca last edited by d19dotca

                                                                          Forgive me if I missed it in the forums, but I just updated to 6.1.1 and noticed in System Info page that it no longer shows how much disk space each app is consuming. Is this expected behaviour? I sort of liked how I could point to individual apps disk space usage. Of course when you run a ton it becomes a long list but maybe the apps could be collapsable instead of just gone? lol. Just my two cents anyways if the move to hide them was intentional.
                                                                          9d6776f8-8d90-4012-a5ab-0f6ee083e34e-image.png

                                                                          --
                                                                          Dustin Dauncey
                                                                          www.d19.ca

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

                                                                            @d19dotca that's not intentional, looks like a regression. It's not present in any of our Cloudrons either, so seems to be a general problem and not just specific to yours.

                                                                            edit: looks like the change to show volume usage broke something 😕

                                                                            1 Reply Last reply Reply Quote 3
                                                                            • nebulon
                                                                              nebulon Staff @marcusquinn last edited by

                                                                              @marcusquinn a refresh should fix this. Looks like for reliable updates without refresh we also have to version the language files to bust the browser cache on update.

                                                                              marcusquinn 1 Reply Last reply Reply Quote 1
                                                                              • marcusquinn
                                                                                marcusquinn @nebulon last edited by

                                                                                @nebulon I'm using WebCatalog (Electron) so it doesn't seem to do hard-refreshes. No worries, it's just cosmetic 🙂

                                                                                We're not here for a long time - but we are here for a good time :)
                                                                                Jersey/UK
                                                                                Work & Ecommerce Advice: https://brandlight.org
                                                                                Personal & Software Tips: https://marcusquinn.com

                                                                                1 Reply Last reply Reply Quote 0
                                                                                • marcusquinn
                                                                                  marcusquinn last edited by

                                                                                  Spotted in another area:

                                                                                  34bad2ad-758f-494f-852c-b124349b6c06-image.png

                                                                                  This is using WebCatalog (Electron) so I can't promise it's not an issue with that if no-one else is seeing the same with regular browsers. It's not happened before, so just logging as it's a bit odd. Not a high priority though as it's not stopping me working.

                                                                                  We're not here for a long time - but we are here for a good time :)
                                                                                  Jersey/UK
                                                                                  Work & Ecommerce Advice: https://brandlight.org
                                                                                  Personal & Software Tips: https://marcusquinn.com

                                                                                  P 2 Replies Last reply Reply Quote 1
                                                                                  • P
                                                                                    p44 translator @marcusquinn last edited by

                                                                                    @marcusquinn Me too I'm using WebCatalog and I did a CMD+R (Mac) to refresh, and all is fixed. Are you using English language? Maybe problem can be related to translation files?

                                                                                    In fact, in "Language", I see this:

                                                                                    Schermata 2021-01-28 alle 17.07.48.png

                                                                                    "Lang.nl" and "Lang.zh_Hans" seems to be strange.

                                                                                    girish 1 Reply Last reply Reply Quote 0
                                                                                    • P
                                                                                      p44 translator @marcusquinn last edited by

                                                                                      @marcusquinn This is my app bar:

                                                                                      Schermata 2021-01-28 alle 17.09.17.png

                                                                                      But when I do "CMD+R" all is fixed:

                                                                                      Schermata 2021-01-28 alle 17.09.32.png

                                                                                      1 Reply Last reply Reply Quote 0
                                                                                      • girish
                                                                                        girish Staff @p44 last edited by

                                                                                        @p44 Which browser? Safari?

                                                                                        P 1 Reply Last reply Reply Quote 1
                                                                                        • nebulon
                                                                                          nebulon Staff last edited by

                                                                                          This looks like the language files were simply not fetched...can you do a browser refresh with ctrl/cmd + shift + R ?

                                                                                          1 Reply Last reply Reply Quote 1
                                                                                          • P
                                                                                            p44 translator @girish last edited by

                                                                                            @girish Webcatalog (Electron Browser) @nebulon using safari seems to be all right:

                                                                                            Schermata 2021-01-28 alle 18.47.36.png

                                                                                            1 Reply Last reply Reply Quote 1
                                                                                            • girish
                                                                                              girish Staff last edited by girish

                                                                                              Released 6.1.2 yesterday. Fixes the following:

                                                                                              • App disk usage was not shown in graphs
                                                                                              • Email autoconfig
                                                                                              • Fix SOGo login
                                                                                              • Filemanager - copy/cut/paste and drag n drop. The UI has changed a bit.

                                                                                              We will start rolling out 6.1 slowly now that regressions have been fixed.

                                                                                              T 1 Reply Last reply Reply Quote 6
                                                                                              • T
                                                                                                thetomester13 App Dev @girish last edited by

                                                                                                @girish literally tried SOGo yesterday and wasn't able to login thinking it was weird... now I know! Will update and give it another whirl!

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