34 lines
791 B
Markdown
34 lines
791 B
Markdown
NOTICE
|
|
======
|
|
|
|
This project has been merged within
|
|
[meta-bot](https://github.com/bnjbvr/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` 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 :-)
|