blek! Bin is a minimalist, privacy-respecting alternative to pastebin. https://bin.blek.codes
Go to file
b1ek d4d7e6c8c2
fix permissions for script
2023-03-04 17:05:12 +10:00
helpers/content fix submitted bug 2023-03-04 17:03:36 +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 submitted count 2023-03-04 16:54:26 +10:00
usercontent change usercontent gitignore 2023-03-04 11:47:39 +10:00
views add show submitted switch 2023-03-04 16:55:37 +10:00
.env.example add SHOW_SUBMITTED to .env.example 2023-03-04 16:56:01 +10:00
.gitignore base 2023-03-04 11:09:05 +10:00
Dockerfile install for production in docker 2023-03-04 16:57:29 +10:00
README.md add docker configs 2023-03-04 12:39:13 +10:00
docker-compose.yml restart containers 2023-03-04 15:47:59 +10:00
gulpfile.js add gulp hot reload 2023-03-04 15:47:29 +10:00
index.js base 2023-03-04 11:09:05 +10:00
package.json npm run dev = gulp run_dev 2023-03-04 16:56:49 +10:00
rebuild_docker.sh fix permissions for script 2023-03-04 17:05:12 +10:00
run_instance.sh add docker configs 2023-03-04 12:39:13 +10:00

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