abiosoft / abiosoft/caddy-git

400 Bad Request - Bitbucket

Ouverte
#100 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
Go
Étoiles
206
Forks
42
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

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,

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.