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 69.9k 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.
  • nebulonN nebulon

    For 1 and 2: Those volumes will be mounted into the apps based on /media/<volumename> and thus one volume associated with apps will always have the same mountpoint within the apps.

    For 3: Initially those won't be backed up at all, but we will likely add optional backup per volume as well. The user has to be aware of the fact that volumes are not part of the app backups as such!

    necrevistonnezrN Offline
    necrevistonnezrN Offline
    necrevistonnezr
    wrote on last edited by
    #41

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

    For 1 and 2: Those volumes will be mounted into the apps based on /media/<volumename> and thus one volume associated with apps will always have the same mountpoint within the apps.

    For 3: Initially those won't be backed up at all, but we will likely add optional backup per volume as well. The user has to be aware of the fact that volumes are not part of the app backups as such!

    That’s the difference to storage mounted in „Resources“ - this will get backed up, correct?

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

      The volumes are setup outside of the apps first and are essentially independent. Once you've created a volume you can then mount that into an app via the Storage section in the app configuration. Even if mounted though, it will not be part of the app backup, since the main reason for volumes is to be mounted into multiple apps. For that we have to first figure out how to manage those with regards to backups.

      d19dotcaD necrevistonnezrN 2 Replies Last reply
      1
      • nebulonN nebulon

        The volumes are setup outside of the apps first and are essentially independent. Once you've created a volume you can then mount that into an app via the Storage section in the app configuration. Even if mounted though, it will not be part of the app backup, since the main reason for volumes is to be mounted into multiple apps. For that we have to first figure out how to manage those with regards to backups.

        d19dotcaD Offline
        d19dotcaD Offline
        d19dotca
        wrote on last edited by d19dotca
        #43

        @nebulon That makes sense. I’m of the opinion that optional block storage should effectively be backed up at the host level not the application level. In other words, taking a snapshot or something like that which many providers allow even volumes / block storage to be snapshotted. Much like how we need to snapshot our actual VPS on occasion too for a backup strategy of the entire server.

        --
        Dustin Dauncey
        www.d19.ca

        1 Reply Last reply
        0
        • nebulonN nebulon

          The volumes are setup outside of the apps first and are essentially independent. Once you've created a volume you can then mount that into an app via the Storage section in the app configuration. Even if mounted though, it will not be part of the app backup, since the main reason for volumes is to be mounted into multiple apps. For that we have to first figure out how to manage those with regards to backups.

          necrevistonnezrN Offline
          necrevistonnezrN Offline
          necrevistonnezr
          wrote on last edited by
          #44

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

          The volumes are setup outside of the apps first and are essentially independent. Once you've created a volume you can then mount that into an app via the Storage section in the app configuration. Even if mounted though, it will not be part of the app backup, since the main reason for volumes is to be mounted into multiple apps. For that we have to first figure out how to manage those with regards to backups.

          No, I mean external volumes that you can currently already move the data dir to under „Resources“ in the app settings - this gets backed up, correct?

          (FCDC6438-A854-4900-9C07-3D88E6DADC69.jpeg

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

            We haven't decided on the naming yet, but maybe Volumes can be instead renamed to External Media or something, if it clarifies things. Open to other suggestions as well.

            ei8fdbE 1 Reply Last reply
            1
            • MooCloud_MattM MooCloud_Matt

              @robi
              s3 filesystem are not so mature, i read a lot on them because use s3 with dovecot in our mail server and the performance are terrible in u use s3 as FS, 20/40 ms depending on where you host the s3 server.

              The optimal solution is to use plugin or software that integrate s3 in to the App/script that you want to use.

              robiR Offline
              robiR Offline
              robi
              wrote on last edited by
              #46

              @MooCloud_Matt this is only true if you use dumb S3 connectors that treat it like a filesystem instead of an object store.

              It's a very different experience when things are treated properly as objects.

              Conscious tech

              1 Reply Last reply
              0
              • I Offline
                I Offline
                iqweb
                wrote on last edited by
                #47

                Re: Volumes - I think this will create a solution for something that I have been trying to resolve - i.e. Nextcloud app backups WITHOUT the data!

                I want to be able to back up the app via Cloudron natively - but backup the data via borg/restic/kopia or the like. This looks like it could resolve this issue if the data was an attached volume. Very much looking forward to this feature if it's like that.

                girishG 1 Reply Last reply
                0
                • I iqweb

                  Re: Volumes - I think this will create a solution for something that I have been trying to resolve - i.e. Nextcloud app backups WITHOUT the data!

                  I want to be able to back up the app via Cloudron natively - but backup the data via borg/restic/kopia or the like. This looks like it could resolve this issue if the data was an attached volume. Very much looking forward to this feature if it's like that.

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

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

                  Re: Volumes - I think this will create a solution for something that I have been trying to resolve - i.e. Nextcloud app backups WITHOUT the data!

                  Yes, I think this will solve that use case. You mount a volume into nextcloud and configure nextcloud to use it as external storage.

                  imc67I 1 Reply Last reply
                  0
                  • girishG girish

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

                    Re: Volumes - I think this will create a solution for something that I have been trying to resolve - i.e. Nextcloud app backups WITHOUT the data!

                    Yes, I think this will solve that use case. You mount a volume into nextcloud and configure nextcloud to use it as external storage.

                    imc67I Offline
                    imc67I Offline
                    imc67
                    translator
                    wrote on last edited by
                    #49

                    @girish can you also mount an ‘on server’ folder like that?

                    girishG 1 Reply Last reply
                    0
                    • imc67I imc67

                      @girish can you also mount an ‘on server’ folder like that?

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

                      @imc67 Yes. Currently, the main restriction is that you can only add host paths under /mnt and /media as a volume. So, you can create some NFS mount or SSHFS mount there and then add it as a volume and then mount it into an app.

                      imc67I 1 Reply Last reply
                      0
                      • ruihildtR ruihildt

                        @girish This is great news. They are doing what I would have liked to do. 🙂

                        As an aside, they are advertising Cloudron as free software, which is not correct at the moment.

                        scookeS Offline
                        scookeS Offline
                        scooke
                        wrote on last edited by
                        #51

                        @ruihildt There is a free tier, and if the "5 Mailboxes" means there is some functional email, then that is not bad.

                        A life lived in fear is a life half-lived

                        ruihildtR 1 Reply Last reply
                        0
                        • scookeS scooke

                          @ruihildt There is a free tier, and if the "5 Mailboxes" means there is some functional email, then that is not bad.

                          ruihildtR Offline
                          ruihildtR Offline
                          ruihildt
                          wrote on last edited by
                          #52

                          @scooke I'm not sure what you're replying to?

                          scookeS 1 Reply Last reply
                          1
                          • girishG girish

                            With volumes, you can always use different players with the same media 🙂 It seems each players has different strengths, but I have to use them a lot more to form an opinion.

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

                            @girish can't wait to have volumes to play with! 😛 what's your guestimate ETA?

                            I use Cloudron with Gandi & Hetzner

                            girishG 1 Reply Last reply
                            0
                            • jdaviescoatesJ jdaviescoates

                              @girish can't wait to have volumes to play with! 😛 what's your guestimate ETA?

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

                              @jdaviescoates Cloudron 6 is ~2-3 weeks away. The translation project is quite a massive change, so maybe I am being overlay optimistic here.

                              jdaviescoatesJ mehdiM 2 Replies Last reply
                              5
                              • girishG girish

                                @jdaviescoates Cloudron 6 is ~2-3 weeks away. The translation project is quite a massive change, so maybe I am being overlay optimistic here.

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

                                @girish all power to your elbow! (i.e. good luck!) 🙂

                                I use Cloudron with Gandi & Hetzner

                                1 Reply Last reply
                                0
                                • ruihildtR ruihildt

                                  @scooke I'm not sure what you're replying to?

                                  scookeS Offline
                                  scookeS Offline
                                  scooke
                                  wrote on last edited by
                                  #56

                                  @ruihildt Your comment from 26 days ago, "As an aside, they are advertising Cloudron as free software, which is not correct at the moment." I came across it as I read through the entire thread.

                                  A life lived in fear is a life half-lived

                                  jdaviescoatesJ 1 Reply Last reply
                                  0
                                  • scookeS scooke

                                    @ruihildt Your comment from 26 days ago, "As an aside, they are advertising Cloudron as free software, which is not correct at the moment." I came across it as I read through the entire thread.

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

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

                                    @ruihildt Your comment from 26 days ago, "As an aside, they are advertising Cloudron as free software, which is not correct at the moment." I came across it as I read through the entire thread.

                                    I think you've missed the point 😄

                                    @ruihildt was talking about free as in freedom (which is how that project advertises Cloudron), not free as in price.

                                    I use Cloudron with Gandi & Hetzner

                                    scookeS 1 Reply Last reply
                                    0
                                    • jdaviescoatesJ jdaviescoates

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

                                      @ruihildt Your comment from 26 days ago, "As an aside, they are advertising Cloudron as free software, which is not correct at the moment." I came across it as I read through the entire thread.

                                      I think you've missed the point 😄

                                      @ruihildt was talking about free as in freedom (which is how that project advertises Cloudron), not free as in price.

                                      scookeS Offline
                                      scookeS Offline
                                      scooke
                                      wrote on last edited by scooke
                                      #58

                                      @jdaviescoates I figured so. But I wonder why @ruihildt bothered to point out what he did. The few lines I found on the website aren't actually advertising Cloudron as %100 open source, but rather that the code they use is open source. I'd be more bothered by their approach, like Framasoft, where if the user has no idea about the existence of Cloudron, in this case, the company's description of what they do (https://osinum.fr/) makes it sound like it is and has been all their own doing. Much of what they promise to do is based on whether Cloudron, or all the other myriad open source projects in use, has or will implement it, but they don't clearly specify that. If I found them, and started using them, and THEN discovered they actually use Cloudron, I'd be a little miffed, and would just switch over to Cloudron.
                                      Anyway, I have no clue what "being sponsored by Medias-Cite" means, but if the Cloudron team are fine with it, and this "sponsoring" helps move Cloudron forward, great.

                                      (A bit more reading shows that they, osinum.fr, are charging a minimum 150 EURO/month!!! I guess they are paying Cloudron for the Premium Plus plan. They offer, for almost triple the price of Cloudron's pricing,
                                      1 domain name (.fr, .com, .org, .net)
                                      Accommodation in France
                                      Shared server
                                      100 GB
                                      5 applications
                                      50 users
                                      Management of user groups
                                      Daily backups
                                      Surveillance / Monitoring / Security
                                      Email support

                                      Maybe I should get into offering cloudron!!

                                      A life lived in fear is a life half-lived

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

                                        hey guys, let's stick to Cloudron 6 related discussion here 🙂 Feel free to open new thread for other topics.

                                        jdaviescoatesJ 1 Reply Last reply
                                        3
                                        • girishG girish

                                          hey guys, let's stick to Cloudron 6 related discussion here 🙂 Feel free to open new thread for other topics.

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

                                          @girish fair enough 🙂

                                          Just to quickly say (sorry) to @scooke re:

                                          the user has no idea about the existence of Cloudron

                                          I'm not sure where you are looking but on https://osinum.fr/ there is this:

                                          cloudron_open_source.png

                                          Which translates as:

                                          "The core of OSINUM is the Cloudron software and its team of developers."

                                          So 1) they seem quite clear about being based on Cloudron, and 2) they've actually changed what it used to say which @ruihildt was commenting on.

                                          Previously it said: "The core of OSINUM is the open source software Cloudron and its team of developers."

                                          Edit: see my screenshot here https://twitter.com/jdaviescoates/status/1314243996441620480

                                          /end.

                                          I use Cloudron with Gandi & Hetzner

                                          scookeS 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