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 6.0 (take 2)

What's coming in 6.0 (take 2)

Scheduled Pinned Locked Moved Announcements
142 Posts 22 Posters 70.3k 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 Do not disturb
    girishG Do not disturb
    girish
    Staff
    wrote on last edited by girish
    #117

    Another brief update:

    • We added auth wall functionality that apps without any notion of login can use
    • i18n is mostly done, just lots of testing before we let translators do their work. @nebulon can give some updates on how the language is selected etc.
    • We added httpPaths functionality so that @MooCloud_Matt can work on his OLS app. Also, see https://forum.cloudron.io/topic/3755/apache-ols-and-nginx-custom-benchmarks/5
    • Reworked a lot of the internal dns stuff, so that we can have apps as dns servers (ad blocker apps)
    • solr fts search was merged today.

    Looks like we are set for a release next week!

    doodlemania2D jdaviescoatesJ 2 Replies Last reply
    14
    • girishG girish

      Another brief update:

      • We added auth wall functionality that apps without any notion of login can use
      • i18n is mostly done, just lots of testing before we let translators do their work. @nebulon can give some updates on how the language is selected etc.
      • We added httpPaths functionality so that @MooCloud_Matt can work on his OLS app. Also, see https://forum.cloudron.io/topic/3755/apache-ols-and-nginx-custom-benchmarks/5
      • Reworked a lot of the internal dns stuff, so that we can have apps as dns servers (ad blocker apps)
      • solr fts search was merged today.

      Looks like we are set for a release next week!

      doodlemania2D Offline
      doodlemania2D Offline
      doodlemania2
      App Dev
      wrote on last edited by
      #118

      @girish Did the TURN server API auth stuff make it in for Nextcloud high performance backend'ness?

      nebulonN 1 Reply Last reply
      1
      • doodlemania2D doodlemania2

        @girish Did the TURN server API auth stuff make it in for Nextcloud high performance backend'ness?

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

        @doodlemania2 unfortunately not, in fact I forgot about it πŸ˜•

        I have put it now into milestone for 6.1 so this does not happen again. Sorry about that.

        1 Reply Last reply
        4
        • girishG girish

          Another brief update:

          • We added auth wall functionality that apps without any notion of login can use
          • i18n is mostly done, just lots of testing before we let translators do their work. @nebulon can give some updates on how the language is selected etc.
          • We added httpPaths functionality so that @MooCloud_Matt can work on his OLS app. Also, see https://forum.cloudron.io/topic/3755/apache-ols-and-nginx-custom-benchmarks/5
          • Reworked a lot of the internal dns stuff, so that we can have apps as dns servers (ad blocker apps)
          • solr fts search was merged today.

          Looks like we are set for a release next week!

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

          @girish said in What's coming in 6.0 (take 2):

          solr fts search was merged today.

          This is great... but I'm intrigued to how exactly we'll be able to take advantage of it e.g. to search email/ files?

          Will Cloudron Roundcube/ Rainloop/ Sogo, Nextcloud Mail somehow automagically take advantage of solr? or what?

          I guess the same applies to Nextcloud files too - will search files on there somehow benefit from the power of solr?

          Thanks!

          I use Cloudron with Gandi & Hetzner

          girishG 1 Reply Last reply
          0
          • jdaviescoatesJ jdaviescoates

            @girish said in What's coming in 6.0 (take 2):

            solr fts search was merged today.

            This is great... but I'm intrigued to how exactly we'll be able to take advantage of it e.g. to search email/ files?

            Will Cloudron Roundcube/ Rainloop/ Sogo, Nextcloud Mail somehow automagically take advantage of solr? or what?

            I guess the same applies to Nextcloud files too - will search files on there somehow benefit from the power of solr?

            Thanks!

            girishG Do not disturb
            girishG Do not disturb
            girish
            Staff
            wrote on last edited by
            #121

            @jdaviescoates said in What's coming in 6.0 (take 2):

            Will Cloudron Roundcube/ Rainloop/ Sogo, Nextcloud Mail somehow automagically take advantage of solr? or what?

            That's the idea, yes. To keep excitement in control, from my testing, the fts has real benefits only if you lots of email (like say 2GB and more). You also need a lot of RAM to run solr (like 3GB). The feature is turned off by default for this reason.

            I guess the same applies to Nextcloud files too - will search files on there somehow benefit from the power of solr?

            Unfortunately, no. I think there was this nextcloud app called nextant back in the day which used solr. That app was however deprecated and they moved to this fulltextsearch app. The fulltextsearch app can have multiple backends but afaik there is only an elastic search backend (someone has to write a solr backend).

            jdaviescoatesJ 2 Replies Last reply
            2
            • girishG girish

              @jdaviescoates said in What's coming in 6.0 (take 2):

              Will Cloudron Roundcube/ Rainloop/ Sogo, Nextcloud Mail somehow automagically take advantage of solr? or what?

              That's the idea, yes. To keep excitement in control, from my testing, the fts has real benefits only if you lots of email (like say 2GB and more). You also need a lot of RAM to run solr (like 3GB). The feature is turned off by default for this reason.

              I guess the same applies to Nextcloud files too - will search files on there somehow benefit from the power of solr?

              Unfortunately, no. I think there was this nextcloud app called nextant back in the day which used solr. That app was however deprecated and they moved to this fulltextsearch app. The fulltextsearch app can have multiple backends but afaik there is only an elastic search backend (someone has to write a solr backend).

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

              @girish said in What's coming in 6.0 (take 2):

              That's the idea, yes. To keep excitement in control, from my testing, the fts has real benefits only if you lots of email (like say 2GB and more). You also need a lot of RAM to run solr (like 3GB). The feature is turned off by default for this reason.

              OK, thanks.

              I guess part of what I'm asking is does having solr enabled some allow for using some Gmail-style search operators like from: to: in:sent has:attachment etc?

              I'm guessing perhaps not and that such things would need to be built in/ added to the webmail clients themselves? But I'm unclear πŸ™‚

              I use Cloudron with Gandi & Hetzner

              girishG 1 Reply Last reply
              0
              • jdaviescoatesJ jdaviescoates

                @girish said in What's coming in 6.0 (take 2):

                That's the idea, yes. To keep excitement in control, from my testing, the fts has real benefits only if you lots of email (like say 2GB and more). You also need a lot of RAM to run solr (like 3GB). The feature is turned off by default for this reason.

                OK, thanks.

                I guess part of what I'm asking is does having solr enabled some allow for using some Gmail-style search operators like from: to: in:sent has:attachment etc?

                I'm guessing perhaps not and that such things would need to be built in/ added to the webmail clients themselves? But I'm unclear πŸ™‚

                girishG Do not disturb
                girishG Do not disturb
                girish
                Staff
                wrote on last edited by
                #123

                @jdaviescoates said in What's coming in 6.0 (take 2):

                I'm guessing perhaps not and that such things would need to be built in/ added to the webmail clients themselves? But I'm unclear

                Right, those features like operators have to come from mail clients themselves. Note that solr is actually not adding anything new to what is already there. It's just making search faster internally by having an index.

                jdaviescoatesJ 1 Reply Last reply
                2
                • girishG girish

                  @jdaviescoates said in What's coming in 6.0 (take 2):

                  Will Cloudron Roundcube/ Rainloop/ Sogo, Nextcloud Mail somehow automagically take advantage of solr? or what?

                  That's the idea, yes. To keep excitement in control, from my testing, the fts has real benefits only if you lots of email (like say 2GB and more). You also need a lot of RAM to run solr (like 3GB). The feature is turned off by default for this reason.

                  I guess the same applies to Nextcloud files too - will search files on there somehow benefit from the power of solr?

                  Unfortunately, no. I think there was this nextcloud app called nextant back in the day which used solr. That app was however deprecated and they moved to this fulltextsearch app. The fulltextsearch app can have multiple backends but afaik there is only an elastic search backend (someone has to write a solr backend).

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

                  @girish said in What's coming in 6.0 (take 2):

                  Unfortunately, no. I think there was this nextcloud app called nextant back in the day which used solr. That app was however deprecated and they moved to this fulltextsearch app. The fulltextsearch app can have multiple backends but afaik there is only an elastic search backend (someone has to write a solr backend).

                  Looks like someone started to make one, but there hasn't been any updates since Jun 2019 πŸ˜•

                  https://github.com/rearden-logic-inc/fulltextsearch_solr

                  I use Cloudron with Gandi & Hetzner

                  1 Reply Last reply
                  0
                  • girishG girish

                    @jdaviescoates said in What's coming in 6.0 (take 2):

                    I'm guessing perhaps not and that such things would need to be built in/ added to the webmail clients themselves? But I'm unclear

                    Right, those features like operators have to come from mail clients themselves. Note that solr is actually not adding anything new to what is already there. It's just making search faster internally by having an index.

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

                    @girish said in What's coming in 6.0 (take 2):

                    Right, those features like operators have to come from mail clients themselves. Note that solr is actually not adding anything new to what is already there. It's just making search faster internally by having an index.

                    Thanks. I so wish there were better open webmail clients. Mailpile does most of what I want but development has seemingly largely stalled πŸ˜•

                    Roundcube at least has these:

                    from:
                    to:
                    cc:
                    bcc:
                    subject:
                    body:
                    

                    I use Cloudron with Gandi & Hetzner

                    marcusquinnM 1 Reply Last reply
                    0
                    • jdaviescoatesJ jdaviescoates

                      @girish said in What's coming in 6.0 (take 2):

                      Right, those features like operators have to come from mail clients themselves. Note that solr is actually not adding anything new to what is already there. It's just making search faster internally by having an index.

                      Thanks. I so wish there were better open webmail clients. Mailpile does most of what I want but development has seemingly largely stalled πŸ˜•

                      Roundcube at least has these:

                      from:
                      to:
                      cc:
                      bcc:
                      subject:
                      body:
                      
                      marcusquinnM Offline
                      marcusquinnM Offline
                      marcusquinn
                      wrote on last edited by
                      #126

                      @jdaviescoates πŸ‘ for Roundcube, the others didn't pass my short attention span for acceptable daily-drivers 😬

                      Web Design https://www.evergreen.je
                      Development https://brandlight.org
                      Life https://marcusquinn.com

                      marcusquinnM jdaviescoatesJ 2 Replies Last reply
                      2
                      • marcusquinnM marcusquinn

                        @jdaviescoates πŸ‘ for Roundcube, the others didn't pass my short attention span for acceptable daily-drivers 😬

                        marcusquinnM Offline
                        marcusquinnM Offline
                        marcusquinn
                        wrote on last edited by
                        #127

                        @marcusquinn Nothing to do with 6.0 but since webmail distracted, I think EspoCRM is worth a mention as a webmail client, which I'm intending to give a whirl soon. Don't know how performant the search will be in that but will share feedback as I do.

                        Web Design https://www.evergreen.je
                        Development https://brandlight.org
                        Life https://marcusquinn.com

                        1 Reply Last reply
                        1
                        • marcusquinnM marcusquinn

                          @jdaviescoates πŸ‘ for Roundcube, the others didn't pass my short attention span for acceptable daily-drivers 😬

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

                          @marcusquinn said in What's coming in 6.0 (take 2):

                          @jdaviescoates for Roundcube, the others didn't pass my short attention span for acceptable daily-drivers

                          It does seem the best of bad bunch (it's the second most popular after Mailpile on https://selfhosted.libhunt.com/categories/1665-webmail-clients ), but frustrating that e.g. it seemingly can't be used to set-up filters and so need to use Rainloop for that. The state of open source webmail really is bad 😞

                          I use Cloudron with Gandi & Hetzner

                          girishG 1 Reply Last reply
                          0
                          • jdaviescoatesJ jdaviescoates

                            @marcusquinn said in What's coming in 6.0 (take 2):

                            @jdaviescoates for Roundcube, the others didn't pass my short attention span for acceptable daily-drivers

                            It does seem the best of bad bunch (it's the second most popular after Mailpile on https://selfhosted.libhunt.com/categories/1665-webmail-clients ), but frustrating that e.g. it seemingly can't be used to set-up filters and so need to use Rainloop for that. The state of open source webmail really is bad 😞

                            girishG Do not disturb
                            girishG Do not disturb
                            girish
                            Staff
                            wrote on last edited by
                            #129

                            @jdaviescoates I think roundcube is the best of the lot. But also, the desktop and mobile clients are quite great though.

                            1 Reply Last reply
                            3
                            • ? Offline
                              ? Offline
                              A Former User
                              wrote on last edited by
                              #130

                              I use rainloop as I use nextcloud contacts and calendars and it made sense for my users to have their webmail in the same app. But also not have to deal with the absolute garbage that is Nextcloud Mail.

                              jdaviescoatesJ 1 Reply Last reply
                              2
                              • ? A Former User

                                I use rainloop as I use nextcloud contacts and calendars and it made sense for my users to have their webmail in the same app. But also not have to deal with the absolute garbage that is Nextcloud Mail.

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

                                @atrilahiji said in What's coming in 6.0 (take 2):

                                the absolute garbage that is Nextcloud Mail.

                                To be fair, it is pretty new and getting better. One day it might even be the best! (but not today).

                                I can't really remember properly, but I think it recently added a way to have multiple identities and to easily switch between them, something which is missing from some of the others (I forget which).

                                I use Cloudron with Gandi & Hetzner

                                ? 1 Reply Last reply
                                0
                                • jdaviescoatesJ jdaviescoates

                                  @atrilahiji said in What's coming in 6.0 (take 2):

                                  the absolute garbage that is Nextcloud Mail.

                                  To be fair, it is pretty new and getting better. One day it might even be the best! (but not today).

                                  I can't really remember properly, but I think it recently added a way to have multiple identities and to easily switch between them, something which is missing from some of the others (I forget which).

                                  ? Offline
                                  ? Offline
                                  A Former User
                                  wrote on last edited by
                                  #132

                                  @jdaviescoates True. One thing that was frustrating was 1) the lack of filters and 2) no way to integrate with cloudron mail like the Rainloop app in Nextcloud.

                                  Also there was a point where new emails just stopped coming through on there. Got mad and switched.

                                  jimcavoliJ 1 Reply Last reply
                                  2
                                  • ? A Former User

                                    @jdaviescoates True. One thing that was frustrating was 1) the lack of filters and 2) no way to integrate with cloudron mail like the Rainloop app in Nextcloud.

                                    Also there was a point where new emails just stopped coming through on there. Got mad and switched.

                                    jimcavoliJ Offline
                                    jimcavoliJ Offline
                                    jimcavoli
                                    App Dev
                                    wrote on last edited by
                                    #133

                                    @atrilahiji said in What's coming in 6.0 (take 2):

                                    1. no way to integrate with cloudron mail like the Rainloop app in Nextcloud.

                                    On that specific point, Nextcloud Mail does fine in my experience if the users have their cloudron email as their primary email, then you can do similar to the following (my.demo.com used in place of mail server name):
                                    CleanShot 2020-11-25 at 22.30.33.png

                                    So it can depend a lot on your setup, but I'll freely give you that no sieve support is incredibly frustrating, plus I constantly can't find features that I feel like should be there, and even when it's "working" the visual design is so weird to me that things still feel wrong. I mean, I'd give it like a 4/10 and "would not recommend to a friend" but for some users/clients...it's evidently good enough?

                                    The rolling average in my experience is definitely hot garbage, but sometimes it's acceptable garbage. πŸ˜†

                                    marcusquinnM 1 Reply Last reply
                                    3
                                    • girishG Do not disturb
                                      girishG Do not disturb
                                      girish
                                      Staff
                                      wrote on last edited by
                                      #134

                                      This release got delayed a bit because we have been trying to narrow down a crash in the LDAP code. We finally found it and have submitted a PR upstream - https://github.com/ldapjs/node-ldapjs/pull/686 . Now we can move forward πŸ™‚

                                      1 Reply Last reply
                                      8
                                      • jimcavoliJ jimcavoli

                                        @atrilahiji said in What's coming in 6.0 (take 2):

                                        1. no way to integrate with cloudron mail like the Rainloop app in Nextcloud.

                                        On that specific point, Nextcloud Mail does fine in my experience if the users have their cloudron email as their primary email, then you can do similar to the following (my.demo.com used in place of mail server name):
                                        CleanShot 2020-11-25 at 22.30.33.png

                                        So it can depend a lot on your setup, but I'll freely give you that no sieve support is incredibly frustrating, plus I constantly can't find features that I feel like should be there, and even when it's "working" the visual design is so weird to me that things still feel wrong. I mean, I'd give it like a 4/10 and "would not recommend to a friend" but for some users/clients...it's evidently good enough?

                                        The rolling average in my experience is definitely hot garbage, but sometimes it's acceptable garbage. πŸ˜†

                                        marcusquinnM Offline
                                        marcusquinnM Offline
                                        marcusquinn
                                        wrote on last edited by
                                        #135

                                        @jimcavoli Great tip!!

                                        @girish Worth making these Mail app settings default on all Nextcloud instances? My understanding is they wouldn't take effect unless "Apply and create/update for all users" was clicked, so should be safe for existing installs.

                                        Also, worth adding to the docs given it's a Sys Admin time-saver for onboarding the Mail app, albeit as mostly useful just inside Nextcloud usage.

                                        Web Design https://www.evergreen.je
                                        Development https://brandlight.org
                                        Life https://marcusquinn.com

                                        1 Reply Last reply
                                        3
                                        • ? Offline
                                          ? Offline
                                          A Former User
                                          wrote on last edited by
                                          #136

                                          Loving 6.0! One thing I’d like to suggest for a minor release is adding a start/stop and restart button along the top when looking at an apps settings. Like the new ones you added for logs and terminal. Also a file browser for the new volumes feature would be nice.

                                          Loving volumes!!! Honestly it’s a lifesaver. My fiancΓ© prefers Emby while I prefer jellyfin, and we use Emby on our smart TV while there’s no Jellyfin web OS app. Thanks @nebulon @girish

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