From 52fbae4ffdfb4f1decbe97eddd7148848df38e35 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Sun, 7 Jun 2026 21:38:05 +0000
Subject: [PATCH 1/4] docs(contributor): contrib-readme-action has updated
readme
---
README.md | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
index 5f4996a..29901b9 100644
--- a/README.md
+++ b/README.md
@@ -271,13 +271,6 @@ A huge thank you to all our contributors! ScaleTail wouldn’t be what it is tod
jackspiering
-
-
-
-
- lcs-crr
-
- |
@@ -299,8 +292,6 @@ A huge thank you to all our contributors! ScaleTail wouldn’t be what it is tod
adamsthws
|
-
-
@@ -308,6 +299,8 @@ A huge thank you to all our contributors! ScaleTail wouldn’t be what it is tod
theryukverse
|
+
+
@@ -329,6 +322,13 @@ A huge thank you to all our contributors! ScaleTail wouldn’t be what it is tod
LaijieJi
|
+
+
+
+
+ lcs-crr
+
+ |
From 6cfffdb34bda46fc38013865d0fcd3c1d9644a7f Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Mon, 8 Jun 2026 08:22:28 +0000
Subject: [PATCH 2/4] docs(contributor): contrib-readme-action has updated
readme
---
README.md | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/README.md b/README.md
index 29901b9..f92ce0e 100644
--- a/README.md
+++ b/README.md
@@ -315,13 +315,6 @@ A huge thank you to all our contributors! ScaleTail wouldn’t be what it is tod
SamPlaysKeys
|
-
-
-
-
- LaijieJi
-
- |
@@ -343,8 +336,6 @@ A huge thank you to all our contributors! ScaleTail wouldn’t be what it is tod
MajnuRangeela
|
-
-
@@ -352,6 +343,8 @@ A huge thank you to all our contributors! ScaleTail wouldn’t be what it is tod
mikkotor
|
+
+
@@ -387,8 +380,6 @@ A huge thank you to all our contributors! ScaleTail wouldn’t be what it is tod
guybrush115
|
-
-
@@ -396,6 +387,8 @@ A huge thank you to all our contributors! ScaleTail wouldn’t be what it is tod
pjv
|
+
+
@@ -403,6 +396,13 @@ A huge thank you to all our contributors! ScaleTail wouldn’t be what it is tod
wedge22
|
+
+
+
+
+ LaijieJi
+
+ |
From 1017de08180a0b3aeed7c65ac30795e7502ab19f Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Tue, 9 Jun 2026 06:58:25 +0000
Subject: [PATCH 3/4] docs(contributor): contrib-readme-action has updated
readme
---
README.md | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/README.md b/README.md
index f92ce0e..29901b9 100644
--- a/README.md
+++ b/README.md
@@ -315,6 +315,13 @@ A huge thank you to all our contributors! ScaleTail wouldn’t be what it is tod
SamPlaysKeys
|
+
+
+
+
+ LaijieJi
+
+ |
@@ -336,6 +343,8 @@ A huge thank you to all our contributors! ScaleTail wouldn’t be what it is tod
MajnuRangeela
|
+
+
@@ -343,8 +352,6 @@ A huge thank you to all our contributors! ScaleTail wouldn’t be what it is tod
mikkotor
|
-
-
@@ -380,6 +387,8 @@ A huge thank you to all our contributors! ScaleTail wouldn’t be what it is tod
guybrush115
|
+
+
@@ -387,8 +396,6 @@ A huge thank you to all our contributors! ScaleTail wouldn’t be what it is tod
pjv
|
-
-
@@ -396,13 +403,6 @@ A huge thank you to all our contributors! ScaleTail wouldn’t be what it is tod
wedge22
|
-
-
-
-
- LaijieJi
-
- |
From 3373d7f07f6e0f271728937a114bfd885f837d6a Mon Sep 17 00:00:00 2001
From: michaelhodges
Date: Wed, 10 Jun 2026 11:10:01 +0100
Subject: [PATCH 4/4] Update README.md
Fix up client setup details.
---
services/rustdesk-server/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/services/rustdesk-server/README.md b/services/rustdesk-server/README.md
index f4af728..36fce95 100644
--- a/services/rustdesk-server/README.md
+++ b/services/rustdesk-server/README.md
@@ -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:
|