Paste server written in Haskell. Fork of Hpaste, fully freedom and privacy respecting and generally improved. At the time of writing there's an instance at <http://paste.rel4tion.org>.

[[ ๐Ÿ—ƒ ^aoqmo toothpaste ]] :: [๐Ÿ“ฅ Inbox] [๐Ÿ“ค Outbox] [๐Ÿค Followers] [๐Ÿค Collaborators] [๐Ÿ›  Commits]

Clone

HTTPS: git clone https://vervis.peers.community/repos/aoqmo

SSH: git clone USERNAME@vervis.peers.community:aoqmo

Branches

Tags

hpaste ::

Files

๐Ÿ—Ž .gitignore
๐Ÿ—Ž README.md
๐Ÿ—Ž Setup.hs
๐Ÿ—Ž amelie.conf.sample
๐Ÿ—Ž cabal.config
๐Ÿ—Ž hpaste.cabal
๐Ÿ—Ž hpaste.conf.sample
๐Ÿ—€ scripts
๐Ÿ—€ sql
๐Ÿ—€ src
๐Ÿ—€ static

README.md

Database setup

$ sudo su postgres --command 'createuser hpaste -P'
$ sudo su postgres --command 'createdb hpaste -O hpaste'
$ cat sql/schema.sql | psql -U hpaste -h 127.0.0.1 -d hpaste

Configuration & Running

$ cp hpaste.conf.sample hpaste.conf

Edit hpaste.conf.

$ dist/build/hpaste/hpaste hpaste.conf
[See repo JSON]