[PR #526] fix(rustdesk): use explicit ports, use port 21118 on hbbs instead of hbbr #522

Open
opened 2025-11-22 20:40:17 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/526
Author: @ChrisvanChip
Created: 11/11/2025
Status: 🔄 Open

Base: mainHead: patch-1


📝 Commits (2)

  • f355a51 fix: use explicit ports, use port 21118 on hbbs instead of hbbr
  • 9d179b3 fix: whitespace character in rustdesk

📊 Changes

1 file changed (+7 additions, -7 deletions)

View changed files

📝 blueprints/rustdesk/docker-compose.yml (+7 -7)

📄 Description

Fixes port configuration for RustDesk, based on the official documentation:

hbbs - RustDesk ID (rendezvous / signaling) server, listen on TCP (21114 - for http in Pro only, 21115, 21116, 21118 for web socket) and UDP (21116)
hbbr - RustDesk relay server, listen on TCP (21117, 21119 for web socket)

Source: https://rustdesk.com/docs/en/self-host


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Dokploy/templates/pull/526 **Author:** [@ChrisvanChip](https://github.com/ChrisvanChip) **Created:** 11/11/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (2) - [`f355a51`](https://github.com/Dokploy/templates/commit/f355a515de7a6f77208a44c8813c3e2dd7bcf6f3) fix: use explicit ports, use port 21118 on hbbs instead of hbbr - [`9d179b3`](https://github.com/Dokploy/templates/commit/9d179b32b7750554031eee63bb1d2f81bc785f23) fix: whitespace character in rustdesk ### 📊 Changes **1 file changed** (+7 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `blueprints/rustdesk/docker-compose.yml` (+7 -7) </details> ### 📄 Description Fixes port configuration for RustDesk, based on the official documentation: > hbbs - RustDesk ID (rendezvous / signaling) server, listen on TCP (21114 - for http in Pro only, 21115, 21116, 21118 for web socket) and UDP (21116) hbbr - RustDesk relay server, listen on TCP (21117, 21119 for web socket) Source: https://rustdesk.com/docs/en/self-host --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-22 20:40:17 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#522