Delete drawdb (ct) after migration to ProxmoxVE (#1658)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-04-01 20:08:50 +00:00
committed by GitHub
parent fa7e18f917
commit 679a514f86
3 changed files with 0 additions and 138 deletions

View File

@@ -1,33 +0,0 @@
{
"name": "DrawDB",
"slug": "drawdb",
"categories": [20],
"date_created": "2026-03-30",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 3000,
"documentation": "https://github.com/drawdb-io/drawdb",
"website": "https://drawdb.vercel.app",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/drawdb.webp",
"config_path": "",
"description": "DrawDB is a free, simple, and intuitive database entity relationship (DBER) editor right in your browser. Build diagrams with a few clicks, export SQL scripts, and customize your editor.",
"install_methods": [
{
"type": "default",
"script": "ct/drawdb.sh",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 4,
"os": "Debian",
"version": "13"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}