[PR #63] [MERGED] provide a simple dashboard webpage #4125

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/63
Author: @fatedier
Created: 8/11/2016
Status: Merged
Merged: 8/11/2016
Merged by: @fatedier

Base: devHead: vashstorm/dashboard_view


📝 Commits (6)

  • d813b95 assets:dashboard static resources
  • 3ab9850 fix index.html use local css files
  • 4300169 assets: optimize static files archetucture
  • 31dfd51 index.html use bar instead of line, fix col merging bug
  • 0602773 index.html: fix duplicate today info bug
  • 5cdb84c index.html table show today flow_out and flow_in

📊 Changes

21 files changed (+848 additions, -21 deletions)

View changed files

📝 Makefile (+1 -0)
assets/css/bootstrap.min.css (+5 -0)
assets/css/font-awesome.min.css (+4 -0)
assets/css/iconfont.css (+18 -0)
assets/font/iconfont.eot (+0 -0)
assets/font/iconfont.svg (+39 -0)
assets/font/iconfont.ttf (+0 -0)
assets/font/iconfont.woff (+0 -0)
assets/index.html (+303 -0)
assets/js/angular.min.js (+317 -0)
assets/js/bootstrap.min.js (+7 -0)
assets/js/echarts.min.js (+35 -0)
assets/js/jquery.min.js (+4 -0)
assets/static/iconfont.css (+18 -0)
📝 conf/frps.ini (+2 -0)
📝 src/frp/models/server/config.go (+10 -0)
📝 src/frp/models/server/dashboard.go (+33 -12)
📝 src/frp/models/server/dashboard_api.go (+10 -7)
src/frp/models/server/dashboard_view.go (+35 -0)
📝 src/frp/models/server/server.go (+7 -1)

...and 1 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/63 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 8/11/2016 **Status:** ✅ Merged **Merged:** 8/11/2016 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `vashstorm/dashboard_view` --- ### 📝 Commits (6) - [`d813b95`](https://github.com/fatedier/frp/commit/d813b953dd5545cd335adf0a67e9a2c7f01913c0) assets:dashboard static resources - [`3ab9850`](https://github.com/fatedier/frp/commit/3ab9850871b6f2b9a4c69a0bb17d3bada63dc718) fix index.html use local css files - [`4300169`](https://github.com/fatedier/frp/commit/43001690415614d43d54d68b77c61b6f926cdf09) assets: optimize static files archetucture - [`31dfd51`](https://github.com/fatedier/frp/commit/31dfd5101f38ae51507e8a7399e81c5ab3be7f65) index.html use bar instead of line, fix col merging bug - [`0602773`](https://github.com/fatedier/frp/commit/060277308b62e136b31224f163b84480cde306c1) index.html: fix duplicate today info bug - [`5cdb84c`](https://github.com/fatedier/frp/commit/5cdb84c666b0ba6dc3fab7f7df567ac9e4fcf934) index.html table show today flow_out and flow_in ### 📊 Changes **21 files changed** (+848 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+1 -0) ➕ `assets/css/bootstrap.min.css` (+5 -0) ➕ `assets/css/font-awesome.min.css` (+4 -0) ➕ `assets/css/iconfont.css` (+18 -0) ➕ `assets/font/iconfont.eot` (+0 -0) ➕ `assets/font/iconfont.svg` (+39 -0) ➕ `assets/font/iconfont.ttf` (+0 -0) ➕ `assets/font/iconfont.woff` (+0 -0) ➕ `assets/index.html` (+303 -0) ➕ `assets/js/angular.min.js` (+317 -0) ➕ `assets/js/bootstrap.min.js` (+7 -0) ➕ `assets/js/echarts.min.js` (+35 -0) ➕ `assets/js/jquery.min.js` (+4 -0) ➕ `assets/static/iconfont.css` (+18 -0) 📝 `conf/frps.ini` (+2 -0) 📝 `src/frp/models/server/config.go` (+10 -0) 📝 `src/frp/models/server/dashboard.go` (+33 -12) 📝 `src/frp/models/server/dashboard_api.go` (+10 -7) ➕ `src/frp/models/server/dashboard_view.go` (+35 -0) 📝 `src/frp/models/server/server.go` (+7 -1) _...and 1 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:36:09 -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#4125
No description provided.