You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 years ago | |
---|---|---|
.gitignore | 7 years ago | |
README.md | 7 years ago | |
accounts.php-dist | 7 years ago | |
event.php | 7 years ago |
README.md
Webhook API
Gogs webhook api system writed for gitnet project.
Installation
Requirements
- PHP >= 5.4
With GIT
$ git clone https://gitnet.fr/deblan/webhook-api.git
Without GIT
$ wget https://gitnet.fr/deblan/webhook-api/archive/master.tar.gz
$ tar xvf master.tar.gz
Access keys
$ cp accounts.php-dist accounts.php
$ ... Add API keys in accounts.php ...
Webhook configuration
Payloading url
Configure a http webserver with PHP to access event.php
script.
https://webhook.deblan.org/event.php for gitnet.
Content Type
Set application/x-www-form-urlencoded
.
Secret
Choose an access key from accounts.php
.
If you use gitnet, the administrator sent you the secret key by email.