Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,13 +272,6 @@ A huge thank you to all our contributors! ScaleTail wouldn’t be what it is tod
<sub><b>jackspiering</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/lcs-crr">
<img src="https://avatars.githubusercontent.com/u/98816628?v=4" width="100;" alt="lcs-crr"/>
<br />
<sub><b>lcs-crr</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/michaelhodges">
<img src="https://avatars.githubusercontent.com/u/3329567?v=4" width="100;" alt="michaelhodges"/>
Expand All @@ -300,15 +293,15 @@ A huge thank you to all our contributors! ScaleTail wouldn’t be what it is tod
<sub><b>adamsthws</b></sub>
</a>
</td>
</tr>
<tr>
<td align="center">
<a href="https://github.com/theryukverse">
<img src="https://avatars.githubusercontent.com/u/22323518?v=4" width="100;" alt="theryukverse"/>
<br />
<sub><b>theryukverse</b></sub>
</a>
</td>
</tr>
<tr>
<td align="center">
<a href="https://github.com/KhaaL">
<img src="https://avatars.githubusercontent.com/u/692524?v=4" width="100;" alt="KhaaL"/>
Expand All @@ -330,6 +323,13 @@ A huge thank you to all our contributors! ScaleTail wouldn’t be what it is tod
<sub><b>LaijieJi</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/lcs-crr">
<img src="https://avatars.githubusercontent.com/u/98816628?v=4" width="100;" alt="lcs-crr"/>
<br />
<sub><b>lcs-crr</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/MeheheCedy22">
<img src="https://avatars.githubusercontent.com/u/96355171?v=4" width="100;" alt="MeheheCedy22"/>
Expand Down
2 changes: 1 addition & 1 deletion services/rustdesk-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ In this setup, the `tailscale-rustdesk-server` service runs Tailscale, which man

## Client setup

- Service Configuration: The Rustdesk client public Key credentials are generated at first run and stored in the **id_ed25519.pub** file. This is found in the compose directory **./rustdesk-server-data/hbbs/** Clients can be setup using the --config switch. e.g. **rustdesk.exe --config "host=rustdesk.your-tailnet.ts,key=thetextfromkey"** or in the client Setting -> Network -> ID/Relay Server. There is no need to configure the relay or API server.
- Service Configuration: The Rustdesk client public Key credentials are generated at first run and stored in the **id_ed25519.pub** file. This is found in the compose directory **./rustdesk-server-data/hbbs/** Clients can be setup using the --config switch. e.g. **rustdesk.exe --config "host=rustdesk-server.your-tailnet.ts.net,key=Public_Key_Credentials"** or in the client: Setting -> Network -> ID/Relay Server. Add **ID server** (e.g. rustdesk-server.your-tailnet.ts.net) and **Key**. There is no need to configure the Relay server or API server.

Links:

Expand Down