Hacker News new | ask | show | jobs
by bradrydzewski 4474 days 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"