[PR #571] [MERGED] feat: improve RustDesk template configuration #3323

Closed
opened 2026-04-25 18:04:07 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/571
Author: @muzafferkadir
Created: 12/5/2025
Status: Merged
Merged: 12/15/2025
Merged by: @Siumauricio

Base: canaryHead: feat/improve-rustdesk-template


📝 Commits (3)

  • dfd8d09 feat: improve RustDesk template configuration
  • c6c7734 fix: use explicit port mapping for RustDesk services
  • 8236094 Merge branch 'canary' into feat/improve-rustdesk-template

📊 Changes

2 files changed (+7 additions, -2 deletions)

View changed files

📝 blueprints/rustdesk/docker-compose.yml (+2 -2)
📝 blueprints/rustdesk/template.toml (+5 -0)

📄 Description

  • Add comprehensive environment variables for RustDesk server
  • Add RELAY_HOST, API_SERVER, ID_SERVER, and ENCRYPTION_KEY variables
  • Follow Dokploy best practices (no container_name, proper port format)
  • Use restart: unless-stopped policy
  • Add encryption key generation with password helper

🔄 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/571 **Author:** [@muzafferkadir](https://github.com/muzafferkadir) **Created:** 12/5/2025 **Status:** ✅ Merged **Merged:** 12/15/2025 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `canary` ← **Head:** `feat/improve-rustdesk-template` --- ### 📝 Commits (3) - [`dfd8d09`](https://github.com/Dokploy/templates/commit/dfd8d0937e15941d2f892973442d511df5dde0c6) feat: improve RustDesk template configuration - [`c6c7734`](https://github.com/Dokploy/templates/commit/c6c7734646a7bfd92205e34088e5b4e01a435bfa) fix: use explicit port mapping for RustDesk services - [`8236094`](https://github.com/Dokploy/templates/commit/82360941412b8cd750b77e6892b584dce683ed52) Merge branch 'canary' into feat/improve-rustdesk-template ### 📊 Changes **2 files changed** (+7 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `blueprints/rustdesk/docker-compose.yml` (+2 -2) 📝 `blueprints/rustdesk/template.toml` (+5 -0) </details> ### 📄 Description - Add comprehensive environment variables for RustDesk server - Add RELAY_HOST, API_SERVER, ID_SERVER, and ENCRYPTION_KEY variables - Follow Dokploy best practices (no container_name, proper port format) - Use restart: unless-stopped policy - Add encryption key generation with password helper --- <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 2026-04-25 18:04:07 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#3323