添加自建 Web 控制台的文档#217
Conversation
Added instructions for self-hosting EasyTier Web Console, including service architecture and common parameters.
|
@Tangent-90C is attempting to deploy a commit to the EasyTier Team on Vercel. A member of the Team first needs to authorize it. |
|
需要补充英文版本和目录 |
Added documentation for self-hosted web console setup and usage.
There was a problem hiding this comment.
Pull request overview
This PR adds comprehensive documentation for self-hosting the EasyTier Web Console in both Chinese and English. The documentation explains the architecture (separated frontend/backend with 3 services), deployment options (easytier-web vs easytier-web-embed), configuration parameters, and connection instructions for nodes to access the self-hosted console.
Key Changes:
- Documents the 3-service architecture: Web frontend (port 11211), Web API backend (port 11211), and configuration delivery service (port 22020/UDP)
- Provides deployment example using
easytier-web-embedwith common parameter explanations - Explains connection method for easytier-core nodes to use self-hosted console
- Notes existence of two default accounts (
adminanduser)
Reviewed changes
Copilot reviewed 2 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| guide/network/web-console.md | Adds Chinese documentation for self-hosting web console, including architecture overview, deployment instructions, and connection guide |
| en/guide/network/web-console.md | Adds English translation of self-hosting documentation with same content structure as Chinese version |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
这个目录怎么说?是把 |
|
可以加上 使用nginx反向代理升级https并禁止注册 删除数据库里的默认用户的脚本还在写 |
好主意,不过easytier-web好像就没写销号功能 |
Added instructions for self-hosting EasyTier Web Console, including service architecture and common parameters.