Skip to content

rics3n/drone-wall

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drone-wall

drone-wall is a wall display component for the Drone CI server

alt text

Build instructions

From your GOPATH:

    $ go get
    $ go build
    $ ./drone-wall --datasource=/var/lib/drone/drone.sqlite --repos=github.com/scottferg/Fergulator,github.com/scottferg/Dropbox-Go

Commandline options

--repos: Comma-delimited list of repositories. This is generally the Github or Bitbucket path. --team: Team slug for a team you want to watch. Setting this will override the repos setting. --datasource: Specifies the location of your drone.sqlite file --port: Port to listen on (i.e. --port=:8080)

Notes

Currently drone-wall relies on the SQLite database file used by Drone. Because of this it is likely necessary that you will need to run drone-wall on the same server as your Drone server. This will be changed soon once the Drone API is completed.

About

Dashboard for the Drone CI server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Go 39.5%
  • JavaScript 31.9%
  • CSS 28.6%