mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
Add RustDesk blueprint for self-hosted remote desktop (#331)
* Add RustDesk blueprint for self-hosted remote desktop Introduces a new blueprint for RustDesk, including Docker Compose configuration, metadata, icon, and template files. This enables easy deployment of a self-hosted RustDesk remote desktop server. * Update RustDesk logo file reference Changed the logo file in meta.json from 'rustdesk.svg' to 'rustdesk.png' to reflect the correct image format. * Add RustDesk to meta.json Introduced RustDesk as a new entry in meta.json with relevant metadata, including description, logo, links, and tags for remote desktop and self-hosted productivity. * Delete meta.json * Update meta.json * Update meta.json
This commit is contained in:
17
meta.json
17
meta.json
@@ -4617,6 +4617,23 @@
|
||||
"self-hosted"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "rustdesk",
|
||||
"name": "RustDesk",
|
||||
"version": "latest",
|
||||
"description": "RustDesk is a full-featured open source remote control alternative for self-hosting and security with minimal configuration.",
|
||||
"logo": "rustdesk.png",
|
||||
"links": {
|
||||
"github": "https://github.com/rustdesk/rustdesk-server",
|
||||
"website": "https://rustdesk.com/",
|
||||
"docs": "https://rustdesk.com/docs/"
|
||||
},
|
||||
"tags": [
|
||||
"remote-desktop",
|
||||
"self-hosted",
|
||||
"productivity"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "rutorrent",
|
||||
"name": "ruTorrent",
|
||||
|
||||
Reference in New Issue
Block a user