37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"name": "Huly",
|
|
"slug": "huly",
|
|
"categories": [4],
|
|
"date_created": "2025-06-14",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 80,
|
|
"documentation": "https://github.com/hcengineering/huly-selfhost",
|
|
"website": "https://github.com/hcengineering/huly-selfhost",
|
|
"logo": "https://raw.githubusercontent.com/hcengineering/huly-selfhost/master/logo.png",
|
|
"description": "Self-hosted collaboration platform with chat, video calls, and AI-powered features. This helper installs Huly directly in an LXC without Docker.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/huly.sh",
|
|
"resources": {
|
|
"cpu": 2,
|
|
"ram": 4096,
|
|
"hdd": 20,
|
|
"os": "debian",
|
|
"version": "12"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": [
|
|
"Huly is resource-intensive. At least 2 vCPUs and 4GB RAM are recommended.",
|
|
"After installation, configure email, audio/video, and AI features as described in the documentation.",
|
|
"This script installs Huly directly in the LXC, not via Docker."
|
|
]
|
|
}
|