mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-07 22:33:11 +00:00
- Integrated Dify, an open-source AI application development platform, as an optional service in the n8n-installer project. - Updated start_services.py to include functions for cloning the Dify repository, preparing the environment, and starting Dify services. - Configured docker-compose.yml to reference Dify's external Docker Compose file and included necessary environment variables. - Enhanced Caddyfile with reverse proxy settings for Dify, ensuring proper routing and access. - Updated .env.example to include Dify-specific configuration variables. - Revised README.md to document Dify's capabilities and access details. - Enhanced service selection wizard to allow users to choose Dify during setup. - Comprehensive testing and validation phase pending to ensure full functionality.