add blek! Bin and EOL
This commit is contained in:
parent
149f996f24
commit
bdcb347212
|
@ -47,11 +47,15 @@ Its this website!! It is actually a redesign of the old version which i think i
|
|||
It is built on [zola](https://getzola.org), which generates static .HTML files you can put anywhere.
|
||||
|
||||
### 3. blek! Bin
|
||||
[Project page](/projects/bin)
|
||||
|
||||
A simple ass pastebin copy. Also has a funny HTML-only captcha that has not been cracked so far.
|
||||
|
||||
It is built on express and stores data in simple files.
|
||||
|
||||
### 4. blek! EOL
|
||||
[Project page](/projects/eol)
|
||||
|
||||
The super secret letter and a website that will be displayed in the case of my death. Don't tell anyone, ok?
|
||||
|
||||
It works by pinging all my devices each hour and prompting me to enter a 6-digit PIN code to tell the service i am still alive. If i enter the code wrong, it assumes i am dead and someone tries to pick the code.
|
||||
|
|
|
@ -0,0 +1,24 @@
|
|||
+++
|
||||
template = 'custom/project.html'
|
||||
|
||||
title = 'blek! Bin'
|
||||
description = 'A pastebin copy'
|
||||
date = '2024-08-01'
|
||||
slug = 'bin'
|
||||
year = 2024
|
||||
month = 1
|
||||
day = 8
|
||||
lang = 'en'
|
||||
|
||||
[extra]
|
||||
git_repo = 'git.blek.codes/blek/bin.git'
|
||||
demo_url = 'bin.blek.codes'
|
||||
author = 'b1ek <me@blek.codes>'
|
||||
license = 'GPL-3.0-only'
|
||||
+++
|
||||
|
||||
A simple ass pastebin copy. Also has a funny HTML-only captcha that has not been cracked so far.
|
||||
|
||||
It is built on express and stores data in simple files.
|
||||
|
||||
I was inspired by [librebin](https://github.com/hnhx/librebin) to build this. Since it sucks. Serously, the code is written in a no-framework php. Should i elaborate eny further?
|
|
@ -0,0 +1,20 @@
|
|||
+++
|
||||
template = 'custom/project.html'
|
||||
|
||||
title = 'blek! EOL'
|
||||
description = ''
|
||||
date = '2024-08-01'
|
||||
slug = 'eol'
|
||||
year = 2024
|
||||
month = 1
|
||||
day = 8
|
||||
lang = 'en'
|
||||
|
||||
[extra]
|
||||
git_repo = ''
|
||||
demo_url = ''
|
||||
author = 'b1ek <me@blek.codes>'
|
||||
license = 'Private use'
|
||||
+++
|
||||
|
||||
sheesh... its a secret ;p
|
Loading…
Reference in New Issue