# NetEaseGame/git-webhook

:octocat: 使用 Python Flask + SQLAchemy + Celery + Redis + React 开发的用于迅速搭建并使用  WebHook 进行自动化部署和运维，支持 Github / GitLab / Gogs / GitOsc。

Repository: https://github.com/NetEaseGame/git-webhook
Canonical: https://ross.abutalabs.com/products/git-webhook
Homepage: https://webhook.hust.cc/
Language: Python
License: MIT
License Family: permissive
Topics: git-webhook, gogs, gitlab, docker, github, webhook
Last push: 2020-12-29T05:50:42+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3625, "days_push": 2073, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1525, forks 408 (observed 2026-08-28T04:04:58.318184+00:00)

## What it is
A self-hosted web application built with Python Flask, SQLAlchemy, Celery, Redis, and React for quickly setting up Git webhooks to automate deployment and operations tasks. It supports GitHub, GitLab, Gogs, and GitOsc, and executes shell commands on servers via SSH when webhooks fire.

## Use cases
- automatically deploy my app when I push to GitHub
- run shell commands on my server when a git webhook fires
- set up continuous deployment from GitLab pushes
- manage webhooks for multiple git repositories in one place
- trigger ops scripts from Gogs or Gitee push events
- view history of webhook-triggered deployments

## When to choose
- you want a self-hosted UI to manage git webhooks across GitHub, GitLab, Gogs, or GitOsc
- you need push-to-deploy automation with SSH execution on internal servers
- you want a simple, hackable Python codebase to extend for deployment automation

## When to avoid
- you need a lightweight CLI-only webhook runner (consider webhookit instead)
- you require a production-grade, actively maintained CI/CD platform
- you cannot host the service on an internal network, since it stores SSH private keys and passwords

## Facets
- artifact type: service
- maturity: maintenance
- function: webhook, deployment, workflow-automation, web-framework, http-server, ssh
- domain: developer-tools, self-hosted, version-control
- platform: python, self-hosted
- tags: git-webhook, continuous-deployment, celery, flask, react, github, gitlab, gogs, automated-ops, devops, automation, docker, web-server, linux

## Member repositories
- NetEaseGame/git-webhook (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:58.318184+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:31:38.526397+00:00, confidence not recorded.
  - readme: https://github.com/NetEaseGame/git-webhook (fetched 2026-08-28T04:04:58.318184+00:00, sha 149ebd00f19c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
