progrium/gitreceive
Easily accept and handle arbitrary git pushes observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4992
- days_rel: n/a
- days_push: 1727
- n_releases_24m: 0
Adoption not part of the score
1130 stars · 100 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A shell-based tool that sets up an SSH git user on a Linux server to accept arbitrary git pushes and trigger a custom receiver hook script. It dynamically creates bare repositories with pre-receive hooks, streaming pushed code to your script.
Use cases
- accept git pushes on my own server
- build a custom git-based deployment workflow
- trigger a script whenever code is pushed to a server
- run CI or deploy steps on git push without GitHub
- create a self-hosted Heroku-like git push endpoint
When to choose
- you want a lightweight, self-hosted git push receiver with custom hook logic
- you're building your own PaaS-style push-to-deploy system
- you need to intercept git pushes on a plain Linux server with just git and sshd
When to avoid
- you need a full-featured git hosting platform with UI and access control
- you want an actively maintained project with ongoing support
- you need Windows or non-Linux server support
Facets
cli-tool · maturity maintenance
webhook deployment auth ssh developer-tools version-control cli self-hosted git-hooks git-push shell-script paas-style-deployment ssh-forced-commands automation linux
1 source
- readme: https://github.com/progrium/gitreceive · fetched 2026-08-28 · 0fdec70ae058
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| progrium/gitreceive | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="progrium/gitreceive")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem