# progrium/gitreceive

Easily accept and handle arbitrary git pushes

Repository: https://github.com/progrium/gitreceive
Canonical: https://ross.abutalabs.com/products/gitreceive
Language: Shell
License Family: other
Last push: 2021-12-10T10:16:01+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": 4992, "days_push": 1727, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1130, forks 100 (observed 2026-08-28T04:03:42.394420+00:00)

## What it is
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
- artifact type: cli-tool
- maturity: maintenance
- function: webhook, deployment, auth, ssh
- domain: developer-tools, version-control
- platform: cli, self-hosted
- tags: git-hooks, git-push, shell-script, paas-style-deployment, ssh-forced-commands, automation, linux

## Member repositories
- progrium/gitreceive (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:42.394420+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-30T06:38:16.437734+00:00, confidence not recorded.
  - readme: https://github.com/progrium/gitreceive (fetched 2026-08-28T04:03:42.394420+00:00, sha 0fdec70ae058)
- Data as of 2026-08-30T08:39:29.467469+00:00.
