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


Navigation

    Cloudron Forum

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

    What's coming in 6.1

    Announcements
    12
    46
    1155
    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 H 2 Replies Last reply Reply Quote 11
      • 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
            • H
              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 7
                • 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 3
                  • P
                    p44 @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 @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
                        • Lonk
                          Lonk last edited by Lonk

                          @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 @Lonk 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 🙂

                                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
                                            • First post
                                              Last post