mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-03-31 06:24:18 -04:00
Raise default resources for DrawDB container: update ct/drawdb.sh to set var_ram from 2048 to 6144 and var_disk from 4 to 5 to allocate more memory and disk. Also adjust json/homelable.json formatting by expanding the categories array to multiple lines for readability; no functional metadata changes.
40 lines
1.3 KiB
JSON
40 lines
1.3 KiB
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
} |