blek! Bin is a minimalist, privacy-respecting alternative to pastebin. https://bin.blek.codes
Go to file
b1ek 335c3dfd3f
change usercontent gitignore
2023-03-04 11:47:39 +10:00
helpers/content add viewer 2023-03-04 11:39:59 +10:00
middleware add upload functionality 2023-03-04 11:31:07 +10:00
public/static add root link in header 2023-03-04 11:45:28 +10:00
routes add header on raw return 2023-03-04 11:40:29 +10:00
usercontent change usercontent gitignore 2023-03-04 11:47:39 +10:00
views add root link in header 2023-03-04 11:45:28 +10:00
.env.example add example, readme 2023-03-04 11:16:34 +10:00
.gitignore base 2023-03-04 11:09:05 +10:00
README.md add example, readme 2023-03-04 11:16:34 +10:00
index.js base 2023-03-04 11:09:05 +10:00
package.json add prod script 2023-03-04 11:45:17 +10:00

README.md

blek! Bin

blek! Bin is a minimalist, privacy-respecting alternative to pastebin.

Running an instance

cp .env.example .env
# edit your .env
npm run dev/prod