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. App Wishlist
  3. Drone

Drone

Scheduled Pinned Locked Moved App Wishlist
60 Posts 9 Posters 9.7k Views 9 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.
  • M msbt

    @girish oh nice, it seems the woodpecker agents come with single binary files, this could make it easier to set up, right?

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

    @msbt yes, quite nice that it has release binaries which IIRC drone didn't have.

    1 Reply Last reply
    1
    • M msbt

      @girish oh nice, it seems the woodpecker agents come with single binary files, this could make it easier to set up, right?

      fbartelsF Offline
      fbartelsF Offline
      fbartels
      App Dev
      wrote on last edited by
      #45

      @msbt said in Drone:

      this could make it easier to set up, right?

      In the end drone and woodpecker are meant to run workloads in containers. So it does not make much difference if the agent comes as a binary or a container that is configured to interact with the docker socket.

      M 1 Reply Last reply
      1
      • fbartelsF fbartels

        @msbt said in Drone:

        this could make it easier to set up, right?

        In the end drone and woodpecker are meant to run workloads in containers. So it does not make much difference if the agent comes as a binary or a container that is configured to interact with the docker socket.

        M Offline
        M Offline
        msbt
        App Dev
        wrote on last edited by
        #46

        @fbartels ah good point, thanks for the clarification! Do you think we can get it to work with the docker addon we have?

        fbartelsF 1 Reply Last reply
        0
        • M msbt

          @fbartels ah good point, thanks for the clarification! Do you think we can get it to work with the docker addon we have?

          fbartelsF Offline
          fbartelsF Offline
          fbartels
          App Dev
          wrote on last edited by
          #47

          @msbt yes, I would imagine that one could wrap the agent into a Cloudron app, but I honestly do not see that much of a value to it.

          Reasons:

          • the agent does not have a webinterface by default (but one can be enabled with https://docs.drone.io/runner/docker/configuration/reference/drone-ui-disable/)
          • the agent does not store anything, so needs no backups
          • needs manual configuration for address of drone server and shared secret anyways

          I just have a small docker-compose.yml on any system that I want to act as a runner (my laptop, desktop, ..., even on my cloudron instance).

          M 1 Reply Last reply
          0
          • fbartelsF fbartels

            @msbt yes, I would imagine that one could wrap the agent into a Cloudron app, but I honestly do not see that much of a value to it.

            Reasons:

            • the agent does not have a webinterface by default (but one can be enabled with https://docs.drone.io/runner/docker/configuration/reference/drone-ui-disable/)
            • the agent does not store anything, so needs no backups
            • needs manual configuration for address of drone server and shared secret anyways

            I just have a small docker-compose.yml on any system that I want to act as a runner (my laptop, desktop, ..., even on my cloudron instance).

            M Offline
            M Offline
            msbt
            App Dev
            wrote on last edited by
            #48

            @fbartels I get most of the reasons and I'm using it the same way you suggested, but I once crashed one of my Cloudrons because I installed a wrong docker-compose thing to launch the runners, which either updated or removed Docker, thus killing Cloudron. It was a quick fix to reinstall Docker, but would be nice to have the runners as an app so people don't have to tinker and install things outside the Cloudron ecosystem.

            Would be also easier to migrate and such, or launch/start additional runners on different Cloudrons with one click if more are needed without sshing into each box.

            1 Reply Last reply
            3
            • R random_eric referenced this topic on
            • marcusquinnM Offline
              marcusquinnM Offline
              marcusquinn
              wrote on last edited by
              #49

              @girish Any plans to add this to the App Store?

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

              1 Reply Last reply
              0
              • marcusquinnM Offline
                marcusquinnM Offline
                marcusquinn
                wrote on last edited by
                #50

                This is working very well for us, paired with Gitea. Highly recommend making this an official app store install.

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

                M girishG 2 Replies Last reply
                1
                • marcusquinnM marcusquinn

                  This is working very well for us, paired with Gitea. Highly recommend making this an official app store install.

                  M Offline
                  M Offline
                  msbt
                  App Dev
                  wrote on last edited by
                  #51

                  @marcusquinn same here, but the Drone runners are still not part of the equation, would be nice if they could work together with the docker addon to have it 100% "portable"

                  vladimir.dV 1 Reply Last reply
                  2
                  • marcusquinnM marcusquinn

                    This is working very well for us, paired with Gitea. Highly recommend making this an official app store install.

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

                    @marcusquinn Which package are you using ? Or are you running this outside Cloudron ?

                    1 Reply Last reply
                    1
                    • M msbt

                      @marcusquinn same here, but the Drone runners are still not part of the equation, would be nice if they could work together with the docker addon to have it 100% "portable"

                      vladimir.dV Offline
                      vladimir.dV Offline
                      vladimir.d
                      wrote on last edited by
                      #53

                      @girish said in Drone:

                      @marcusquinn Which package are you using ? Or are you running this outside Cloudron ?

                      We are running Docker runner and SSH runner as docker containers and Exec runner as a service on the Cloudron host, basically exactly as described in the Drone documentation.
                      https://docs.drone.io/runner/overview/

                      @msbt said in Drone:

                      @marcusquinn same here, but the Drone runners are still not part of the equation, would be nice if they could work together with the docker addon to have it 100% "portable"

                      Maybe we'll package runners as cloudron apps later that could build & deploy an app on Cloudron.

                      girishG 1 Reply Last reply
                      2
                      • vladimir.dV vladimir.d

                        @girish said in Drone:

                        @marcusquinn Which package are you using ? Or are you running this outside Cloudron ?

                        We are running Docker runner and SSH runner as docker containers and Exec runner as a service on the Cloudron host, basically exactly as described in the Drone documentation.
                        https://docs.drone.io/runner/overview/

                        @msbt said in Drone:

                        @marcusquinn same here, but the Drone runners are still not part of the equation, would be nice if they could work together with the docker addon to have it 100% "portable"

                        Maybe we'll package runners as cloudron apps later that could build & deploy an app on Cloudron.

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

                        @vladimir-d I meant the drone server. How are you running it - https://docs.drone.io/server/overview/ ? Is it a Cloudron package or something else?

                        M vladimir.dV 2 Replies Last reply
                        1
                        • girishG girish

                          @vladimir-d I meant the drone server. How are you running it - https://docs.drone.io/server/overview/ ? Is it a Cloudron package or something else?

                          M Offline
                          M Offline
                          msbt
                          App Dev
                          wrote on last edited by
                          #55

                          @girish our own @fbartels already created a nice package: https://github.com/fbartels/cloudron-drone-app which require a few manual steps, but is still good to go.

                          Back then I used a mashup of this one and the one atridad (?) created (which is no longer online it seems).

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

                            Ah, I didn't realize @fbartels opened it up for all.

                            1 Reply Last reply
                            1
                            • girishG girish

                              @vladimir-d I meant the drone server. How are you running it - https://docs.drone.io/server/overview/ ? Is it a Cloudron package or something else?

                              vladimir.dV Offline
                              vladimir.dV Offline
                              vladimir.d
                              wrote on last edited by
                              #57

                              @girish we are using drone app packaged by @fbartels.

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

                                We published Woodpecker now, which is a fork of Drone. If needed, we can also publish a Drone package later.

                                1 Reply Last reply
                                4
                                • fbartelsF Offline
                                  fbartelsF Offline
                                  fbartels
                                  App Dev
                                  wrote on last edited by fbartels
                                  #59

                                  Drone is transitioning away from a simple CI runner to a full platform incl. git repository hosting.

                                  https://github.com/harness/gitness#what-is-gitness-and-where-is-drone

                                  Seems a risky move with so many well established other market players (free and paid).

                                  Edit: they just had their first beta release.

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

                                    With vendor and pipeline agnosticism this will be useful to many.

                                    Might even be a good idea for the Cloudron team to consider using it internally since it supports so many languages well and builds faster.

                                    Conscious tech

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