A WSGI-based application to handle webhooks specifically written for Forgejo platforms.
Go to file
2023-03-16 12:25:40 +01:00
.vscode Add first version 2023-03-16 12:25:40 +01:00
.editorconfig Add first version 2023-03-16 12:25:40 +01:00
.gitignore Add first version 2023-03-16 12:25:40 +01:00
app.py Add first version 2023-03-16 12:25:40 +01:00
backend.py Add first version 2023-03-16 12:25:40 +01:00
LICENSE.txt Add first version 2023-03-16 12:25:40 +01:00
README.md Add first version 2023-03-16 12:25:40 +01:00
settings.py Add first version 2023-03-16 12:25:40 +01:00

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