This commit is contained in:
MickLesk
2026-05-06 08:35:07 +02:00
parent 1580612098
commit 012fa20a03

View File

@@ -19,9 +19,9 @@
"script": "ct/hoodik.sh", "script": "ct/hoodik.sh",
"config_path": "/opt/hoodik/.env", "config_path": "/opt/hoodik/.env",
"resources": { "resources": {
"cpu": 4, "cpu": 1,
"ram": 4096, "ram": 1024,
"hdd": 20, "hdd": 5,
"os": "Debian", "os": "Debian",
"version": "13" "version": "13"
} }
@@ -36,21 +36,9 @@
"text": "First visit will prompt you to create an admin account", "text": "First visit will prompt you to create an admin account",
"type": "info" "type": "info"
}, },
{
"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"
},
{ {
"text": "Data is stored in /opt/hoodik_data", "text": "Data is stored in /opt/hoodik_data",
"type": "info" "type": "info"
},
{
"text": "SSL is disabled by default - use a reverse proxy for HTTPS",
"type": "warning"
} }
] ]
} }