Files
proxmox-ve-install-scripts/json/huly.json
2025-06-14 01:53:52 +02:00

39 lines
1.2 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. Native installation 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.",
"This installation runs Huly natively without Docker containers.",
"Includes MongoDB, MinIO object storage, and all Huly microservices.",
"Services: Frontend (3000), Account (3001), Transactor (3002), Collaborator (3078), Rekoni (4004)",
"MinIO console available at port 9001 (minioadmin/minioadmin)"
]
}