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.6k 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.
  • ? A Former User

    @robi Just added that. Thing about this repo is hopefully making it more viable as an official app. One thing that I think would help is support for required environment variables when installing specific apps. Similar to how the ports are defined. That would let us specify the gitea URL and the OAuth info.

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

    @atridad Replying to your post in my feature request here to keep it in the drone thread. It might be able to make the runner work too?????
    https://docs.cloudron.io/packaging/addons/#docker

    M 1 Reply Last reply
    0
    • ? A Former User

      @atridad Replying to your post in my feature request here to keep it in the drone thread. It might be able to make the runner work too?????
      https://docs.cloudron.io/packaging/addons/#docker

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

      @atridad uh nice catch, that would be awesome!

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

        Is anyone aware of the licensing changes to Drone? There are some notes here - https://laszlo.cloud/drone-community-edition-what-is-included

        There is a fork of drone now called woodpecker ci. I opened a request for that here https://forum.cloudron.io/topic/7186/woodpecker-ci . From https://woodpecker-ci.org/faq#why-is-woodpecker-a-fork-of-drone-version-08, "The Drone CI license was changed after the 0.8 release from Apache 2 to a proprietary license. Woodpecker is based on this latest freely available version."

        fbartelsF M 2 Replies Last reply
        2
        • girishG girish

          Is anyone aware of the licensing changes to Drone? There are some notes here - https://laszlo.cloud/drone-community-edition-what-is-included

          There is a fork of drone now called woodpecker ci. I opened a request for that here https://forum.cloudron.io/topic/7186/woodpecker-ci . From https://woodpecker-ci.org/faq#why-is-woodpecker-a-fork-of-drone-version-08, "The Drone CI license was changed after the 0.8 release from Apache 2 to a proprietary license. Woodpecker is based on this latest freely available version."

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

          @girish yes, I've been following the woodpecker project also already for a while. it seems quite active. On the other hand I have not noticed any limitations in my usage of Drone so far. Also the "agent less single node" limitation is something I cannot confirm, multiple runners here without any problems.

          1 Reply Last reply
          3
          • girishG girish

            Is anyone aware of the licensing changes to Drone? There are some notes here - https://laszlo.cloud/drone-community-edition-what-is-included

            There is a fork of drone now called woodpecker ci. I opened a request for that here https://forum.cloudron.io/topic/7186/woodpecker-ci . From https://woodpecker-ci.org/faq#why-is-woodpecker-a-fork-of-drone-version-08, "The Drone CI license was changed after the 0.8 release from Apache 2 to a proprietary license. Woodpecker is based on this latest freely available version."

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

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

            girishG fbartelsF 2 Replies 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?

              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 Online
                        marcusquinnM Online
                        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 Online
                          marcusquinnM Online
                          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
                                          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