[PR #4828] [CLOSED] Master #5053

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/4828
Author: @synebula
Created: 6/6/2025
Status: Closed

Base: masterHead: master


📝 Commits (10+)

  • f9f1da5 add a home page before dash. it's use to auto navigate to proxy service.
  • c38571f sort proxy icon by proxy port
  • a68dedf Merge branch 'dev'
  • edcbdea add frps web build docker & work files
  • faa4aed remove docker tag: latest
  • c076e02 fix secret bug
  • 874f934 fix: docker file command npm run build
  • 9c0000e Merge pull request #3 from synebula/dev
  • b3b1cf1 update dockerfile node version
  • 80ae277 change workflow file

📊 Changes

51 files changed (+5102 additions, -201 deletions)

View changed files

.dockerignore (+6 -0)
.github/pull_request_template.md (+10 -0)
.github/workflows/build-navigation-frps.yml (+44 -0)
📝 README.md (+17 -0)
📝 README_zh.md (+16 -0)
assets/frpc/static/index-1c7ed8b0.js (+32 -0)
assets/frpc/static/index-1e2a7ce0.css (+1 -0)
assets/frpc/static/index-7dd223da.js (+0 -32)
assets/frpc/static/index-aa3c7267.css (+0 -1)
📝 assets/frpc/static/index.html (+2 -2)
assets/frps/static/index-1e0c7400.css (+1 -0)
assets/frps/static/index-7b4711f8.css (+0 -1)
assets/frps/static/index-93e38bbf.js (+74 -0)
assets/frps/static/index-b8250b3f.js (+0 -74)
📝 assets/frps/static/index.html (+2 -2)
📝 client/proxy/proxy.go (+9 -2)
📝 client/visitor.go (+9 -2)
cmd/frpc/sub/nathole.go (+102 -0)
📝 cmd/frps/root.go (+1 -1)
📝 conf/frpc_full.ini (+12 -1)

...and 31 more files

📄 Description

WHY


🔄 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/4828 **Author:** [@synebula](https://github.com/synebula) **Created:** 6/6/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`f9f1da5`](https://github.com/fatedier/frp/commit/f9f1da5069dd8ce60da04d3f7ba5e61ddebd17e3) add a home page before dash. it's use to auto navigate to proxy service. - [`c38571f`](https://github.com/fatedier/frp/commit/c38571f4f536b8b3e4d1d46fe9441bc659165b6c) sort proxy icon by proxy port - [`a68dedf`](https://github.com/fatedier/frp/commit/a68dedf3b9d79e81b1c3315e4dd756d5f0d707a8) Merge branch 'dev' - [`edcbdea`](https://github.com/fatedier/frp/commit/edcbdea37d00905baf264ae387a6648cc54b398f) add frps web build docker & work files - [`faa4aed`](https://github.com/fatedier/frp/commit/faa4aed2ce25ea19b931cf32f391b3228470f73f) remove docker tag: latest - [`c076e02`](https://github.com/fatedier/frp/commit/c076e02b41760d1015d81fa68434e923c5d8ab55) fix secret bug - [`874f934`](https://github.com/fatedier/frp/commit/874f934555c0cd1a95b6d6cd6c3bf41872f69b9a) fix: docker file command npm run build - [`9c0000e`](https://github.com/fatedier/frp/commit/9c0000e3cac66405cf90d02bd6c752367d702fd6) Merge pull request #3 from synebula/dev - [`b3b1cf1`](https://github.com/fatedier/frp/commit/b3b1cf1c6c22ac12940be1e79105dc5636c3a119) update dockerfile node version - [`80ae277`](https://github.com/fatedier/frp/commit/80ae277fb1e3a840f171e22c60292d6c0a44572d) change workflow file ### 📊 Changes **51 files changed** (+5102 additions, -201 deletions) <details> <summary>View changed files</summary> ➕ `.dockerignore` (+6 -0) ➕ `.github/pull_request_template.md` (+10 -0) ➕ `.github/workflows/build-navigation-frps.yml` (+44 -0) 📝 `README.md` (+17 -0) 📝 `README_zh.md` (+16 -0) ➕ `assets/frpc/static/index-1c7ed8b0.js` (+32 -0) ➕ `assets/frpc/static/index-1e2a7ce0.css` (+1 -0) ➖ `assets/frpc/static/index-7dd223da.js` (+0 -32) ➖ `assets/frpc/static/index-aa3c7267.css` (+0 -1) 📝 `assets/frpc/static/index.html` (+2 -2) ➕ `assets/frps/static/index-1e0c7400.css` (+1 -0) ➖ `assets/frps/static/index-7b4711f8.css` (+0 -1) ➕ `assets/frps/static/index-93e38bbf.js` (+74 -0) ➖ `assets/frps/static/index-b8250b3f.js` (+0 -74) 📝 `assets/frps/static/index.html` (+2 -2) 📝 `client/proxy/proxy.go` (+9 -2) 📝 `client/visitor.go` (+9 -2) ➕ `cmd/frpc/sub/nathole.go` (+102 -0) 📝 `cmd/frps/root.go` (+1 -1) 📝 `conf/frpc_full.ini` (+12 -1) _...and 31 more files_ </details> ### 📄 Description ### WHY <!-- author to complete --> --- <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:53:47 -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#5053
No description provided.