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. Feature Requests
  3. Support for Azure blobs storage & Azure DNS

Support for Azure blobs storage & Azure DNS

Scheduled Pinned Locked Moved Feature Requests
backupsazurestoragedns
18 Posts 7 Posters 2.8k Views 8 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.
    • mfcodeworksM Offline
      mfcodeworksM Offline
      mfcodeworks
      wrote on last edited by girish
      #1

      It would be useful to have Azure integration for blob storage and DNS.

      I've locally created an Azure blobs interface file that I can submit for review, I haven't got around to making a DNS interface file yet.

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

        @mfcodeworks You can create an issue and submit the file in the issue itself. https://git.cloudron.io/cloudron/box/-/issues . Thanks for your contribution! What API does Azure blobs use? cc @doodlemania2

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

          Forgot to mention, you have to sign our CLA as well since we preserve the author's history and ownership in the commit log - https://cla.cloudron.io/

          marioM 1 Reply Last reply
          0
          • girishG girish

            @mfcodeworks You can create an issue and submit the file in the issue itself. https://git.cloudron.io/cloudron/box/-/issues . Thanks for your contribution! What API does Azure blobs use? cc @doodlemania2

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

            @girish It's a different API from S3 to be sure, but isn't complex. Great work @mfcodeworks - that'd be huge for backups. Currently, I've got Minio running in Azure App Services where all my backups point.

            On the DNS side, I simple use a wildcard setup in Azure DNS, so no API interface needed, but if @mfcodeworks can create one for Azure DNS that can work against the API, that too would expand the options for DNS hosting.

            One additional note - for "live" storage, I'm currently testing NFS on Azure Storage preview to see if the IO performs well enough to make it the primary store, instead of really expensive 'disks.' Looking really good so far!

            1 Reply Last reply
            0
            • girishG girish

              Forgot to mention, you have to sign our CLA as well since we preserve the author's history and ownership in the commit log - https://cla.cloudron.io/

              marioM Offline
              marioM Offline
              mario
              App Dev
              wrote on last edited by
              #5

              @girish can you send the CLA to mario@socialmobile.com so I can pass it through our legal department?

              mehdiM 1 Reply Last reply
              0
              • marioM mario

                @girish can you send the CLA to mario@socialmobile.com so I can pass it through our legal department?

                mehdiM Offline
                mehdiM Offline
                mehdi
                App Dev
                wrote on last edited by
                #6

                @mario i believe the full text of the CLA is at the link girish gave : https://cla.cloudron.io/

                marioM 1 Reply Last reply
                2
                • mehdiM mehdi

                  @mario i believe the full text of the CLA is at the link girish gave : https://cla.cloudron.io/

                  marioM Offline
                  marioM Offline
                  mario
                  App Dev
                  wrote on last edited by
                  #7

                  @mehdi said in Support for Azure blobs storage & Azure DNS:

                  @mario i believe the full text of the CLA is at the link girish gave : https://cla.cloudron.io/

                  You're right, sorry - was super early.

                  1 Reply Last reply
                  0
                  • mfcodeworksM Offline
                    mfcodeworksM Offline
                    mfcodeworks
                    wrote on last edited by girish
                    #8

                    Hey guys, @girish I've signed the CLA, if I can get permission to fork I can push my code for review

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

                      @mfcodeworks thanks! You should be able to fork now.

                      1 Reply Last reply
                      0
                      • mfcodeworksM Offline
                        mfcodeworksM Offline
                        mfcodeworks
                        wrote on last edited by
                        #10

                        Thanks @nebulon, I've opened a merge request with the code for review 😄

                        1 Reply Last reply
                        0
                        • mfcodeworksM Offline
                          mfcodeworksM Offline
                          mfcodeworks
                          wrote on last edited by
                          #11

                          Hey guys, has anyone had a chance to check out the MR yet

                          1 Reply Last reply
                          2
                          • nebulonN Offline
                            nebulonN Offline
                            nebulon
                            Staff
                            wrote on last edited by
                            #12

                            Sorry that it took so long. I am looking at it now. Just trying to rebase that thing due to changes in master. I also have to setup some azure storage for testing first.

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

                              Ok, so it needs rebasing and merging due to package.json changes in current master. I did that locally unfortunately in your case you didn't seem to create a branch for the MR, so to update this now I would have to force push to your master branch in your box repo fork, which is protected (by default).

                              So I think the best might be if we close that merge request, then you would create a new branch and push that and then create a new merge request, which I can then update (unless of course you already rebased this)

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

                                @mfcodeworks also, which parts of the code were already tested against azure? Just to get an overview. You are probably already aware that we also have to add some bits to the dashboard code, but I can do that quickly once we know the backend code works.

                                1 Reply Last reply
                                0
                                • mfcodeworksM Offline
                                  mfcodeworksM Offline
                                  mfcodeworks
                                  wrote on last edited by
                                  #15

                                  @nebulon thanks for the response, I'll setup a new branch for a new MR and do some more thorough testing (Beyond the basic preliminary test) early next week to confirm all the code is working as expected

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

                                    @mfcodeworks You also have to patch this bit of code - https://git.cloudron.io/cloudron/box/-/blob/master/src/backups.js#L94 so that your provider gets picked up.

                                    1 Reply Last reply
                                    0
                                    • robiR Offline
                                      robiR Offline
                                      robi
                                      wrote on last edited by
                                      #17

                                      fronting Azure via Minio is also an option.

                                      Conscious tech

                                      1 Reply Last reply
                                      0
                                      • mfcodeworksM Offline
                                        mfcodeworksM Offline
                                        mfcodeworks
                                        wrote on last edited by
                                        #18

                                        Hey guys, sorry for the delay

                                        I've updated the fork and the providers function, if I get permission to create a new branch or you open one I can open an MR with the new branch and let you review

                                        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