[PR #15] [MERGED] fix: allow pipMirrorUrl to be configured through envs #261

Closed
opened 2026-02-16 01:15:17 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/15
Author: @Yeuoly
Created: 1/22/2025
Status: Merged
Merged: 1/22/2025
Merged by: @Yeuoly

Base: mainHead: fix/add-pip-mirror-url


📝 Commits (1)

  • da9f6df fix: allow pipMirrorUrl to be configured through envs

📊 Changes

5 files changed (+43 additions, -12 deletions)

View changed files

📝 internal/core/plugin_manager/launcher.go (+7 -1)
📝 internal/core/plugin_manager/local_runtime/environment_python.go (+15 -1)
📝 internal/core/plugin_manager/local_runtime/type.go (+16 -10)
📝 internal/core/plugin_manager/manager.go (+4 -0)
📝 internal/types/app/config.go (+1 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-plugin-daemon/pull/15 **Author:** [@Yeuoly](https://github.com/Yeuoly) **Created:** 1/22/2025 **Status:** ✅ Merged **Merged:** 1/22/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `fix/add-pip-mirror-url` --- ### 📝 Commits (1) - [`da9f6df`](https://github.com/langgenius/dify-plugin-daemon/commit/da9f6dfcbdb3a163d365edc592a63beb22a7a99c) fix: allow pipMirrorUrl to be configured through envs ### 📊 Changes **5 files changed** (+43 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `internal/core/plugin_manager/launcher.go` (+7 -1) 📝 `internal/core/plugin_manager/local_runtime/environment_python.go` (+15 -1) 📝 `internal/core/plugin_manager/local_runtime/type.go` (+16 -10) 📝 `internal/core/plugin_manager/manager.go` (+4 -0) 📝 `internal/types/app/config.go` (+1 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 01:15:17 -05:00
yindo closed this issue 2026-02-16 01:15:17 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-daemon#261