Update Hoodik build scripts and requirements

Increase default RAM to 4GB and disk to 20GB for Hoodik builds in scripts and metadata. Split frontend and backend build steps, add frontend build commands, and clean up build artifacts after installation. Update installation instructions and warnings to reflect new requirements and build times. Change default URLs to use HTTP instead of HTTPS and adjust systemd service working directory.
This commit is contained in:
CanbiZ
2025-12-10 07:52:51 +01:00
parent 7373ecfc32
commit 66c7b2e168
4 changed files with 44 additions and 14 deletions

View File

@@ -20,8 +20,8 @@
"script": "ct/hoodik.sh",
"resources": {
"cpu": 4,
"ram": 2048,
"hdd": 8,
"ram": 4096,
"hdd": 20,
"os": "Debian",
"version": "13"
}
@@ -37,7 +37,11 @@
"type": "info"
},
{
"text": "Installation builds from source and takes 10-15 minutes",
"text": "Installation builds Rust backend and Vue frontend from source - takes 15-20 minutes",
"type": "warning"
},
{
"text": "Requires 4GB RAM and 20GB disk for build process",
"type": "warning"
},
{