6 ms·
I love the wall display tool. How does it gets its data? Is there an api?
by tomburke 13y ago
I love the wall display tool. How does it gets its data? Is there an api?
- bradrydzewski 13y agoRight 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"