mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2024-12-26 17:09:14 +01:00
note about private repo limits
This commit is contained in:
parent
f75430af25
commit
8dec33af25
@ -16,7 +16,7 @@ Goto https://github.com/rustdesk/rustdesk/fork and click "create fork"
|
|||||||
{{% notice note %}}
|
{{% notice note %}}
|
||||||
You only need to do this if you want to change the default server and public key.
|
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.
|
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 %}}
|
{{% /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
|
||||||
@ -31,7 +31,9 @@ Click Add Secret
|
|||||||
|
|
||||||
## Enable workflows
|
## Enable workflows
|
||||||
|
|
||||||
On your fork you just created goto the mainpage and click actions then enable workflows.
|
On your fork you just created goto settings -> Actions -> General
|
||||||
|
|
||||||
|
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.
|
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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user