blek! Bin is a minimalist, privacy-respecting alternative to pastebin.
https://bin.blek.codes
b1ek b0fe17c632 | ||
---|---|---|
helpers/content | ||
middleware | ||
public/static | ||
routes | ||
usercontent | ||
views | ||
.env.example | ||
.gitignore | ||
Dockerfile | ||
README.md | ||
docker-compose.yml | ||
gulpfile.js | ||
index.js | ||
package.json | ||
run_instance.sh |
README.md
blek! Bin
blek! Bin is a minimalist, privacy-respecting alternative to pastebin.
Running an instance
Using npm
cp .env.example .env
# edit your .env
npm run dev/prod
Using docker (recomended)
cp .env.example .env
# edit your .env
docker-compose up -d