update README

This commit is contained in:
Joseph Le 2023-10-13 14:45:50 +11:00
parent 6301968039
commit fd083d45b5
1 changed files with 7 additions and 3 deletions

View File

@ -90,11 +90,15 @@ root@root#
### 8) Add webhook ### 8) Add webhook
<div align="center"><img src="https://i.ibb.co/y56HwnX/image.png" alt="webhook1" width="600"></div> - Open your project in Gitea:
- Choose "Setting"
<div align="center"><img src="https://i.ibb.co/QHsST4D/image.png" alt="webhook1" width="800"></div>
<div align="center"><img src="https://i.ibb.co/nmT3Hp9/image.png" alt="webhook2" width="600"></div> - Choose "Webhooks" and "Add Webhooks"
<div align="center"><img src="https://i.ibb.co/bKFpvbV/image.png" alt="webhook2" width="800"></div>
<div align="center"><img src="https://i.ibb.co/GJ55RDr/image.png" alt="webhook3" width="600"></div>
<div align="center"><img src="https://i.ibb.co/GJ55RDr/image.png" alt="webhook3" width="800"></div>
- Target URL: URL to the API that handles requests when a event is triggered (Default: your_domain/git/gitea-webhook). - Target URL: URL to the API that handles requests when a event is triggered (Default: your_domain/git/gitea-webhook).
- Trigger on: Event to trigger the webhook. - Trigger on: Event to trigger the webhook.