diff --git a/readme.md b/readme.md index 0e69512..e6fac4f 100644 --- a/readme.md +++ b/readme.md @@ -2,6 +2,61 @@ frpc-console

+# frpc-console + +**Designed for Long-Term FRP Deployment.** + +A lightweight lifecycle console built from real-world engineering practice. + +**安装一次。配置一次。然后忘记它。** + +--- + +## 📖 Documents + +| | | +|---|---| +| 📖 Engineering Philosophy | 为什么它会长成今天这样 | +| 🚀 Deployment Guide | Docker、Binary、ARMHF | +| 🔄 Update Strategy | Preview / LTS | +| 🏗 Architecture | 整体架构 | +| ⚙ Design Decisions | 为什么没有 CI?为什么叫 Console? | +| 🌐 Edge Node | 为什么支持 BusyBox、ARMHF | + +--- + +> *“The best infrastructure tool is the one you rarely notice.”* + +Read the full [Engineering Philosophy →](docs/engineering-philosophy.md) + +--- + +## 🚀 Quick Start + +Docker版本: +```bash +curl -sSL https://git.whitetop.xyz/lxh2875931338/frpc-console/raw/main/run-deploy.sh | sudo bash +``` + + + + +首次访问注册管理员账户,导入你的 `frpc.toml`,然后: + +**忘记它。** + +--- + +**MIT License © 2026 lxh2875931338(XHLiang0)** · [GitHub](链接) · [致谢](链接) + +--- + + + + + + + # frpc-console **A lightweight console for managing FRP, designed for real-world deployment.** @@ -405,18 +460,33 @@ Docker、x86、ARM64、ARMHF,甚至极简 Linux——都应该拥有同样的 --- -## 许可证 +## 📝 更新日志 + +#### 相关更新日志请查看[update-logs.md](./update-logs.md) + +--- + +## 📄 许可证 MIT License © 2026 lxh2875931338(XHLiang0) --- +## 🙏 相关项目援引 + +### FRP 生态互补工具 + +· [MoonProxy](https://github.com/MoonProxyHQ/moonproxy-desktop) —— 基于 Tauri v2 + Vue 3 + Rust 构建的跨平台 FRP 桌面客户端(frpc GUI),面向 macOS 与 Windows,让内网穿透开箱即用,MIT协议开源。 + +### FRP 生态同类工具(暂无互引) +
+ ## 致谢 - [fatedier/frp](https://github.com/fatedier/frp) —— 强大的内网穿透工具 - [gin-gonic/gin](https://github.com/gin-gonic/gin) —— 高性能 Go Web 框架 - [vuejs/vue](https://github.com/vuejs/vue) —— 渐进式 JavaScript 框架 ---- -**Thanks · Star** \ No newline at end of file + +