mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-06-19 17:27:57 +02:00
Update _index.en.md
This commit is contained in:
parent
de850b0d1c
commit
5458977212
@ -5,7 +5,7 @@ weight: 49
|
|||||||
|
|
||||||
### Custom Server
|
### Custom Server
|
||||||
{{% notice note %}}
|
{{% notice note %}}
|
||||||
To hardcode custom server settings into your executables you must [build](/docs/en/dev/build/) the client yourself on your machine or [with GitHub Actions](/docs/en/dev/build/all/).
|
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/).<br>
|
||||||
**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.
|
**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.
|
||||||
{{% /notice %}}
|
{{% /notice %}}
|
||||||
{{% notice note %}}
|
{{% notice note %}}
|
||||||
@ -25,9 +25,10 @@ rustdesk.my-domain.com
|
|||||||
```
|
```
|
||||||
|
|
||||||
#### RS_PUB_KEY
|
#### RS_PUB_KEY
|
||||||
This variable will be your public key, more information on the key is available [here](/docs/en/self-host/install/#key).
|
This variable will be your public key, more information on the key is available [here](https://rustdesk.com/docs/en/self-host/install/#key).
|
||||||
|
|
||||||
This should be a string such as
|
This should be a string such as
|
||||||
```
|
```
|
||||||
OeVuKk5nlHiXp+APNn0Y3pC1Iwpwn44JGqrQCsWqmBw=
|
OeVuKk5nlHiXp+APNn0Y3pC1Iwpwn44JGqrQCsWqmBw=
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user