Discover and explore top open-source AI tools and projects—updated daily.
kossakovskySelf-hosted AI automation and LLM deployment suite
Top 52.8% on SourcePulse
This repository provides a one-command Docker Compose installation for a self-hosted AI automation platform. It bundles over 30 tools, including n8n, Ollama, Flowise, RAG engines, and vector databases, pre-configured with Caddy for automatic HTTPS. It targets users seeking a private AI homelab or a free alternative to commercial automation services.
How It Works
The project uses Docker Compose to orchestrate a multi-service environment. An interactive wizard simplifies deployment, allowing users to select components like n8n, Ollama, and Flowise. Caddy handles automatic SSL certificates for secure access. The setup includes core infrastructure (PostgreSQL, Redis) and optional monitoring (Prometheus, Grafana), creating a robust, scalable, self-contained AI workshop.
Quick Start & Requirements
git clone https://github.com/kossakovsky/n8n-install && cd n8n-install && sudo bash ./scripts/install.sh
cloudflare-instructions.md.Highlighted Details
Maintenance & Community
The project acknowledges contributions via its GitHub Contributors Page. It builds upon work from the n8n team and other contributors. Specific community channels (Discord/Slack) or a roadmap are not detailed in the README.
Licensing & Compatibility
Limitations & Caveats
Full deployment requires substantial server resources (20GB RAM, 4 CPU, 60GB Disk). Initial access may show temporary browser security warnings ("Dangerous Site") during SSL acquisition. The make clean command removes unused Docker resources; use with caution to avoid data loss. Anonymous telemetry via Scarf is enabled by default but can be disabled.
1 day ago
Inactive