[PR #10] [MERGED] add proxy config for runtime #257

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/10
Author: @hjlarry
Created: 1/13/2025
Status: Merged
Merged: 1/14/2025
Merged by: @Yeuoly

Base: mainHead: p2


📝 Commits (3)

  • 7b47d8b add proxy for runtime
  • d44eb84 Merge remote-tracking branch 'myfork/p3' into p2
  • 07a53a4 change variable name

📊 Changes

6 files changed (+29 additions, -1 deletions)

View changed files

📝 .env.example (+4 -0)
📝 internal/core/plugin_manager/launcher.go (+1 -1)
📝 internal/core/plugin_manager/local_runtime/run.go (+6 -0)
📝 internal/core/plugin_manager/local_runtime/type.go (+8 -0)
📝 internal/core/plugin_manager/manager.go (+6 -0)
📝 internal/types/app/config.go (+4 -0)

📄 Description

like the sandbox's proxy config


🔄 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/10 **Author:** [@hjlarry](https://github.com/hjlarry) **Created:** 1/13/2025 **Status:** ✅ Merged **Merged:** 1/14/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `p2` --- ### 📝 Commits (3) - [`7b47d8b`](https://github.com/langgenius/dify-plugin-daemon/commit/7b47d8b79a23a217a6d878d954e38b63d2de88ff) add proxy for runtime - [`d44eb84`](https://github.com/langgenius/dify-plugin-daemon/commit/d44eb84e5a6b5186a2e1a9bb18c847e37b035183) Merge remote-tracking branch 'myfork/p3' into p2 - [`07a53a4`](https://github.com/langgenius/dify-plugin-daemon/commit/07a53a4fd7cd86f0f6fe8aef58168e65fe39bbd4) change variable name ### 📊 Changes **6 files changed** (+29 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+4 -0) 📝 `internal/core/plugin_manager/launcher.go` (+1 -1) 📝 `internal/core/plugin_manager/local_runtime/run.go` (+6 -0) 📝 `internal/core/plugin_manager/local_runtime/type.go` (+8 -0) 📝 `internal/core/plugin_manager/manager.go` (+6 -0) 📝 `internal/types/app/config.go` (+4 -0) </details> ### 📄 Description like the sandbox's proxy config --- <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:16 -05:00
yindo closed this issue 2026-02-16 01:15:16 -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#257