Add Dify one-click app - #1283
Open
duylddev wants to merge 1 commit into
Open
Conversation
Collaborator
|
Thanks! Can you please update the PR with the PR template (see below) Please note that this repo is mostly for popular apps with thousands of stars and tens of thousands of downloads. If you'd like to add a less popular app, you can always create your own 3rd party repo and add your app there. ☑️ Self Check before Merge
|
Add Dify (https://dify.ai) as a one-click app for CapRover. Dify is an open-source LLM app development platform with AI workflows, RAG pipelines, agent capabilities, and model management. Services included: - Web frontend (Next.js) - API server (Flask/Gunicorn) - Celery worker & beat scheduler - Code execution sandbox - Plugin daemon Requires existing PostgreSQL and Redis instances.
duylddev
force-pushed
the
add-dify-one-click-app
branch
from
April 5, 2026 19:50
bdb084c to
df522ef
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add Dify as a one-click app for CapRover. Dify is an open-source LLM app development platform with AI workflows, RAG pipelines, agent capabilities, and model management.
Services (6 apps)
$$cap_appname(web)langgenius/dify-web$$cap_appname-apilanggenius/dify-api$$cap_appname-workerlanggenius/dify-api(MODE=worker)$$cap_appname-beatlanggenius/dify-api(MODE=beat)$$cap_appname-sandboxlanggenius/dify-sandbox$$cap_appname-pluginlanggenius/dify-plugin-daemonPrerequisites
difyanddify_pluginPost-deploy setup
Custom nginx routing config is provided in the instructions to forward
/api,/v1,/files,/e/,/mcp,/triggerspaths to the backend services.Files
public/v4/apps/dify.yml- One-click app templatepublic/v4/logos/dify.png- Official Dify logo☑️ Self Check before Merge
npm ci && npm run validate_apps && npm run formatter(If failling run the prettier:npm run formatter-write)