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