Increase DrawDB RAM/disk and format homelable JSON

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.
This commit is contained in:
CanbiZ (MickLesk)
2026-03-30 11:22:17 +02:00
parent c91d4a43c8
commit ddb4c09e2d
2 changed files with 6 additions and 4 deletions

View File

@@ -1,7 +1,9 @@
{
"name": "Homelable",
"slug": "homelable",
"categories": [9],
"categories": [
9
],
"date_created": "2026-03-30",
"type": "ct",
"updateable": true,
@@ -35,4 +37,4 @@
"type": "warning"
}
]
}
}