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

master :: scripts /

server-restart

#! /bin/bash

mkdir log -p
echo 'Killing ...'
killall hpaste
sleep 0.2
echo 'Starting ...'
dist/build/hpaste/hpaste hpaste.conf & disown

[See repo JSON]