[PR #783] [MERGED] frps dashboard add stcp #4257

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/783
Author: @fatedier
Created: 5/20/2018
Status: Merged
Merged: 5/20/2018
Merged by: @fatedier

Base: devHead: stcp


📝 Commits (1)

📊 Changes

43 files changed (+5104 additions, -3237 deletions)

View changed files

📝 Gopkg.lock (+13 -7)
📝 Gopkg.toml (+4 -0)
📝 assets/static/index.html (+1 -1)
📝 assets/static/manifest.js (+1 -1)
📝 assets/static/vendor.js (+1 -1)
📝 assets/statik/statik.go (+1 -3)
📝 client/admin.go (+5 -4)
📝 client/admin_api.go (+2 -3)
📝 models/plugin/static_file.go (+6 -5)
📝 server/dashboard.go (+11 -17)
📝 server/dashboard_api.go (+116 -140)
📝 utils/net/http.go (+21 -11)
vendor/github.com/gorilla/context/.travis.yml (+19 -0)
vendor/github.com/gorilla/context/LICENSE (+27 -0)
vendor/github.com/gorilla/context/README.md (+10 -0)
vendor/github.com/gorilla/context/context.go (+143 -0)
vendor/github.com/gorilla/context/doc.go (+88 -0)
vendor/github.com/gorilla/mux/.travis.yml (+23 -0)
vendor/github.com/gorilla/mux/ISSUE_TEMPLATE.md (+11 -0)
vendor/github.com/gorilla/mux/LICENSE (+27 -0)

...and 23 more files

📄 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/fatedier/frp/pull/783 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 5/20/2018 **Status:** ✅ Merged **Merged:** 5/20/2018 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `stcp` --- ### 📝 Commits (1) - [`6eb8146`](https://github.com/fatedier/frp/commit/6eb8146334aed377066fb554f440a2c45e56fcc8) frps dashboard add stcp ### 📊 Changes **43 files changed** (+5104 additions, -3237 deletions) <details> <summary>View changed files</summary> 📝 `Gopkg.lock` (+13 -7) 📝 `Gopkg.toml` (+4 -0) 📝 `assets/static/index.html` (+1 -1) 📝 `assets/static/manifest.js` (+1 -1) 📝 `assets/static/vendor.js` (+1 -1) 📝 `assets/statik/statik.go` (+1 -3) 📝 `client/admin.go` (+5 -4) 📝 `client/admin_api.go` (+2 -3) 📝 `models/plugin/static_file.go` (+6 -5) 📝 `server/dashboard.go` (+11 -17) 📝 `server/dashboard_api.go` (+116 -140) 📝 `utils/net/http.go` (+21 -11) ➕ `vendor/github.com/gorilla/context/.travis.yml` (+19 -0) ➕ `vendor/github.com/gorilla/context/LICENSE` (+27 -0) ➕ `vendor/github.com/gorilla/context/README.md` (+10 -0) ➕ `vendor/github.com/gorilla/context/context.go` (+143 -0) ➕ `vendor/github.com/gorilla/context/doc.go` (+88 -0) ➕ `vendor/github.com/gorilla/mux/.travis.yml` (+23 -0) ➕ `vendor/github.com/gorilla/mux/ISSUE_TEMPLATE.md` (+11 -0) ➕ `vendor/github.com/gorilla/mux/LICENSE` (+27 -0) _...and 23 more files_ </details> ### 📄 Description _No description provided_ --- <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:38:36 -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#4257
No description provided.