📝 描述更新
This commit is contained in:
parent
56cc7dc3d5
commit
c9f75e6b30
@ -36,7 +36,7 @@ docker run -d --net=host --restart=always -v /root/easynode/db:/easynode/app/db
|
||||
```
|
||||
环境变量:
|
||||
- `DEBUG`: 启动debug日志 0:关闭 1:开启, 默认关闭
|
||||
- `ALLOWED_IPS`: 运行访问服务的IP, 多个使用逗号分隔, 例如: `-e ALLOWED_IPS=127.0.0.1,127.0.0.2`
|
||||
- `ALLOWED_IPS`: 可以访问服务的IP白名单, 多个使用逗号分隔, 例如: `-e ALLOWED_IPS=127.0.0.1,127.0.0.2`
|
||||
|
||||
### 手动部署
|
||||
|
||||
@ -85,7 +85,7 @@ curl -o- https://mirror.ghproxy.com/https://raw.githubusercontent.com/chaos-zhu/
|
||||
|
||||
## 开发
|
||||
|
||||
1. 拉取代码,环境 `nodejs``>=20`
|
||||
1. 拉取代码,环境 `nodejs>=20`
|
||||
2. cd到项目根目录,`yarn install` 执行安装依赖
|
||||
3. `yarn dev`启动项目
|
||||
4. web: `http://localhost:18090/`
|
||||
@ -102,7 +102,7 @@ curl -o- https://mirror.ghproxy.com/https://raw.githubusercontent.com/chaos-zhu/
|
||||
|
||||
首先声明,任何系统无法保障没有bug的存在,EasyNode也一样。
|
||||
|
||||
面板提供了IP访问白名单配置, 可配合**iptables** 限制IP访问, 安全性将得到保障。如果需要更高级别的安全性,建议面板服务不要暴露到公网。
|
||||
面板提供访问此服务的IP白名单环境变量配置, 如需加强可以使用**iptables**进一步限制IP访问, 安全性将得到保障。如果需要更高级别的安全性,建议面板服务不要暴露到公网。
|
||||
|
||||
webssh与监控服务都将以`该服务器作为中转`。中国大陆用户建议使用香港、新加坡、日本、韩国等地区的低延迟服务器来安装服务端面板
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user