Haste is an open-source pastebin software written in node.js, which is easily installable in any network. It can be backed by either redis or filesystem, and has a very easy adapter interface for other stores. A publicly available version can be found at hastebin.com
| Name | Tag |
|---|---|
| ghcr.io/ptero-eggs/yolks:nodejs_18 | ghcr.io/ptero-eggs/yolks:nodejs_18 |
#!/bin/bash
apt update
apt install -y git curl
mkdir -p /mnt/server
cd /mnt/server
git clone https://github.com/toptal/haste-server
cd haste-server
mv * /mnt/server
cd ..
rm -rf haste-server
npm install
exit 0| Installation Image | node:18-bookworm-slim | Installation Entrypoint | bash |
|---|