aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 9dd08c63894312b36b10aa95a5b6a4ad9cf38112 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# ghpatch

A simple server that listens to pull requests from GitHub Webhooks and
converts them to emailed patches.

## Warning

```go
/*
NOTE: Do not use this in production yet as GitHub secrets validation,
      replay attack prevention, quite a lot of error checking, etc., are not
      implemented yet.
*/
```

## Configuration

Modify `main.go` to configure the program. (This will change once I'm a
bit more comfortable with Go.)

Run this behind a reverse proxy.

## Copyright status

Public domain, or CC0-1.0 as an alternative. A parent grant applies,
check the LICENSE file for details.