文件名称:gitlab-webhook-receiver:git lab的Webhook接收器可以直接使用
文件大小:81KB
文件格式:ZIP
更新时间:2024-05-22 06:15:11
JavaScript
gitlab-webhook-接收器 gitlab的即用型webhook接收器,并使用浏览器通知显示webhook活动。 截屏 步骤1使用docker或npm启动服务器 码头工人 sudo docker run -p 3001:3001 wyvernnot/gitlab-webhook-receiver NPM npm start ,或者您可以指定自定义端口,例如PORT=3001 npm start 步骤2在gitlab项目设置中注册Webhook服务器 步骤3将以下脚本放入要接收通知的任何网站 < script type =" text/javascript " src =" http://HOST:PORT/ " > </ script >
【文件预览】:
gitlab-webhook-receiver-master
----server.js(2KB)
----Dockerfile(98B)
----doc()
--------screenshot.png(77KB)
----test()
--------index.html(169B)
----notification.js(2KB)
----README.md(1KB)
----.editorconfig(203B)
----.gitignore(13B)
----package.json(418B)