.gitignore | ||
.gitlab-ci.yml | ||
config.example.js | ||
docker-entrypoint.sh | ||
Dockerfile | ||
index.js | ||
LICENSE | ||
package.json | ||
README.md | ||
run-docker.sh |
NOTICE
This project has been merged within meta-bot, from the same author. It will not be maintained anymore! It is highly recommended to migrate to meta-bot and use the gitlab-notifications and gitlab-helpers modules instead.
gitlab-to-irc
This is a simple Gitlab webhook that will transmit useful information to an IRC channel or person.
how-to
- Rename
config.example.js
toconfig.js
and change the values there. - run
node ./index.js
from anywhere. - fun and profit.
how-to (Docker)
- Rename
config.example.js
toconfig.js
and change the values there. - Modify the port mapping in
docker-run.sh
. ./run-docker.sh
- fun and profit.
but this doesn't implement what i want
Merge requests are accepted :-)