From 76bfebfffb9c657e31e8e93144fe84eb1657f2a9 Mon Sep 17 00:00:00 2001 From: Mr-Update <37781396+Mr-Update@users.noreply.github.com> Date: Fri, 9 Feb 2024 21:36:15 +0100 Subject: [PATCH] Update _index.en.md --- .../client-configuration/hardcode-settings/_index.en.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/content/self-host/client-configuration/hardcode-settings/_index.en.md b/content/self-host/client-configuration/hardcode-settings/_index.en.md index 4ee188e..090d699 100644 --- a/content/self-host/client-configuration/hardcode-settings/_index.en.md +++ b/content/self-host/client-configuration/hardcode-settings/_index.en.md @@ -5,8 +5,8 @@ weight: 49 ### Custom Server {{% notice note %}} -To hardcode custom server settings into your executables you must [build](https://rustdesk.com/docs/en/dev/build/) the client yourself on your machine or [with GitHub Actions](https://rustdesk.com/docs/en/dev/build/all/).
-**Noted**: [self-hosted runners](https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners) for Arm are used in our GitHub actions, please set it up yourself. +To hardcode custom server settings into your executables you must [build](https://rustdesk.com/docs/en/dev/build/) the client yourself on your machine or [with GitHub Actions](https://rustdesk.com/docs/en/dev/build/all/).
+**Note**: [self-hosted runners](https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners) for Arm are used in our GitHub actions, please set it up yourself. {{% /notice %}} {{% notice note %}} **If you set either of these values without setting the other, your executable will not work!** @@ -32,11 +32,10 @@ This should be a string such as OeVuKk5nlHiXp+APNn0Y3pC1Iwpwn44JGqrQCsWqmBw= ``` -### API_SERVER -By default the API_SERVER runs on `http://rustdesk.my-domain.com:21114`, you'd better run it behind nginx for security with https. +#### API_SERVER +By default the API_SERVER runs on `http://rustdesk.my-domain.com:21114`, you'd better run it behind Nginx for security with HTTPS. This should be a string such as ``` https://rustdesk.my-domain.com ``` -