[PR #3662] [MERGED] fix broken server api and dashboard info #4802

Closed
opened 2026-05-05 14:49:01 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/3662
Author: @fatedier
Created: 10/11/2023
Status: Merged
Merged: 10/11/2023
Merged by: @fatedier

Base: devHead: new


📝 Commits (1)

  • e7c1c6d fix broken server api and dashboard info

📊 Changes

14 files changed (+224 additions, -225 deletions)

View changed files

📝 Release.md (+2 -0)
📝 assets/frps/static/index-9465253b.js (+19 -19)
📝 assets/frps/static/index.html (+1 -1)
📝 pkg/config/v1/plugin.go (+4 -2)
📝 server/dashboard_api.go (+35 -35)
📝 web/frps/auto-imports.d.ts (+3 -1)
📝 web/frps/src/components/ProxiesHTTP.vue (+6 -6)
📝 web/frps/src/components/ProxiesHTTPS.vue (+6 -6)
📝 web/frps/src/components/ProxyView.vue (+6 -6)
📝 web/frps/src/components/ProxyViewExpand.vue (+6 -6)
📝 web/frps/src/components/ServerOverview.vue (+71 -71)
📝 web/frps/src/components/Traffic.vue (+4 -4)
📝 web/frps/src/utils/chart.ts (+21 -21)
📝 web/frps/src/utils/proxy.ts (+40 -47)

📄 Description

WHY

Fix #3658


🔄 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/fatedier/frp/pull/3662 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 10/11/2023 **Status:** ✅ Merged **Merged:** 10/11/2023 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `new` --- ### 📝 Commits (1) - [`e7c1c6d`](https://github.com/fatedier/frp/commit/e7c1c6d4be6af365c2b0820151e30279de7ffa9d) fix broken server api and dashboard info ### 📊 Changes **14 files changed** (+224 additions, -225 deletions) <details> <summary>View changed files</summary> 📝 `Release.md` (+2 -0) 📝 `assets/frps/static/index-9465253b.js` (+19 -19) 📝 `assets/frps/static/index.html` (+1 -1) 📝 `pkg/config/v1/plugin.go` (+4 -2) 📝 `server/dashboard_api.go` (+35 -35) 📝 `web/frps/auto-imports.d.ts` (+3 -1) 📝 `web/frps/src/components/ProxiesHTTP.vue` (+6 -6) 📝 `web/frps/src/components/ProxiesHTTPS.vue` (+6 -6) 📝 `web/frps/src/components/ProxyView.vue` (+6 -6) 📝 `web/frps/src/components/ProxyViewExpand.vue` (+6 -6) 📝 `web/frps/src/components/ServerOverview.vue` (+71 -71) 📝 `web/frps/src/components/Traffic.vue` (+4 -4) 📝 `web/frps/src/utils/chart.ts` (+21 -21) 📝 `web/frps/src/utils/proxy.ts` (+40 -47) </details> ### 📄 Description ### WHY Fix #3658 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 14:49:01 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#4802
No description provided.