webhook/README.md
2023-03-16 12:25:40 +01:00

15 lines
394 B
Markdown

# Forgejo Webhook WSGI app
A WSGI-based application to handle webhooks specifically written for Forgejo platforms.
## Running this WSGI app
To run the webhook app you must set the `WEBHOOK_KEY` environmental variable with the secret you have entered in the webhook setting in Forgejo. Then simply run the app with e.g.,
```
$ gunicorn app:app
```
---
Copyright © 2023 Benjamin Stadlbauer