Delete homelable (ct) after migration to ProxmoxVE (#1674)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-04-06 19:07:09 +00:00
committed by GitHub
parent 448b4fd4b9
commit 4795aadbbb
3 changed files with 0 additions and 221 deletions

View File

@@ -1,40 +0,0 @@
{
"name": "Homelable",
"slug": "homelable",
"categories": [
9
],
"date_created": "2026-03-30",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 3000,
"documentation": "https://github.com/Pouzor/homelable/blob/main/INSTALLATION.md",
"website": "https://github.com/Pouzor/homelable",
"logo": "https://raw.githubusercontent.com/Pouzor/homelable/main/frontend/public/logo.svg",
"config_path": "/opt/homelable/backend/.env",
"description": "Homelable is an interactive homelab network visualization and monitoring tool. Map your infrastructure on a drag-and-drop canvas with live node status checks (ping, HTTP, TCP, SSH), network scanning via nmap, and hardware spec tracking.",
"install_methods": [
{
"type": "default",
"script": "ct/homelable.sh",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 8,
"os": "Debian",
"version": "13"
}
}
],
"default_credentials": {
"username": "admin",
"password": "admin"
},
"notes": [
{
"text": "Change the default password after first login!",
"type": "warning"
}
]
}