mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-07 06:55:24 +02:00
* 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
9 lines
131 B
TOML
9 lines
131 B
TOML
[variables]
|
|
server_domain = "${domain}"
|
|
|
|
[config]
|
|
|
|
[config.env]
|
|
RUSTDESK_RELAY_SERVER = "${server_domain}:21117"
|
|
|
|
[[config.mounts]] |