remove chown, and update server-set-window-zh.png

This commit is contained in:
rustdesk 2022-04-12 02:02:09 +08:00
parent f49d4e0bb5
commit 5976d4cb4a
5 changed files with 10 additions and 22 deletions

View File

@ -16,7 +16,7 @@ defaultContentLanguageInSubdir= true
disableNextPrev = false disableNextPrev = false
disableLandingPageButton = true disableLandingPageButton = true
disableMermaid = false disableMermaid = false
customMermaidURL = "https://unpkg.com/mermaid@8.8.0/dist/mermaid.min.js" #customMermaidURL = "https://unpkg.com/mermaid@8.8.0/dist/mermaid.min.js"
titleSeparator = "::" titleSeparator = "::"
themeVariant = "blue" themeVariant = "blue"
custom_css = ["css/theme-mine.css"] custom_css = ["css/theme-mine.css"]

View File

@ -10,7 +10,7 @@ weight: 10
[Download](https://github.com/rustdesk/rustdesk-server/) or use docker rustdesk/rustdesk-server, **Note:** You need [buy license](https://rustdesk.com/server/) When using this software [Download](https://github.com/rustdesk/rustdesk-server/) or use docker rustdesk/rustdesk-server, **Note:** You need [buy license](https://rustdesk.com/server/) When using this software
Three platform versions provided: Platform versions provided:
- Linux - Linux
- Windows - Windows
@ -20,11 +20,6 @@ There are two executables:
- hbbs - RustDesk ID/Rendezvous server - hbbs - RustDesk ID/Rendezvous server
- hbbr - RustDesk relay server - hbbr - RustDesk relay server
Do below after download
```
chmod a+x hbbs hbbr
```
They are built on Centos7, tested on Centos7/8, Ubuntu 18/20. They are built on Centos7, tested on Centos7/8, Ubuntu 18/20.
#### Server Requirements #### Server Requirements
@ -84,7 +79,8 @@ hbbs.yourhost.com:21116
![](/docs/en/self-host/install/images/server-set-window.png) ![](/docs/en/self-host/install/images/server-set-window.png)
### Key ## Key
-----------
Different from the old version, the Key in this version is mandatory. When hbbs runs for the first time, it will automatically generate a pair of encrypted private key and public key (respectively located in the `id_ed25519` and `id_ed25519.pub` files in the running directory), its main purpose is for communication encryption, if you did not fill in the Key in the previous step (the content in the public key file `id_ed25519.pub`), Different from the old version, the Key in this version is mandatory. When hbbs runs for the first time, it will automatically generate a pair of encrypted private key and public key (respectively located in the `id_ed25519` and `id_ed25519.pub` files in the running directory), its main purpose is for communication encryption, if you did not fill in the Key in the previous step (the content in the public key file `id_ed25519.pub`),
```` ````

View File

@ -10,7 +10,7 @@ weight: 10
[下载](https://gitee.com/rustdesk/rustdesk-server/)或者使用docker rustdesk/rustdesk-server**注意** 你需要[购买许可](https://rustdesk.com/server/)才能正常运行本程序 [下载](https://gitee.com/rustdesk/rustdesk-server/)或者使用docker rustdesk/rustdesk-server**注意** 你需要[购买许可](https://rustdesk.com/server/)才能正常运行本程序
提供三个版本: 提供版本:
- Linux - Linux
- Windows - Windows
@ -20,11 +20,6 @@ weight: 10
- hbbs - RustDesk ID注册服务器 - hbbs - RustDesk ID注册服务器
- hbbr - RustDesk 中继服务器 - hbbr - RustDesk 中继服务器
下载后务必
```
chmod a+x hbbs hbbr
```
Linux版本在Centos7构建在 Centos7/8Ubuntu 18/20上测试过Debian系列的发行版本应该都没有问题。如果有其他发行版本需求请联系我。 Linux版本在Centos7构建在 Centos7/8Ubuntu 18/20上测试过Debian系列的发行版本应该都没有问题。如果有其他发行版本需求请联系我。
#### 服务器要求 #### 服务器要求
@ -81,7 +76,8 @@ hbbs.yourhost.com:21116
``` ```
![](/docs/en/self-host/install/images/server-set-window-zh.png) ![](/docs/en/self-host/install/images/server-set-window-zh.png)
### Key ## Key
-----------
同上个版本不同本版本中的Key是强制的hbbs在第一次运行时会自动产生一对加密私钥和公钥分别位于运行目录下的`id_ed25519`和`id_ed25519.pub`文件中其主要用途是为了通讯加密如果您在上一步骤中没有填写Key(公钥文件`id_ed25519.pub`中的内容) 同上个版本不同本版本中的Key是强制的hbbs在第一次运行时会自动产生一对加密私钥和公钥分别位于运行目录下的`id_ed25519`和`id_ed25519.pub`文件中其主要用途是为了通讯加密如果您在上一步骤中没有填写Key(公钥文件`id_ed25519.pub`中的内容)
``` ```

View File

@ -10,7 +10,7 @@ weight: 10
[下載](https://gitee.com/rustdesk/rustdesk-server/)或者使用docker rustdesk/rustdesk-server**注意** 你需要[購買許可](https://rustdesk.com/server/)才能正常運行本程序 [下載](https://gitee.com/rustdesk/rustdesk-server/)或者使用docker rustdesk/rustdesk-server**注意** 你需要[購買許可](https://rustdesk.com/server/)才能正常運行本程序
提供三個版本: 提供版本:
- Linux - Linux
- Windows - Windows
@ -20,11 +20,6 @@ weight: 10
- hbbs - RustDesk ID註冊服務器 - hbbs - RustDesk ID註冊服務器
- hbbr - RustDesk 中繼服務器 - hbbr - RustDesk 中繼服務器
下載後務必
```
chmod a+x hbbs hbbr
```
Linux版本在Centos7構建在 Centos7/8Ubuntu 18/20上測試過Debian系列的發行版本應該都沒有問題。如果有其他發行版本需求請聯繫我。 Linux版本在Centos7構建在 Centos7/8Ubuntu 18/20上測試過Debian系列的發行版本應該都沒有問題。如果有其他發行版本需求請聯繫我。
#### 服務器要求 #### 服務器要求
@ -81,7 +76,8 @@ hbbs.yourhost.com:21116
``` ```
![](/docs/en/self-host/install/images/server-set-window-zh.png) ![](/docs/en/self-host/install/images/server-set-window-zh.png)
### Key ## Key
-----------
同上個版本不同本版本中的Key是強制的hbbs在第一次運行時會自動產生一對加密私鑰和公鑰分別位於運行目錄下的`id_ed25519`和`id_ed25519.pub`文件中其主要用途是為了通訊加密如果您在上一步驟中沒有填寫Key(公鑰文件`id_ed25519.pub`中的內容) 同上個版本不同本版本中的Key是強制的hbbs在第一次運行時會自動產生一對加密私鑰和公鑰分別位於運行目錄下的`id_ed25519`和`id_ed25519.pub`文件中其主要用途是為了通訊加密如果您在上一步驟中沒有填寫Key(公鑰文件`id_ed25519.pub`中的內容)
``` ```

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB