Skip to content

Add Dify one-click app - #1283

Open
duylddev wants to merge 1 commit into
caprover:masterfrom
duylddev:add-dify-one-click-app
Open

Add Dify one-click app#1283
duylddev wants to merge 1 commit into
caprover:masterfrom
duylddev:add-dify-one-click-app

Conversation

@duylddev

@duylddev duylddev commented Apr 1, 2026

Copy link
Copy Markdown
Contributor

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)

App Image Exposed
$$cap_appname (web) langgenius/dify-web Yes (main entry)
$$cap_appname-api langgenius/dify-api No
$$cap_appname-worker langgenius/dify-api (MODE=worker) No
$$cap_appname-beat langgenius/dify-api (MODE=beat) No
$$cap_appname-sandbox langgenius/dify-sandbox No
$$cap_appname-plugin langgenius/dify-plugin-daemon No

Prerequisites

  • Existing PostgreSQL with databases dify and dify_plugin
  • Existing Redis instance

Post-deploy setup

Custom nginx routing config is provided in the instructions to forward /api, /v1, /files, /e/, /mcp, /triggers paths to the backend services.

Files

  • public/v4/apps/dify.yml - One-click app template
  • public/v4/logos/dify.png - Official Dify logo

☑️ Self Check before Merge

  • I have tested the template using the method described in README.md thoroughly
  • I have ensured that I put as much default values as possible (except passwords) to ensure minimum effort required for end users to get started.
  • I have ensured that I am not using the "latest" tag as this tag is dynamically changing and might break the one-click app. Use a fixed version.
  • I have made sure that instructions.start and instructions.end are clear and self-explanatory.
  • Icon is added as a png file to the logos directory.
  • I've executed the checks if necessary by running npm ci && npm run validate_apps && npm run formatter (If failling run the prettier: npm run formatter-write)
  • I will take responsibility addressing any issues that arises as a result of this PR (maintaining this app)

@githubsaturn

Copy link
Copy Markdown
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

  • I have tested the template using the method described in README.md thoroughly
  • I have ensured that I put as much default values as possible (except passwords) to ensure minimum effort required for end users to get started.
  • I have ensured that I am not using the "latest" tag as this tag is dynamically changing and might break the one-click app. Use a fixed version.
  • I have made sure that instructions.start and instructions.end are clear and self-explanatory.
  • Icon is added as a png file to the logos directory.
  • I've executed the checks if necessary by running npm ci && npm run validate_apps && npm run formatter (If failling run the prettier: npm run formatter-write)
  • I will take responsibility addressing any issues that arises as a result of this PR (maintaining this app).

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
duylddev force-pushed the add-dify-one-click-app branch from bdb084c to df522ef Compare April 5, 2026 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants