[PR #5139] [MERGED] refactor: move web embeds to web/ directory #5146

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/5139
Author: @fatedier
Created: 1/26/2026
Status: Merged
Merged: 1/26/2026
Merged by: @fatedier

Base: devHead: new


📝 Commits (1)

  • b94a0ca refactor: move web embeds to web/ directory

📊 Changes

26 files changed (+12629 additions, -6059 deletions)

View changed files

📝 .circleci/config.yml (+8 -0)
📝 .github/workflows/golangci-lint.yml (+9 -0)
📝 .github/workflows/goreleaser.yml (+10 -2)
📝 Makefile (+12 -9)
📝 assets/assets.go (+1 -1)
assets/frpc/static/favicon.ico (+0 -0)
assets/frpc/static/index-BAsh6RH1.js (+0 -1)
assets/frpc/static/index-JCcyRUo1.css (+0 -1)
assets/frpc/static/index.html (+0 -15)
assets/frps/embed.go (+0 -14)
assets/frps/static/favicon.ico (+0 -0)
assets/frps/static/index-Cl4R6mJh.css (+0 -1)
assets/frps/static/index-r9B2t7lx.js (+0 -1)
assets/frps/static/index.html (+0 -15)
📝 cmd/frpc/main.go (+1 -1)
📝 cmd/frps/main.go (+1 -1)
📝 dockerfiles/Dockerfile-for-frpc (+9 -1)
📝 dockerfiles/Dockerfile-for-frps (+9 -1)
📝 web/frpc/Makefile (+4 -1)
📝 web/frpc/embed.go (+3 -3)

...and 6 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/5139 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 1/26/2026 **Status:** ✅ Merged **Merged:** 1/26/2026 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `new` --- ### 📝 Commits (1) - [`b94a0ca`](https://github.com/fatedier/frp/commit/b94a0caea6dce93dccc5ca37033bc52687653ab7) refactor: move web embeds to web/ directory ### 📊 Changes **26 files changed** (+12629 additions, -6059 deletions) <details> <summary>View changed files</summary> 📝 `.circleci/config.yml` (+8 -0) 📝 `.github/workflows/golangci-lint.yml` (+9 -0) 📝 `.github/workflows/goreleaser.yml` (+10 -2) 📝 `Makefile` (+12 -9) 📝 `assets/assets.go` (+1 -1) ➖ `assets/frpc/static/favicon.ico` (+0 -0) ➖ `assets/frpc/static/index-BAsh6RH1.js` (+0 -1) ➖ `assets/frpc/static/index-JCcyRUo1.css` (+0 -1) ➖ `assets/frpc/static/index.html` (+0 -15) ➖ `assets/frps/embed.go` (+0 -14) ➖ `assets/frps/static/favicon.ico` (+0 -0) ➖ `assets/frps/static/index-Cl4R6mJh.css` (+0 -1) ➖ `assets/frps/static/index-r9B2t7lx.js` (+0 -1) ➖ `assets/frps/static/index.html` (+0 -15) 📝 `cmd/frpc/main.go` (+1 -1) 📝 `cmd/frps/main.go` (+1 -1) 📝 `dockerfiles/Dockerfile-for-frpc` (+9 -1) 📝 `dockerfiles/Dockerfile-for-frps` (+9 -1) 📝 `web/frpc/Makefile` (+4 -1) 📝 `web/frpc/embed.go` (+3 -3) _...and 6 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 added the
pull-request
label 2026-05-05 14:55:34 -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#5146
No description provided.