[PR #1042] [MERGED] release v0.23.0 #4300

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/1042
Author: @fatedier
Created: 1/15/2019
Status: Merged
Merged: 1/15/2019
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (10+)

  • b61cb14 remove docker support
  • 25cfda5 conf: support render configure file using environment variables
  • 655c52f doc: add conf template
  • a4106ec Merge pull request #1006 from fatedier/doc
  • 7c21906 improve kcp shutdown
  • 0c7d778 frps: optimize code
  • 611d063 server: adjust code structure
  • f76deb8 frps: remove auth timeout
  • b250342 web: remove auth timeout
  • bbc6f16 doc: add health check

📊 Changes

43 files changed (+1838 additions, -1327 deletions)

View changed files

.dockerignore (+0 -5)
Dockerfile (+0 -17)
Dockerfile_alpine (+0 -12)
Dockerfile_multiple_build (+0 -21)
📝 README.md (+79 -13)
📝 README_zh.md (+89 -19)
📝 assets/static/index.html (+1 -1)
📝 assets/static/manifest.js (+1 -1)
📝 assets/static/vendor.js (+1 -1)
📝 assets/statik/statik.go (+3 -1)
📝 client/admin_api.go (+2 -14)
📝 client/control.go (+1 -0)
📝 client/proxy/proxy_manager.go (+3 -2)
📝 client/service.go (+1 -0)
📝 cmd/frpc/sub/root.go (+17 -18)
📝 cmd/frps/root.go (+10 -16)
📝 conf/frpc_full.ini (+7 -2)
📝 conf/frps_full.ini (+0 -4)
doc/pic/zsxq.jpg (+0 -0)
📝 models/config/proxy.go (+7 -1)

...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/1042 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 1/15/2019 **Status:** ✅ Merged **Merged:** 1/15/2019 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`b61cb14`](https://github.com/fatedier/frp/commit/b61cb14c8f5c3493e0fdbbb77ab849cb24176331) remove docker support - [`25cfda5`](https://github.com/fatedier/frp/commit/25cfda5768a1b4b34a3b6494e02f662056ab289a) conf: support render configure file using environment variables - [`655c52f`](https://github.com/fatedier/frp/commit/655c52f9cea69a60911844e5c291c2f0eb9b2fcd) doc: add conf template - [`a4106ec`](https://github.com/fatedier/frp/commit/a4106ec4b7f109925ce66e5b26feae7763ab5f1d) Merge pull request #1006 from fatedier/doc - [`7c21906`](https://github.com/fatedier/frp/commit/7c219068844803535e3b277326b7a3b0754d1ec7) improve kcp shutdown - [`0c7d778`](https://github.com/fatedier/frp/commit/0c7d77889678437d9697ab9411d515c006768dc7) frps: optimize code - [`611d063`](https://github.com/fatedier/frp/commit/611d063e1f32a056a1fff10f981efb3be088d5b7) server: adjust code structure - [`f76deb8`](https://github.com/fatedier/frp/commit/f76deb88986b916f05c539f6d6d114111fd45626) frps: remove auth timeout - [`b250342`](https://github.com/fatedier/frp/commit/b250342e27d0148592dc45f55111fa95922cb9c6) web: remove auth timeout - [`bbc6f16`](https://github.com/fatedier/frp/commit/bbc6f1687dd2dd345ff309765c33965e54b9f9ae) doc: add health check ### 📊 Changes **43 files changed** (+1838 additions, -1327 deletions) <details> <summary>View changed files</summary> ➖ `.dockerignore` (+0 -5) ➖ `Dockerfile` (+0 -17) ➖ `Dockerfile_alpine` (+0 -12) ➖ `Dockerfile_multiple_build` (+0 -21) 📝 `README.md` (+79 -13) 📝 `README_zh.md` (+89 -19) 📝 `assets/static/index.html` (+1 -1) 📝 `assets/static/manifest.js` (+1 -1) 📝 `assets/static/vendor.js` (+1 -1) 📝 `assets/statik/statik.go` (+3 -1) 📝 `client/admin_api.go` (+2 -14) 📝 `client/control.go` (+1 -0) 📝 `client/proxy/proxy_manager.go` (+3 -2) 📝 `client/service.go` (+1 -0) 📝 `cmd/frpc/sub/root.go` (+17 -18) 📝 `cmd/frps/root.go` (+10 -16) 📝 `conf/frpc_full.ini` (+7 -2) 📝 `conf/frps_full.ini` (+0 -4) ➕ `doc/pic/zsxq.jpg` (+0 -0) 📝 `models/config/proxy.go` (+7 -1) _...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:39:26 -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#4300
No description provided.