added json files

This commit is contained in:
Michel Roegl-Brunner
2025-09-10 14:47:48 +02:00
parent 43b4b30415
commit bd1af66828
384 changed files with 16735 additions and 33 deletions

View File

@@ -0,0 +1,35 @@
{
"name": "Wastebin",
"slug": "wastebin",
"categories": [
12
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 8088,
"documentation": "https://github.com/matze/wastebin/blob/a297749b932ed9ff32569f3af7ee8e4a5b499834/README.md",
"website": "https://github.com/matze/wastebin",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/wastebin.webp",
"config_path": "/opt/wastebin-data/.env",
"description": "Wastebin is a minimal pastebin with a design shamelessly copied from bin.",
"install_methods": [
{
"type": "default",
"script": "ct/wastebin.sh",
"resources": {
"cpu": 1,
"ram": 1024,
"hdd": 4,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}