first push

This commit is contained in:
2025-10-13 18:09:01 +02:00
parent aa38e520f0
commit 2e59c1f5e7
19 changed files with 1719 additions and 1 deletions

15
app.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "unknownBIN",
"description": "unknownBIN is an open-source Pastebin software written in node.js.",
"repository": "https://github.com/MrUnknownDE/unknownbin",
"logo": "https://raw.githubusercontent.com/MarvinMenzerath/HastebinPlus/master/static/favicon.png",
"keywords": [
"node",
"paste",
"pastebin",
"haste",
"hastebin",
"code",
"syntax highlighting"
]
}