abiosoft / abiosoft/caddy-git

400 Bad Request - Bitbucket

未關閉
#100 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
Go
星號
206
分支
42
PR 合併指標
30 天內沒有已合併 PR

描述

Hi,

Are WebHooks supported for on-premises BitBucket instances?

I'm trying to integrate my BitBucket instance with Caddy (v.0.11.2) using Git plugin, setting a

> hook_type generic

as indicated at [94](https://github.com/abiosoft/caddy-git/issues/94), but I get a **400 Bad Request**
As a test, I tried

> hook_type bitbucket

also and got a **403 Forbidden** (which is expected based on [94](https://github.com/abiosoft/caddy-git/issues/94).

Am I missing something to make it work?

Caddyfile snippet:
```
...
git ssh://git@git.mydomain:/abcd/abc2.git {
path /var/www/abcd/public/api
key /var/www/abcd/.ssh/id_rsa
hook /myhook
hook_type generic
#hook_type bitbucket
interval -1
}
...

```
Thanks,

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。