dfv
This commit is contained in:
@@ -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"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user