ProxmoxVE/json/rustdeskserver.json
Slaviša Arežina 880b6e0476
Some checks are pending
Auto Update .app-files / update-app-files (push) Waiting to run
Shellcheck / Shellcheck (push) Waiting to run
Create Changelog Pull Request / update-changelog-pull-request (push) Waiting to run
Frontend CI/CD / build (push) Waiting to run
Frontend CI/CD / deploy (push) Blocked by required conditions
New Script: RustDesk Server (#2326)
* add rustdesk server script

* remove http from server address
2025-02-13 11:57:22 +01:00

39 lines
1.1 KiB
JSON

{
"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"
}
]
}