edit docs

This commit is contained in:
qiaofeng1227 2023-05-30 17:04:58 +08:00
parent d4400edb82
commit af9782bda6
4 changed files with 9 additions and 5 deletions

View file

@ -41,3 +41,10 @@ wget -N https://websoft9.github.io/StackHub/scripts/install.sh; bash install.sh
sudo su # when you have no root privileges
curl https://websoft9.github.io/StackHub/install/install.sh | bash
```
## Upgrade
```
sudo su # when you have no root privileges
curl https://websoft9.github.io/StackHub/install/update.sh | bash
```

View file

@ -2,7 +2,6 @@
![image](https://github.com/Websoft9/StackHub/assets/43192516/3b52f27a-8dff-477b-acea-cf971096540c)
## 详细
### 微服务
@ -18,8 +17,6 @@
- API gateway: Kong待定
- CLI待定
![image](https://user-images.githubusercontent.com/16741975/216497356-3913abd2-0b75-4619-8c40-512079e35f5b.png)
### 基础组件
技术选型如下:

View file

@ -71,6 +71,6 @@ cancel_jobs = cancel.get_job_ids()
[FastAPI 文档](https://github.com/Websoft9/StackHub/blob/main/appmanage/docs/developer.md) 使用 swagger 自动生成访问地址http://IP:PORT/docs。
### Cockpit 插件
## Cockpit 插件
待补充。。。