You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
.gitignore | 7 years ago | |
.gitlab-ci.yml | 7 years ago | |
Dockerfile | 7 years ago | |
LICENSE | 7 years ago | |
README.md | 5 years ago | |
config.example.js | 6 years ago | |
docker-entrypoint.sh | 7 years ago | |
index.js | 6 years ago | |
package.json | 6 years ago | |
run-docker.sh | 7 years ago |
README.md
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 :-)