up readme
This commit is contained in:
@@ -39,6 +39,8 @@
|
|||||||
- 自动获取ID服务器和KEY
|
- 自动获取ID服务器和KEY
|
||||||
- 自动获取地址簿
|
- 自动获取地址簿
|
||||||
- 游客通过临时分享链接直接远程到设备
|
- 游客通过临时分享链接直接远程到设备
|
||||||
|
- CLI
|
||||||
|
- 重置管理员密码
|
||||||
|
|
||||||
## 使用前准备
|
## 使用前准备
|
||||||
|
|
||||||
@@ -147,6 +149,17 @@
|
|||||||
2. PC端文档 `<youer server[:port]>/swagger/index.html`
|
2. PC端文档 `<youer server[:port]>/swagger/index.html`
|
||||||

|

|
||||||
|
|
||||||
|
### CLI
|
||||||
|
```bash
|
||||||
|
# 查看帮助
|
||||||
|
./apimain -h
|
||||||
|
```
|
||||||
|
|
||||||
|
#### 重置管理员密码
|
||||||
|
```bash
|
||||||
|
./apimain reset-admin-pwd <pwd>
|
||||||
|
```
|
||||||
|
|
||||||
## 安装与运行
|
## 安装与运行
|
||||||
|
|
||||||
### 相关配置
|
### 相关配置
|
||||||
|
|||||||
+13
-1
@@ -38,7 +38,8 @@ desktop software that provides self-hosted solutions.
|
|||||||
- Automatically obtain ID server and KEY
|
- Automatically obtain ID server and KEY
|
||||||
- Automatically obtain address book
|
- Automatically obtain address book
|
||||||
- Visitors are remotely to the device via a temporary sharing link
|
- Visitors are remotely to the device via a temporary sharing link
|
||||||
|
- CLI
|
||||||
|
- Reset admin password
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
### [Rustdesk](https://github.com/rustdesk/rustdesk)
|
### [Rustdesk](https://github.com/rustdesk/rustdesk)
|
||||||
@@ -153,6 +154,17 @@ installation are `admin` `admin`, please change the password immediately.
|
|||||||
2. PC client docs: `<your server[:port]>/swagger/index.html`
|
2. PC client docs: `<your server[:port]>/swagger/index.html`
|
||||||

|

|
||||||
|
|
||||||
|
### CLI
|
||||||
|
```bash
|
||||||
|
# help
|
||||||
|
./apimain -h
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Reset admin password
|
||||||
|
```bash
|
||||||
|
./apimain reset-admin-pwd <pwd>
|
||||||
|
```
|
||||||
|
|
||||||
## Installation and Setup
|
## Installation and Setup
|
||||||
|
|
||||||
### Configuration
|
### Configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user