-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
28 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,30 @@ | ||
## Deploy | ||
# Easy Panel | ||
|
||
### Docker Compose | ||
Easy Panel 是一款用 Next.js 开发的服务管理面板,目前支持 Cockroachai 的用户管理。 | ||
|
||
```bash | ||
docker compose build | ||
docker compose run --rm easy-panel yarn docker:db-migrate | ||
docker compose run --rm easy-panel yarn docker:create-admin | ||
docker compose up -d | ||
``` | ||
> [!NOTE] | ||
> | ||
> Easy Panel 尚在早期开发测试阶段,存在不稳定性,请斟酌使用。 | ||
项目适合: | ||
- 私人小规模共享 | ||
- 中小规模的团队、组织、实验室内部使用 | ||
|
||
项目不适合: | ||
- 商业行为 | ||
|
||
## 特点 | ||
|
||
- 支持多实例的配置和管理 | ||
- 支持 OIDC 一键登录 | ||
- 实例级别的用户权限管理 | ||
- 详细的日志记录 | ||
|
||
尚未实现: | ||
- [ ] 审计功能 | ||
- [ ] 限速功能 | ||
- [ ] 手机端适配 | ||
|
||
## 部署和使用教程 | ||
|
||
请参考项目 wiki。 |