Phabricator feed.http-hooks 不通知
Phabricator feed.http-hooks not notifying
我正在尝试使用 etcinit/phabulous 为 Phabricator 设置 Slack 通知。但是,Phabricator 似乎没有通知服务器。
我的配置如下所示:
{
feed.http-hooks: [ "http://127.0.0.1:8085/v1/feed/receive" ]
}
如果我从服务器中 运行 curl http://127.0.0.1:8085
我得到
{"messages":["Welcome to the Phabulous API"],"status":"success","version":"2.4.0-beta1"}
我在调试模式下 运行ning Phabulous,但我可以看到没有向 127.0.0.1:8085 发出任何请求,因为 Gin 没有显示调试消息。
我是否遗漏了 Phabricator 中的某些配置以实际 feed.http-hooks
工作?
原来我不得不重新启动守护进程。
以上配置对我不起作用,但这有效:
{"feed.http-hooks":"https://callback_domain.xyz"}
我正在尝试使用 etcinit/phabulous 为 Phabricator 设置 Slack 通知。但是,Phabricator 似乎没有通知服务器。
我的配置如下所示:
{
feed.http-hooks: [ "http://127.0.0.1:8085/v1/feed/receive" ]
}
如果我从服务器中 运行 curl http://127.0.0.1:8085
我得到
{"messages":["Welcome to the Phabulous API"],"status":"success","version":"2.4.0-beta1"}
我在调试模式下 运行ning Phabulous,但我可以看到没有向 127.0.0.1:8085 发出任何请求,因为 Gin 没有显示调试消息。
我是否遗漏了 Phabricator 中的某些配置以实际 feed.http-hooks
工作?
原来我不得不重新启动守护进程。
以上配置对我不起作用,但这有效:
{"feed.http-hooks":"https://callback_domain.xyz"}