New Script: RustDesk Server (#2326)

* add rustdesk server script

* remove http from server address
This commit is contained in:
Slaviša Arežina
2025-02-13 11:57:22 +01:00
committed by GitHub
parent 4b430aac7c
commit 880b6e0476
3 changed files with 146 additions and 0 deletions

39
json/rustdeskserver.json Normal file
View File

@ -0,0 +1,39 @@
{
"name": "RustDesk Server",
"slug": "rustdesk-server",
"categories": [
21
],
"date_created": "2025-02-13",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": null,
"documentation": "https://rustdesk.com/docs/en/",
"website": "https://rustdesk.com/",
"logo": "https://rustdesk.com/_astro/logo.BKb61-he.svg",
"description": "RustDesk is a full-featured open source remote control alternative for self-hosting and security with minimal configuration.",
"install_methods": [
{
"type": "default",
"script": "ct/rustdeskserver.sh",
"resources": {
"cpu": 1,
"ram": 512,
"hdd": 2,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Check documentation on how to configure RustDesk Server. `https://rustdesk.com/docs/en/`",
"type": "info"
}
]
}