a minimal self-hosted sprunge.us replacement
Find a file
2013-11-19 10:27:12 +01:00
bump add configuration for nginx/supervisor, add run.sh 2013-11-19 10:10:04 +01:00
etc add configuration for nginx/supervisor, add run.sh 2013-11-19 10:10:04 +01:00
COPYING add license 2013-11-19 10:24:09 +01:00
deps.txt remove distribute from deps 2013-11-19 09:44:44 +01:00
Readme.md update Readme 2013-11-19 10:27:12 +01:00
run.sh add configuration for nginx/supervisor, add run.sh 2013-11-19 10:10:04 +01:00

Bump

Bump is a minimalistic self-hosted pastebin. It is written as a replacement for the gorgeous sprunge.us

usage

$ curl <host>

Bump Usage:
> echo balls | curl -F "p=<-" <host>
<   http://<host>/q9a1bfljzm
> curl note/q9a1bfljzm
<   balls
Source at http://github.com/makefu/bump

Install

virtualenv .
. bin/activate
pip install -r deps.txt

Startup

. bin/activate
cd bump
./run.sh

Configure nginx

$EDITOR etc/bump.nginx.conf
cp etc/bump.nginx.conf /etc/nginx/conf.d

Configure supervisor

$EDITOR etc/bump.supervisor.conf
cp etc/bump.supervisor.conf /etc/supervisor/conf.d/bump.conf

License

Copyright Felix Richter. All code is under WTFPL, see COPYING