aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 5eb671ed3c2d84e56a8f91f2a4d99ab78831a1e6 (plain)
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
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.