diff --git a/content/self-host/pro/console/_index.en.md b/content/self-host/pro/console/_index.en.md index 212c6e4..aa7db99 100644 --- a/content/self-host/pro/console/_index.en.md +++ b/content/self-host/pro/console/_index.en.md @@ -26,16 +26,4 @@ Non-administrator users can also login to browser their device and logs, change ## Windows EXE -For Windows clients, you can leave out the custom server configuration and put the configuration information in the `RustDesk.exe` filename instead. As shown above, please go to the console welcome page and click on `Windows EXE`. **`Client >= 1.1.9 required`**。 - -## Device access permissions - -There are two ways to associate a device with a user: -- Via console device page -- Log in to the specified user account on the client side - -The following two situations will prevent the device from being accessed: -- Make device `disabled` in console devices page -- Make user `disable` in console user page - -The associated device can only be accessed by user devices of the same user or user group, or in correct cross-group settings. +For Windows clients, you can leave out the custom server configuration and put the configuration information in the `RustDesk.exe` filename instead. As shown above, please go to the console welcome page and click on `Windows EXE`. **`Client >=1.1.9 Required`**。 \ No newline at end of file diff --git a/content/self-host/pro/console/_index.zh-tw.md b/content/self-host/pro/console/_index.zh-tw.md index fd1ef4e..3b4e902 100644 --- a/content/self-host/pro/console/_index.zh-tw.md +++ b/content/self-host/pro/console/_index.zh-tw.md @@ -28,16 +28,3 @@ weight: 10 ## Windows EXE For Windows clients, you can leave out the custom server configuration and put the configuration information in the `RustDesk.exe` filename instead. As shown above, please go to the console welcome page and click on `Windows EXE`. **`Client >=1.1.9 Required`**。 - -## 裝置存取權限 - -若要將裝置與使用者關聯,有兩種方法: - -- 透過控制台裝置頁面 -- 在客戶端登入指定的使用者帳號 - -以下兩種情況將使裝置無法存取: -- 在控制台的裝置頁面停用裝置 -- 在控制台的使用者頁面停用使用者 - -關聯裝置僅能被同使用者或使用者群組的裝置存取,或擁有正確的跨群組設定。 diff --git a/content/self-host/pro/permissions/_index.en.md b/content/self-host/pro/permissions/_index.en.md new file mode 100644 index 0000000..ff21eeb --- /dev/null +++ b/content/self-host/pro/permissions/_index.en.md @@ -0,0 +1,26 @@ +--- +title: Permission Control +weight: 15 +--- + + +## Device access permissions +There are two ways to associate a device with a user: +- Via console device page +- Log in to the specified user account on the client side + +The following two situations will prevent the device from being accessed: +- Make device `disabled` in console devices page +- Make user `disable` in console user page + +The associated device can only be accessed by the devices of the same user or user group, or in correct cross-group settings. + +## Cross group settings + +Please go to group page in the web console, click on `Edit` to edit cross group settings as below. + +Your modifications to `Access with other groups` take effect immediately without requiring you to click the `OK` button. + +Both `Can access to` and `Can be accessed from` serve almost the same function, we provide both options for your convenience. However, this may cause some confusion. + +![](/docs/en/self-host/pro/permissions/images/crossgrp.png) diff --git a/content/self-host/pro/permissions/images/crossgrp.png b/content/self-host/pro/permissions/images/crossgrp.png new file mode 100644 index 0000000..b874242 Binary files /dev/null and b/content/self-host/pro/permissions/images/crossgrp.png differ diff --git a/static/css/theme-mine.css b/static/css/theme-mine.css index 567d85a..b27f897 100644 --- a/static/css/theme-mine.css +++ b/static/css/theme-mine.css @@ -22,3 +22,34 @@ a.padding i.fa-language{ color: var(--MENU-SEARCH-BOX-color); border-bottom: 1px solid var(--MENU-SECTION-HR-color); } + +a { + color: #024eff; +} + +body { + color: rgb(28, 30, 33) !important; + font-family: system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, Cantarell, "Noto Sans", sans-serif, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-weight: 400; +} + +li > a { + color: #606770; + font-weight: 400; +} + +h1, h2, h3, h4, h5 { + color: black !important; +} + +h1 { + font-weight: bold; +} + +div.notices p { + color: black !important; +} + +#sidebar h3 { + color: white !important; +}