aboutsummaryrefslogtreecommitdiffstats

puke: random text board

puke is a textboard system specialized for posting patches.

A running example is here: https://s.poepoe.org

Usage

Ruby 2.4 or later is required. No other third-party libraries are required.

Setup the web server:

$ ./puke -d DATADIR -l ADDRESS:PORT -s SECRET

and post a message with your favorite HTTP client:

$ cat random.mboxrd | curl --data-binary @- -H 'Content-Type: text/plain' http://ADDRESS:PORT/new/SECRET

License

puke is available as a free software under the terms of the MIT License. See the file LICENSE for details.