Files
templates/blueprints/dify/meta.json
Mauricio Siu 1c2dea39c3 feat: add Dify template
Dify 1.15.0 (open-source LLM app development platform): api + worker +
worker_beat + web + pgvector PostgreSQL (also used as the vector store) +
redis + sandbox + ssrf_proxy (squid) + plugin_daemon, fronted by an
internal nginx gateway that mirrors the upstream path routing.

Closes #88

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-14 12:29:15 -06:00

18 lines
461 B
JSON

{
"id": "dify",
"name": "Dify",
"version": "1.15.0",
"description": "Dify is an open-source LLM app development platform. Build AI workflows, RAG pipelines, agents and chatbots with a visual interface and publish them as APIs or web apps.",
"logo": "logo.svg",
"links": {
"github": "https://github.com/langgenius/dify",
"website": "https://dify.ai/",
"docs": "https://docs.dify.ai/"
},
"tags": [
"ai",
"llm",
"rag"
]
}