Hacker News new | ask | show | jobs
by tomburke 4474 days ago
I love the wall display tool. How does it gets its data? Is there an api?
1 comments

Right now it connects directly to the database although I think ultimately it should use some sort of API.

You provide the path to the database, as well as the repositories to monitor, as command line arguments:

drone-wall --repos="github.com/drone/drone,github.com/drone/drone-wall" --datasource="/var/lib/drone/drone.sqlite"