New Script: huly
This commit is contained in:
36
json/huly.json
Normal file
36
json/huly.json
Normal file
@ -0,0 +1,36 @@
|
||||
{
|
||||
"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."
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user