{"id":47737832,"url":"https://github.com/caoergou/dify-installer","last_synced_at":"2026-04-02T23:02:03.016Z","repository":{"id":343859866,"uuid":"1179440555","full_name":"caoergou/dify-installer","owner":"caoergou","description":"One-click installer for Dify Docker deployment | Dify 一键安装脚本，使用 Docker Compose 部署","archived":false,"fork":false,"pushed_at":"2026-03-26T00:52:16.000Z","size":37,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-26T22:57:11.823Z","etag":null,"topics":["ai","chatgpt","deployment","dify","docker","docker-compose","installer","langchain","llm","one-click","open-source","self-hosted","vector-database"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/caoergou.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-12T03:03:44.000Z","updated_at":"2026-03-26T00:52:19.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/caoergou/dify-installer","commit_stats":null,"previous_names":["caoergou/dify-installer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/caoergou/dify-installer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caoergou%2Fdify-installer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caoergou%2Fdify-installer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caoergou%2Fdify-installer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caoergou%2Fdify-installer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/caoergou","download_url":"https://codeload.github.com/caoergou/dify-installer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caoergou%2Fdify-installer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31318137,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T21:35:00.834Z","status":"ssl_error","status_checked_at":"2026-04-02T21:34:59.806Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","chatgpt","deployment","dify","docker","docker-compose","installer","langchain","llm","one-click","open-source","self-hosted","vector-database"],"created_at":"2026-04-02T23:02:02.224Z","updated_at":"2026-04-02T23:02:03.000Z","avatar_url":"https://github.com/caoergou.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dify Installer - One-Click Docker Deployment\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![GitHub stars](https://img.shields.io/github/stars/caoergou/dify-installer?style=social)](https://github.com/caoergou/dify-installer/stargazers)\n\n**Deploy Dify (LLM App Platform) with a single command.** Docker Compose based installation with no manual cloning, no complex configuration.\n\n[中文文档](README_CN.md) | [Dify Official](https://github.com/langgenius/dify)\n\n```bash\ncurl -sSL https://raw.githubusercontent.com/caoergou/dify-installer/main/install.sh | bash\n```\n\n---\n\n## What is Dify?\n\n[Dify](https://github.com/langgenius/dify) is an open-source **LLM application development platform** for building AI apps, chatbots, RAG pipelines, and AI agents. Similar to LangChain but with a visual no-code interface.\n\nThis installer uses **Docker Compose** to get you running in minutes on any Linux server.\n\n## One-Line Install\n\n| Region | Command |\n|--------|---------|\n| Global | `curl -sSL https://raw.githubusercontent.com/caoergou/dify-installer/main/install.sh \\| bash` |\n| China  | `curl -sSL https://raw.githubusercontent.com/caoergou/dify-installer/main/install_cn.sh \\| bash` |\n\n## What You Get\n\n- **Docker Compose deployment** - All services in containers\n- Interactive setup with smart defaults\n- Database: PostgreSQL or MySQL\n- Vector DB: Weaviate, Qdrant, Milvus, Chroma, pgvector\n- Storage: Local, S3, Azure, GCS, Aliyun OSS\n- SSL: Let's Encrypt or custom certificates\n\n## Requirements\n\n- Docker + Docker Compose installed\n- 2+ CPU cores, 4GB+ RAM\n- Ports 80, 443 available\n\n## Usage\n\n```bash\n./install.sh           # Interactive setup\n./install.sh --yes     # Use all defaults\n./install.sh --help    # Show help\n```\n\n## After Installation\n\nServices are managed via Docker Compose:\n\n```bash\ndocker compose logs -f   # View logs\ndocker compose down      # Stop all services\ndocker compose up -d     # Start all services\ndocker compose ps        # Check status\n```\n\nAccess Dify at `http://localhost` (or your configured domain).\n\n## Documentation\n\n- [Advanced Configuration](docs/advanced.md) - Environment variables, performance tuning, SSL\n- [Chinese Advanced Docs](docs/advanced_cn.md) - 中文高级配置文档\n\n## Links\n\n- [Dify](https://github.com/langgenius/dify) - Official repository\n- [Dify Docs](https://docs.dify.ai) - Official documentation\n- [Dify Cloud](https://cloud.dify.ai) - Managed hosting\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaoergou%2Fdify-installer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaoergou%2Fdify-installer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaoergou%2Fdify-installer/lists"}