[–] tomburke 12y ago ↗ I love the wall display tool. How does it gets its data? Is there an api? [–] bradrydzewski 12y ago ↗ 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"
[–] bradrydzewski 12y ago ↗ 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"
[–] wraithmonster 12y ago ↗ Very cool. I'm really glad to see the community get involved in this. I think the enterprise support is a big deal.
[–] cmer 12y ago ↗ Author has been extremely helpful and responsive with issues filed on GitHub. Definitely appreciated.
4 comments
[ 4.1 ms ] story [ 17.4 ms ] threadYou 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"