Update _index.en.md

This commit is contained in:
Mr-Update 2023-02-03 23:19:24 +01:00 committed by GitHub
parent 046aa4e16f
commit bb428bf73b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,47 +4,47 @@ weight: 35
---
{{% notice note %}}
This build uses github actions, you will need a github account, also building can be slow, however this requires no development enviroment.
This build uses github actions, you will need a github account, also building can be slow, however this requires no development environment.
{{% /notice %}}
## Make a Fork
## Make a fork
Goto https://github.com/rustdesk/rustdesk/fork and click "create fork"
Goto https://github.com/rustdesk/rustdesk/fork and click "Create fork".
## Set your enviroment variables (Optional)
## Set your environment variables (optional)
{{% notice note %}}
You only need to do this if you want to change the default server and public key.
The server url and key you are using is hidden from other users on Github however they can download your client and connect to your server. If you require a fully private repo you can import the rustdesk client repo using https://github.com/new/import. **If you use a private repo you have limited amounts of builds you can create per month, if you need more you will need to have a paid Github account.**
The server URL and key you are using is hidden from other users on Github however they can download your client and connect to your server. If you require a fully private repo you can import the rustdesk client repo using https://github.com/new/import. **If you use a private repo you have limited amounts of builds you can create per month, if you need more you will need to have a paid Github account.**
{{% /notice %}}
On your fork you just created goto settings -> Secrets and Variables -> Actions
On your fork you just created goto "Settings -> Secrets and variables -> Actions".
Click New repository Secret for the name put RENDEZVOUS_SERVER for the secret put your servers name/ip address.
Click "New repository secret", for the name put RENDEZVOUS_SERVER, for the secret put your servers name/ip address.
Click Add Secret
Click "Add secret".
Click New repository Secret for the name put RS_PUB_KEY for the secret put your servers public key.
Click "New repository secret", for the name put RS_PUB_KEY, for the secret put your servers public key.
Click Add Secret
Click "Add secret".
## Enable workflows
On your fork you just created goto settings -> Actions -> General
On your fork you just created goto "Settings -> Actions -> General".
On the right select "Allow all actions and reusable workflows"
On the right select "Allow all actions and reusable workflows".
Once workflows are enabled you can click "Flutter Nightly Build" on the left then click "Run workflow" on the right to build the rustdesk clients for all of the supported platforms.
## Enable upload permissions for workflows
On your fork you just created goto settings -> Actions -> General
On your fork you just created goto "Settings -> Actions -> General".
Scroll down and under Workflow permissions enable "Read and Write permissions.
Scroll down and under Workflow permissions enable "Read and write permissions".
## Download your built packages
After the workflow is done running you can download the packages it built.
Goto the main page of your fork, on the right click releases. The packages you just built will show up under nightly.
Goto the main page of your fork, on the right click "Releases". The packages you just built will show up under "Nightly".