1
0
Fork 0
Commit Graph

142 Commits

Author SHA1 Message Date
renovate[bot] b6eccf925f
chore(deps): update dify to v1.11.3 (#3418) 2026-01-13 11:59:39 +00:00
renovate[bot] d4e07d1850
chore(deps): update langgenius/dify-web docker tag to v1.11.2 (#3133) 2025-12-25 11:19:06 +00:00
renovate[bot] 37a761ee91
chore(deps): update langgenius/dify-api docker tag to v1.11.2 (#3132) 2025-12-25 09:30:25 +00:00
renovate[bot] 22d3ae2189
chore(deps): update semitechnologies/weaviate docker tag to v1.35.2 (#3116) 2025-12-24 09:32:01 +00:00
renovate[bot] 1da67b8ac6
chore(deps): update langgenius/dify-plugin-daemon docker tag to v0.5.2 (#3083) 2025-12-23 00:50:54 +00:00
renovate[bot] e300304c4f
chore(deps): update semitechnologies/weaviate docker tag to v1.35.1 (#3044) 2025-12-20 01:00:51 +00:00
renovate[bot] 0799052ab6
chore(deps): update semitechnologies/weaviate docker tag to v1.35.0 (#3033) 2025-12-19 06:02:49 +00:00
renovate[bot] 3cba6c6a02
chore(deps): update dify to v1.11.1 (#2922) 2025-12-12 11:16:27 +00:00
renovate[bot] 9211e676b3
chore(deps): update semitechnologies/weaviate docker tag to v1.34.5 (#2906) 2025-12-11 04:46:36 +00:00
renovate[bot] d79f5f8e70
chore(deps): update langgenius/dify-api docker tag to v1.11.0 (#2897) 2025-12-10 22:33:11 +00:00
renovate[bot] d131f994a6
chore(deps): update langgenius/dify-plugin-daemon docker tag to v0.5.1 (#2895) 2025-12-10 22:09:18 +00:00
renovate[bot] ede12133c9
chore(deps): update langgenius/dify-web docker tag to v1.11.0 (#2875) 2025-12-09 13:01:48 +00:00
renovate[bot] 157a13eb6f
chore(deps): update langgenius/dify-plugin-daemon docker tag to v0.5.0 (#2873) 2025-12-09 12:57:24 +00:00
renovate[bot] f3d84561c4
chore(deps): update semitechnologies/weaviate docker tag to v1.34.4 (#2773) 2025-12-04 02:57:48 +00:00
renovate[bot] 2131685005
chore(deps): update semitechnologies/weaviate docker tag to v1.34.3 (#2762) 2025-12-03 09:55:14 +00:00
renovate[bot] 04585deced
chore(deps): update semitechnologies/weaviate docker tag to v1.34.2 (#2723) 2025-11-30 10:04:50 +00:00
renovate[bot] c05de01e48
chore(deps): update semitechnologies/weaviate docker tag to v1.34.1 (#2682) 2025-11-28 04:02:14 +00:00
renovate[bot] 3dcd1513c1
chore(deps): update pingcap to v8.5.4 (#2658) 2025-11-27 20:27:14 +00:00
renovate[bot] fc9f2160cf
chore(deps): update dify to v1.10.1 (#2647) 2025-11-26 20:47:32 +00:00
renovate[bot] bcbd0bb492
chore(deps): update dify to v1.10.0 (#2504) 2025-11-15 18:22:50 +00:00
renovate[bot] 5a58098576
chore(deps): update langgenius/dify-plugin-daemon docker tag to v0.4.1 (#2482) 2025-11-13 15:08:55 +00:00
renovate[bot] 629e8bd03e
chore(deps): update langgenius/dify-plugin-daemon docker tag to v0.4.0 (#2442) 2025-11-10 14:05:38 +00:00
renovate[bot] d2f513b1e1
chore(deps): update pingcap to v8.5.3 (#2440) 2025-11-10 13:56:28 +00:00
renovate[bot] 4d86d113c6
chore(deps): update pingcap/tikv docker tag to v8.5.3 (#2437) 2025-11-10 08:14:53 +00:00
pooneyy 2d7c9d3671
feat(dify): add comprehensive environment configuration template
- introduce .env.example with 1140+ configuration options for API service and worker
- enhance configuration coverage for database, redis, vector stores, and storage providers
- add new datasource configuration options for website readers (jinareader, firecrawl, watercrawl)
- expand vector store support with additional providers including matrixone, opengauss, tablestore, and vastbase
- improve workflow configuration with enhanced storage options and security settings

📝 docs(dify): update configuration templates and documentation

- enhance nginx configuration with improved variable substitution and MCP proxy support
- update squid proxy configuration with additional security rules and increased buffer size
- improve oracle database initialization scripts with world_lexer preference
- update tidb configuration files and docker-compose for version compatibility

♻️ refactor(structure): reorganize project directory layout

- move configuration files from conf/ subdirectory to app root for better clarity
- rename envs/dify.env to dify.env for consistency
- update file paths in docker-compose.yml to reflect new directory structure
- remove redundant configuration files and consolidate volumes

🔧 chore(dify): simplify form configuration and remove obsolete scripts

- remove database and vector store port configurations from data.yml form fields
- eliminate obsolete initialization and upgrade scripts
- add new pgvector docker-entrypoint.sh script for pg_bigm installation support
- update docker-compose.yml with enhanced environment variables and service configurations
2025-11-10 16:06:50 +08:00
renovate[bot] c4ba5b764d
chore(deps): update langgenius/dify-plugin-daemon docker tag to v0.4.0 (#2426) 2025-11-09 15:52:32 +00:00
pooneyy 9779122311
feat(apps): add structured label field to all application configurations
- add nested label field with en and zh translations for all parameters
- maintain existing labelEn and labelZh fields for backward compatibility
- apply consistent internationalization structure across all apps
- improve localization support for multi-language user interfaces
2025-11-06 23:35:02 +08:00
pooneyy 24ed5c9e9d
feat(apps): add description field to all application data files
- add english and chinese description fields to all application data files
- standardize yaml formatting and indentation across all files
- remove BOM characters from several files
- fix tag indentation in multiple files
- update architecture field formatting in DecoTV and wechat-selkies
- fix crossVersionUpdate value from False to false in gitlab applications
- improve description field formatting in billion-mail application
2025-11-06 22:24:44 +08:00
renovate[bot] a9ab3e0aaf
chore(deps): update ghcr.io/chroma-core/chroma docker tag to v1.3.3 (#2365) 2025-11-05 04:03:02 +00:00
renovate[bot] e0f12fb3a5
chore(deps): update ghcr.io/chroma-core/chroma docker tag to v1.3.2 (#2358) 2025-11-04 11:16:44 +00:00
renovate[bot] 9b51612b4c
chore(deps): update semitechnologies/weaviate docker tag to v1.33.4 (#2352) 2025-11-03 21:26:16 +00:00
renovate[bot] 21a375067a
chore(deps): update ghcr.io/chroma-core/chroma docker tag to v1.3.0 (#2333) 2025-11-02 06:02:36 +00:00
renovate[bot] 880999b573
chore(deps): update semitechnologies/weaviate docker tag to v1.33.3 (#2314) 2025-11-01 01:55:49 +00:00
renovate[bot] 266b666baf
chore(deps): update ghcr.io/chroma-core/chroma docker tag to v1.2.2 (#2261) 2025-10-26 22:41:33 +00:00
renovate[bot] 0fa6286a22
chore(deps): update semitechnologies/weaviate docker tag to v1.33.2 (#2232) 2025-10-25 05:36:22 +00:00
renovate[bot] 50657b29ab
chore(deps): update docker.elastic.co/elasticsearch/elasticsearch docker tag to v9.2.0 (#2208) 2025-10-23 11:25:16 +00:00
renovate[bot] fd8d5be6a5
chore(deps): update docker.elastic.co/kibana/kibana docker tag to v9.2.0 (#2209) 2025-10-23 11:25:12 +00:00
renovate[bot] 7dd7a98e72
chore(deps): update langgenius/dify-plugin-daemon docker tag to v0.3.3 (#2190) 2025-10-22 01:35:34 +00:00
renovate[bot] 9c6659c97d
chore(deps): update dify to v1.9.2 (#2188) 2025-10-21 21:51:20 +00:00
renovate[bot] 0bb28645ba
chore(deps): update ghcr.io/chroma-core/chroma docker tag to v1.2.1 (#2152) 2025-10-19 21:55:52 +00:00
renovate[bot] a5f0e80b38
chore(deps): update ghcr.io/chroma-core/chroma docker tag to v1.2.0 (#2133) 2025-10-18 17:00:27 +00:00
renovate[bot] 6dcb6264ba
chore(deps): update semitechnologies/weaviate docker tag to v1.33.1 (#2115) 2025-10-17 13:57:56 +00:00
renovate[bot] 973e54c72a
chore(deps): update langgenius/dify-plugin-daemon docker tag to v0.3.2 (#2114) 2025-10-17 11:15:46 +00:00
renovate[bot] 473a4e2a5e
chore(deps): update docker.elastic.co/kibana/kibana docker tag to v9.1.5 (#1924) 2025-10-06 13:54:54 +00:00
renovate[bot] 9eeb722a53
chore(deps): update docker.elastic.co/elasticsearch/elasticsearch docker tag to v9.1.5 (#1923) 2025-10-06 13:50:36 +00:00
renovate[bot] 0fd31c77d6
chore(deps): update ghcr.io/chroma-core/chroma docker tag to v1.1.1 (#1919) 2025-10-06 08:58:20 +00:00
renovate[bot] ad34c1fd1e
chore(deps): update semitechnologies/weaviate docker tag to v1.33.0 (#1911) 2025-10-04 19:21:57 +08:00
renovate[bot] 9fd4482b19
chore(deps): update langgenius/dify-plugin-daemon docker tag to v0.3.1 (#1872) 2025-10-03 04:45:44 +08:00
renovate[bot] edb765cab7
chore(deps): update dify to v1.9.1 (#1846) 2025-09-30 01:23:27 +00:00
renovate[bot] 9c28982e9c
chore(deps): update ghcr.io/chroma-core/chroma docker tag to v1.1.0 (#1825) 2025-09-28 11:09:15 +08:00