Go to file
Benjamin Bouvier 8f1a231779 Prefetch issue/MR title when mentioning them; 2017-06-28 11:29:29 +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 Enhance the Dockerfile entrypoint; 2016-09-04 19:41:33 +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 Add basic message spying on issue/mr ids; 2017-06-28 11:04:08 +02:00
docker-entrypoint.sh Enhance the Dockerfile entrypoint; 2016-09-04 19:41:33 +02:00
index.js Prefetch issue/MR title when mentioning them; 2017-06-28 11:29:29 +02:00
package.json Prefetch issue/MR title when mentioning them; 2017-06-28 11:29:29 +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 :-)