|
|
@@ -121,8 +121,9 @@ installation are `admin` `admin`, please change the password immediately.***
|
|
121
|
121
|
|
|
122
|
122
|
### Configuration
|
|
123
|
123
|
|
|
124
|
|
-* Modify the configuration in `conf/config.yaml`. If `gorm.type` is set to `sqlite`, MySQL-related configurations are
|
|
125
|
|
- not required.
|
|
|
124
|
+* Modify the configuration in `conf/config.yaml`.
|
|
|
125
|
+* If `gorm.type` is set to `sqlite`, MySQL-related configurations are not required.
|
|
|
126
|
+* Language support: `en` and `zh-CN` are supported. The default is `zh-CN`.
|
|
126
|
127
|
|
|
127
|
128
|
```yaml
|
|
128
|
129
|
lang: "en"
|
|
|
@@ -184,6 +185,7 @@ rustdesk:
|
|
184
|
185
|
```bash
|
|
185
|
186
|
docker run -d --name rustdesk-api -p 21114:21114 \
|
|
186
|
187
|
-v /data/rustdesk/api:/app/data \
|
|
|
188
|
+-e RUSTDESK_API_LANG=en \
|
|
187
|
189
|
-e RUSTDESK_API_RUSTDESK_ID_SERVER=192.168.1.66:21116 \
|
|
188
|
190
|
-e RUSTDESK_API_RUSTDESK_RELAY_SERVER=192.168.1.66:21117 \
|
|
189
|
191
|
-e RUSTDESK_API_RUSTDESK_API_SERVER=http://192.168.1.66:21114 \
|