reafctored the whole script

This commit is contained in:
bilulib
2025-06-14 01:53:52 +02:00
parent ef37953b3f
commit e0e329925f
3 changed files with 331 additions and 56 deletions

View File

@ -10,7 +10,7 @@
"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.",
"description": "Self-hosted collaboration platform with chat, video calls, and AI-powered features. Native installation without Docker.",
"install_methods": [
{
"type": "default",
@ -30,7 +30,9 @@
},
"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."
"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)"
]
}