From cb55823751a4078b37b0821d47b82509da4acaad Mon Sep 17 00:00:00 2001 From: arch3rPro Date: Fri, 16 Jan 2026 05:31:02 +0800 Subject: [PATCH] feat: update dify 1.11.4 --- README.md | 2 +- apps/dify/{1.11.3 => 1.11.4}/.env.example | 0 apps/dify/{1.11.3 => 1.11.4}/certbot/README.md | 0 apps/dify/{1.11.3 => 1.11.4}/certbot/docker-entrypoint.sh | 0 .../{1.11.3 => 1.11.4}/certbot/update-cert.template.txt | 0 apps/dify/{1.11.3 => 1.11.4}/couchbase-server/Dockerfile | 0 .../{1.11.3 => 1.11.4}/couchbase-server/init-cbserver.sh | 0 apps/dify/{1.11.3 => 1.11.4}/data.yml | 0 apps/dify/{1.11.3 => 1.11.4}/dify.env | 0 apps/dify/{1.11.3 => 1.11.4}/docker-compose.yml | 6 +++--- .../{1.11.3 => 1.11.4}/elasticsearch/docker-entrypoint.sh | 0 .../{1.11.3 => 1.11.4}/nginx/conf.d/default.conf.template | 0 apps/dify/{1.11.3 => 1.11.4}/nginx/docker-entrypoint.sh | 0 apps/dify/{1.11.3 => 1.11.4}/nginx/https.conf.template | 0 apps/dify/{1.11.3 => 1.11.4}/nginx/nginx.conf.template | 0 apps/dify/{1.11.3 => 1.11.4}/nginx/proxy.conf.template | 0 apps/dify/{1.11.3 => 1.11.4}/nginx/ssl/.gitkeep | 0 apps/dify/{1.11.3 => 1.11.4}/pgvector/docker-entrypoint.sh | 0 .../dify/{1.11.3 => 1.11.4}/ssrf_proxy/docker-entrypoint.sh | 0 apps/dify/{1.11.3 => 1.11.4}/ssrf_proxy/squid.conf.template | 0 apps/dify/{1.11.3 => 1.11.4}/startupscripts/init.sh | 0 .../dify/{1.11.3 => 1.11.4}/startupscripts/init_user.script | 0 apps/dify/{1.11.3 => 1.11.4}/tidb/config/pd.toml | 0 .../{1.11.3 => 1.11.4}/tidb/config/tiflash-learner.toml | 0 apps/dify/{1.11.3 => 1.11.4}/tidb/config/tiflash.toml | 0 apps/dify/{1.11.3 => 1.11.4}/tidb/docker-compose.yaml | 0 .../volumes/myscale/config/users.d/custom_users_config.xml | 0 .../volumes/oceanbase/init.d/vec_memory.sql | 0 .../volumes/opensearch/opensearch_dashboards.yml | 0 .../{1.11.3 => 1.11.4}/volumes/sandbox/conf/config.yaml | 0 .../volumes/sandbox/conf/config.yaml.example | 0 .../volumes/sandbox/dependencies/python-requirements.txt | 0 32 files changed, 4 insertions(+), 4 deletions(-) rename apps/dify/{1.11.3 => 1.11.4}/.env.example (100%) rename apps/dify/{1.11.3 => 1.11.4}/certbot/README.md (100%) rename apps/dify/{1.11.3 => 1.11.4}/certbot/docker-entrypoint.sh (100%) rename apps/dify/{1.11.3 => 1.11.4}/certbot/update-cert.template.txt (100%) rename apps/dify/{1.11.3 => 1.11.4}/couchbase-server/Dockerfile (100%) rename apps/dify/{1.11.3 => 1.11.4}/couchbase-server/init-cbserver.sh (100%) rename apps/dify/{1.11.3 => 1.11.4}/data.yml (100%) rename apps/dify/{1.11.3 => 1.11.4}/dify.env (100%) rename apps/dify/{1.11.3 => 1.11.4}/docker-compose.yml (99%) rename apps/dify/{1.11.3 => 1.11.4}/elasticsearch/docker-entrypoint.sh (100%) rename apps/dify/{1.11.3 => 1.11.4}/nginx/conf.d/default.conf.template (100%) rename apps/dify/{1.11.3 => 1.11.4}/nginx/docker-entrypoint.sh (100%) rename apps/dify/{1.11.3 => 1.11.4}/nginx/https.conf.template (100%) rename apps/dify/{1.11.3 => 1.11.4}/nginx/nginx.conf.template (100%) rename apps/dify/{1.11.3 => 1.11.4}/nginx/proxy.conf.template (100%) rename apps/dify/{1.11.3 => 1.11.4}/nginx/ssl/.gitkeep (100%) rename apps/dify/{1.11.3 => 1.11.4}/pgvector/docker-entrypoint.sh (100%) rename apps/dify/{1.11.3 => 1.11.4}/ssrf_proxy/docker-entrypoint.sh (100%) rename apps/dify/{1.11.3 => 1.11.4}/ssrf_proxy/squid.conf.template (100%) rename apps/dify/{1.11.3 => 1.11.4}/startupscripts/init.sh (100%) rename apps/dify/{1.11.3 => 1.11.4}/startupscripts/init_user.script (100%) rename apps/dify/{1.11.3 => 1.11.4}/tidb/config/pd.toml (100%) rename apps/dify/{1.11.3 => 1.11.4}/tidb/config/tiflash-learner.toml (100%) rename apps/dify/{1.11.3 => 1.11.4}/tidb/config/tiflash.toml (100%) rename apps/dify/{1.11.3 => 1.11.4}/tidb/docker-compose.yaml (100%) rename apps/dify/{1.11.3 => 1.11.4}/volumes/myscale/config/users.d/custom_users_config.xml (100%) rename apps/dify/{1.11.3 => 1.11.4}/volumes/oceanbase/init.d/vec_memory.sql (100%) rename apps/dify/{1.11.3 => 1.11.4}/volumes/opensearch/opensearch_dashboards.yml (100%) rename apps/dify/{1.11.3 => 1.11.4}/volumes/sandbox/conf/config.yaml (100%) rename apps/dify/{1.11.3 => 1.11.4}/volumes/sandbox/conf/config.yaml.example (100%) rename apps/dify/{1.11.3 => 1.11.4}/volumes/sandbox/dependencies/python-requirements.txt (100%) diff --git a/README.md b/README.md index 1b49e48..bff8a5f 100644 --- a/README.md +++ b/README.md @@ -486,7 +486,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数 🤖 开源LLM应用开发平台,支持AI工作流和RAG管道 -1.11.3 • [官网链接](https://github.com/langgenius/dify) +1.11.4 • [官网链接](https://github.com/langgenius/dify) diff --git a/apps/dify/1.11.3/.env.example b/apps/dify/1.11.4/.env.example similarity index 100% rename from apps/dify/1.11.3/.env.example rename to apps/dify/1.11.4/.env.example diff --git a/apps/dify/1.11.3/certbot/README.md b/apps/dify/1.11.4/certbot/README.md similarity index 100% rename from apps/dify/1.11.3/certbot/README.md rename to apps/dify/1.11.4/certbot/README.md diff --git a/apps/dify/1.11.3/certbot/docker-entrypoint.sh b/apps/dify/1.11.4/certbot/docker-entrypoint.sh similarity index 100% rename from apps/dify/1.11.3/certbot/docker-entrypoint.sh rename to apps/dify/1.11.4/certbot/docker-entrypoint.sh diff --git a/apps/dify/1.11.3/certbot/update-cert.template.txt b/apps/dify/1.11.4/certbot/update-cert.template.txt similarity index 100% rename from apps/dify/1.11.3/certbot/update-cert.template.txt rename to apps/dify/1.11.4/certbot/update-cert.template.txt diff --git a/apps/dify/1.11.3/couchbase-server/Dockerfile b/apps/dify/1.11.4/couchbase-server/Dockerfile similarity index 100% rename from apps/dify/1.11.3/couchbase-server/Dockerfile rename to apps/dify/1.11.4/couchbase-server/Dockerfile diff --git a/apps/dify/1.11.3/couchbase-server/init-cbserver.sh b/apps/dify/1.11.4/couchbase-server/init-cbserver.sh similarity index 100% rename from apps/dify/1.11.3/couchbase-server/init-cbserver.sh rename to apps/dify/1.11.4/couchbase-server/init-cbserver.sh diff --git a/apps/dify/1.11.3/data.yml b/apps/dify/1.11.4/data.yml similarity index 100% rename from apps/dify/1.11.3/data.yml rename to apps/dify/1.11.4/data.yml diff --git a/apps/dify/1.11.3/dify.env b/apps/dify/1.11.4/dify.env similarity index 100% rename from apps/dify/1.11.3/dify.env rename to apps/dify/1.11.4/dify.env diff --git a/apps/dify/1.11.3/docker-compose.yml b/apps/dify/1.11.4/docker-compose.yml similarity index 99% rename from apps/dify/1.11.3/docker-compose.yml rename to apps/dify/1.11.4/docker-compose.yml index b6264b5..fba4782 100644 --- a/apps/dify/1.11.3/docker-compose.yml +++ b/apps/dify/1.11.4/docker-compose.yml @@ -510,7 +510,7 @@ x-shared-env: QUEUE_MONITOR_INTERVAL: ${QUEUE_MONITOR_INTERVAL:-30} services: api: - image: langgenius/dify-api:1.11.3 + image: langgenius/dify-api:1.11.4 env_file: - dify.env restart: always @@ -1041,7 +1041,7 @@ services: - ssrf_proxy_network - default worker: - image: langgenius/dify-api:1.11.2 + image: langgenius/dify-api:1.11.3 env_file: - dify.env restart: always @@ -1570,7 +1570,7 @@ services: - ssrf_proxy_network - default web: - image: langgenius/dify-web:1.11.2 + image: langgenius/dify-web:1.11.3 container_name: ${CONTAINER_NAME} env_file: - dify.env diff --git a/apps/dify/1.11.3/elasticsearch/docker-entrypoint.sh b/apps/dify/1.11.4/elasticsearch/docker-entrypoint.sh similarity index 100% rename from apps/dify/1.11.3/elasticsearch/docker-entrypoint.sh rename to apps/dify/1.11.4/elasticsearch/docker-entrypoint.sh diff --git a/apps/dify/1.11.3/nginx/conf.d/default.conf.template b/apps/dify/1.11.4/nginx/conf.d/default.conf.template similarity index 100% rename from apps/dify/1.11.3/nginx/conf.d/default.conf.template rename to apps/dify/1.11.4/nginx/conf.d/default.conf.template diff --git a/apps/dify/1.11.3/nginx/docker-entrypoint.sh b/apps/dify/1.11.4/nginx/docker-entrypoint.sh similarity index 100% rename from apps/dify/1.11.3/nginx/docker-entrypoint.sh rename to apps/dify/1.11.4/nginx/docker-entrypoint.sh diff --git a/apps/dify/1.11.3/nginx/https.conf.template b/apps/dify/1.11.4/nginx/https.conf.template similarity index 100% rename from apps/dify/1.11.3/nginx/https.conf.template rename to apps/dify/1.11.4/nginx/https.conf.template diff --git a/apps/dify/1.11.3/nginx/nginx.conf.template b/apps/dify/1.11.4/nginx/nginx.conf.template similarity index 100% rename from apps/dify/1.11.3/nginx/nginx.conf.template rename to apps/dify/1.11.4/nginx/nginx.conf.template diff --git a/apps/dify/1.11.3/nginx/proxy.conf.template b/apps/dify/1.11.4/nginx/proxy.conf.template similarity index 100% rename from apps/dify/1.11.3/nginx/proxy.conf.template rename to apps/dify/1.11.4/nginx/proxy.conf.template diff --git a/apps/dify/1.11.3/nginx/ssl/.gitkeep b/apps/dify/1.11.4/nginx/ssl/.gitkeep similarity index 100% rename from apps/dify/1.11.3/nginx/ssl/.gitkeep rename to apps/dify/1.11.4/nginx/ssl/.gitkeep diff --git a/apps/dify/1.11.3/pgvector/docker-entrypoint.sh b/apps/dify/1.11.4/pgvector/docker-entrypoint.sh similarity index 100% rename from apps/dify/1.11.3/pgvector/docker-entrypoint.sh rename to apps/dify/1.11.4/pgvector/docker-entrypoint.sh diff --git a/apps/dify/1.11.3/ssrf_proxy/docker-entrypoint.sh b/apps/dify/1.11.4/ssrf_proxy/docker-entrypoint.sh similarity index 100% rename from apps/dify/1.11.3/ssrf_proxy/docker-entrypoint.sh rename to apps/dify/1.11.4/ssrf_proxy/docker-entrypoint.sh diff --git a/apps/dify/1.11.3/ssrf_proxy/squid.conf.template b/apps/dify/1.11.4/ssrf_proxy/squid.conf.template similarity index 100% rename from apps/dify/1.11.3/ssrf_proxy/squid.conf.template rename to apps/dify/1.11.4/ssrf_proxy/squid.conf.template diff --git a/apps/dify/1.11.3/startupscripts/init.sh b/apps/dify/1.11.4/startupscripts/init.sh similarity index 100% rename from apps/dify/1.11.3/startupscripts/init.sh rename to apps/dify/1.11.4/startupscripts/init.sh diff --git a/apps/dify/1.11.3/startupscripts/init_user.script b/apps/dify/1.11.4/startupscripts/init_user.script similarity index 100% rename from apps/dify/1.11.3/startupscripts/init_user.script rename to apps/dify/1.11.4/startupscripts/init_user.script diff --git a/apps/dify/1.11.3/tidb/config/pd.toml b/apps/dify/1.11.4/tidb/config/pd.toml similarity index 100% rename from apps/dify/1.11.3/tidb/config/pd.toml rename to apps/dify/1.11.4/tidb/config/pd.toml diff --git a/apps/dify/1.11.3/tidb/config/tiflash-learner.toml b/apps/dify/1.11.4/tidb/config/tiflash-learner.toml similarity index 100% rename from apps/dify/1.11.3/tidb/config/tiflash-learner.toml rename to apps/dify/1.11.4/tidb/config/tiflash-learner.toml diff --git a/apps/dify/1.11.3/tidb/config/tiflash.toml b/apps/dify/1.11.4/tidb/config/tiflash.toml similarity index 100% rename from apps/dify/1.11.3/tidb/config/tiflash.toml rename to apps/dify/1.11.4/tidb/config/tiflash.toml diff --git a/apps/dify/1.11.3/tidb/docker-compose.yaml b/apps/dify/1.11.4/tidb/docker-compose.yaml similarity index 100% rename from apps/dify/1.11.3/tidb/docker-compose.yaml rename to apps/dify/1.11.4/tidb/docker-compose.yaml diff --git a/apps/dify/1.11.3/volumes/myscale/config/users.d/custom_users_config.xml b/apps/dify/1.11.4/volumes/myscale/config/users.d/custom_users_config.xml similarity index 100% rename from apps/dify/1.11.3/volumes/myscale/config/users.d/custom_users_config.xml rename to apps/dify/1.11.4/volumes/myscale/config/users.d/custom_users_config.xml diff --git a/apps/dify/1.11.3/volumes/oceanbase/init.d/vec_memory.sql b/apps/dify/1.11.4/volumes/oceanbase/init.d/vec_memory.sql similarity index 100% rename from apps/dify/1.11.3/volumes/oceanbase/init.d/vec_memory.sql rename to apps/dify/1.11.4/volumes/oceanbase/init.d/vec_memory.sql diff --git a/apps/dify/1.11.3/volumes/opensearch/opensearch_dashboards.yml b/apps/dify/1.11.4/volumes/opensearch/opensearch_dashboards.yml similarity index 100% rename from apps/dify/1.11.3/volumes/opensearch/opensearch_dashboards.yml rename to apps/dify/1.11.4/volumes/opensearch/opensearch_dashboards.yml diff --git a/apps/dify/1.11.3/volumes/sandbox/conf/config.yaml b/apps/dify/1.11.4/volumes/sandbox/conf/config.yaml similarity index 100% rename from apps/dify/1.11.3/volumes/sandbox/conf/config.yaml rename to apps/dify/1.11.4/volumes/sandbox/conf/config.yaml diff --git a/apps/dify/1.11.3/volumes/sandbox/conf/config.yaml.example b/apps/dify/1.11.4/volumes/sandbox/conf/config.yaml.example similarity index 100% rename from apps/dify/1.11.3/volumes/sandbox/conf/config.yaml.example rename to apps/dify/1.11.4/volumes/sandbox/conf/config.yaml.example diff --git a/apps/dify/1.11.3/volumes/sandbox/dependencies/python-requirements.txt b/apps/dify/1.11.4/volumes/sandbox/dependencies/python-requirements.txt similarity index 100% rename from apps/dify/1.11.3/volumes/sandbox/dependencies/python-requirements.txt rename to apps/dify/1.11.4/volumes/sandbox/dependencies/python-requirements.txt