Self-hosting setup for Huly collaboration platform
Top 18.6% on sourcepulse
This repository provides a self-hostable deployment of Huly, a communication platform offering text, audio, and video chat with AI-powered features. It targets users who need a private, on-premises solution for team collaboration and communication, leveraging Docker Compose for simplified setup.
How It Works
Huly is architected as a collection of microservices orchestrated via Docker Compose. Key components include a front-end interface, an account service for authentication (supporting OIDC and GitHub OAuth), a transactor service, a mail service for notifications (SMTP or SES), a "Love" service for real-time audio/video powered by LiveKit, and an AI service for chatbot functionalities and translation, integrating with OpenAI.
Quick Start & Requirements
./setup.sh
.docker-compose.yaml
.Highlighted Details
Maintenance & Community
No specific details on contributors, sponsorships, or community channels (like Discord/Slack) are provided in the README.
Licensing & Compatibility
The repository does not explicitly state a license. Compatibility for commercial use or closed-source linking is not specified.
Limitations & Caveats
The README notes that Huly is resource-heavy, recommending specific hardware. It also mentions that SES_URL is not supported in newer versions, requiring MAIL_URL instead. Disabling sign-ups requires careful initial account creation.
2 weeks ago
Inactive