Skip to content

Commit

Permalink
📝 版本描述更新
Browse files Browse the repository at this point in the history
  • Loading branch information
chaos-zhu committed Aug 20, 2024
1 parent 9f04c8a commit f592871
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [2.2.3](https://github.com/chaos-zhu/easynode/releases) (2024-08-20)

### Features

* 添加环境变量 ✔
* 支持IP访问白名单设置 ✔
* 修复一些小bug ✔
* 优化Eslint规则 ✔

## [2.2.2](https://github.com/chaos-zhu/easynode/releases) (2024-08-19)

### Features
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
docker run -d --net=host --restart=always -v /root/easynode/db:/easynode/app/db chaoszhu/easynode
# 容器支持使用-p 8082:8082映射端口, 但无法记录登录IP
```
环境变量:
- DEBUG: 启动debug日志 0:关闭 1:开启, 默认关闭
- ALLOWED_IPS: 运行访问服务的IP, 多个使用逗号分隔, 例如: -e ALLOWED_IPS=127.0.0.1,127.0.0.2

### 手动部署

Expand Down

0 comments on commit f592871

Please sign in to comment.