Go to file
Benjamin Bouvier e15e43e885 Add Dockerfile and instructions; 2016-08-28 15:04:05 +02:00
.gitignore Initial commit; 2016-06-23 21:36:35 +02:00
.gitlab-ci.yml You had one job! 2016-06-23 22:21:23 +02:00
Dockerfile Add Dockerfile and instructions; 2016-08-28 15:04:05 +02:00
LICENSE Readme and license; 2016-06-23 22:34:45 +02:00
README.md Add Dockerfile and instructions; 2016-08-28 15:04:05 +02:00
config.example.js Build a reports map; 2016-06-24 01:48:53 +02:00
index.js Make the bot less verbose; fixes #11 2016-08-16 15:24:28 +02:00
package.json Fixes #9: Shorten URLs with lstu; 2016-07-16 19:22:27 +02:00
run-docker.sh Add Dockerfile and instructions; 2016-08-28 15:04:05 +02:00

README.md

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 to config.js and change the values there.
  • run node ./index.js from anywhere.
  • fun and profit.

how-to (Docker)

  • Rename config.example.js to config.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 :-)