mirror of
https://github.com/junjiem/dify-plugin-repackaging.git
synced 2025-12-08 16:22:28 +08:00
91cbc5ad61d0a0d076219b0fff736a1f490e76af
Dify 1.0 Plugin Downloading and Repackaging
Description
From the Dify Marketplace downloading and repackaging
sh plugin_repackaging.sh market junjiem mcp_sse 0.0.1
From the Github downloading and repackaging
sh plugin_repackaging.sh github https://github.com/junjiem/dify-plugin-agent-mcp_sse 0.0.1 agent-mcp_see.difypkg
Update Dify platform env Dify平台放开限制
-
your .env configuration file: Change
FORCE_VERIFYING_SIGNATUREtofalse, the Dify platform will allow the installation of all plugins that are not listed in the Dify Marketplace. -
your .env configuration file: Change
PLUGIN_MAX_PACKAGE_SIZEto524288000, and the Dify platform will allow the installation of plug-ins within 500M. -
your .env configuration file: Change
NGINX_CLIENT_MAX_BODY_SIZEto500M, and the Nginx client will allow uploading content up to 500M in size. -
在 .env 配置文件将
FORCE_VERIFYING_SIGNATURE改为false,Dify 平台将允许安装所有未在 Dify Marketplace 上架(审核)的插件。 -
在 .env 配置文件将
PLUGIN_MAX_PACKAGE_SIZE增大为524288000,Dify 平台将允许安装 500M 大小以内的插件。 -
在 .env 配置文件将
NGINX_CLIENT_MAX_BODY_SIZE增大为500M,Nginx客户端将允许上传 500M 大小以内的内容。
Description
Scripting tool for downloading Dify plugin package from Dify Marketplace and Github and repackaging [true] offline package.
Languages
Shell
83.7%
Dockerfile
16.3%



