haste-server
ApplicationsHaste 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
README
Docker Images (1)
| Name | Image |
|---|---|
ghcr.io/ptero-eggs/yolks:nodejs_18 | ghcr.io/ptero-eggs/yolks:nodejs_18 |
Startup Command
npm start Variables (0)
Installation Script
Container:
node:18-bookworm-slimEntrypoint:
bash#!/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