2016-06-23 20:34:06 +00:00
|
|
|
gitlab-to-irc
|
|
|
|
===
|
|
|
|
|
|
|
|
This is a simple Gitlab webhook that will transmit useful information to an IRC
|
|
|
|
channel or person.
|
|
|
|
|
|
|
|
how-to
|
|
|
|
===
|
|
|
|
|
2016-06-23 23:30:23 +00:00
|
|
|
- Rename `config.example.js` to `config.js` and change the values there.
|
|
|
|
- run `node ./index.js` from anywhere.
|
|
|
|
- fun and profit.
|
2016-06-23 20:34:06 +00:00
|
|
|
|
2016-08-28 13:04:05 +00:00
|
|
|
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.
|
|
|
|
|
2016-06-23 20:34:06 +00:00
|
|
|
but this doesn't implement what i want
|
|
|
|
===
|
|
|
|
|
|
|
|
Merge requests are accepted :-)
|