mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-02-02 17:08:38 +08:00
edit docs
This commit is contained in:
parent
d4400edb82
commit
af9782bda6
@ -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
|
sudo su # when you have no root privileges
|
||||||
curl https://websoft9.github.io/StackHub/install/install.sh | bash
|
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
|
||||||
|
```
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
![image](https://github.com/Websoft9/StackHub/assets/43192516/3b52f27a-8dff-477b-acea-cf971096540c)
|
![image](https://github.com/Websoft9/StackHub/assets/43192516/3b52f27a-8dff-477b-acea-cf971096540c)
|
||||||
|
|
||||||
|
|
||||||
## 详细
|
## 详细
|
||||||
|
|
||||||
### 微服务
|
### 微服务
|
||||||
@ -18,8 +17,6 @@
|
|||||||
- API gateway: Kong(待定)
|
- API gateway: Kong(待定)
|
||||||
- CLI(待定)
|
- CLI(待定)
|
||||||
|
|
||||||
![image](https://user-images.githubusercontent.com/16741975/216497356-3913abd2-0b75-4619-8c40-512079e35f5b.png)
|
|
||||||
|
|
||||||
### 基础组件
|
### 基础组件
|
||||||
|
|
||||||
技术选型如下:
|
技术选型如下:
|
||||||
|
@ -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。
|
[FastAPI 文档](https://github.com/Websoft9/StackHub/blob/main/appmanage/docs/developer.md) 使用 swagger 自动生成,访问地址:http://IP:PORT/docs。
|
||||||
|
|
||||||
### Cockpit 插件
|
## Cockpit 插件
|
||||||
|
|
||||||
待补充。。。
|
待补充。。。
|
||||||
|
Loading…
Reference in New Issue
Block a user