webhookit页面打不开
nmshuishui opened this issue · 5 comments
nmshuishui commented
自己在本地部署了一个gitlab,版本是10.1.3-ee,按照README部署好了webhookit,启动后,端口也在监听,但是http服务在浏览器里面打不开。
hustcc commented
看看是不是服务器安全规则,比如端口是否开放等等…
nmshuishui commented
cool,iptables的问题
nmshuishui commented
你好,再请问你,您这个支持定义多个webhook url作为事件监听吗?比如:http://10.97.228.29:18340/webhookit监听push动作,http://10.97.228.29:18341/webhookit监控commit事件
hustcc commented
目前只做了 push 操作,多服务器是支持的…
commit 操作属于本地 git hook 吧。
nmshuishui commented
恩,是的,我那个commit事件的例子举的不恰当。我在gitlab中用的是tag push结果出问题了。