The Code for every "get JSON Post from $service and push notifications to IRC"-Bot is mostly the same and having multi of those bots run on your server is just cumbersome. Therefore the idea is to move the "gitlab" part into it's own module an expose under e.g. /gitlab.
This way we could have /gitlab, /prometheus or /github.
To handle all of this, we need a more complex config file, whereby we also can fix #20
The Code for every "get JSON Post from $service and push notifications to IRC"-Bot is mostly the same and having multi of those bots run on your server is just cumbersome. Therefore the idea is to move the "gitlab" part into it's own module an expose under e.g.
/gitlab
.This way we could have
/gitlab
,/prometheus
or/github
.To handle all of this, we need a more complex config file, whereby we also can fix #20