From 19d48294dfeb1a017f57b06ac5331a08a6cb2ed1 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 26 Aug 2025 08:50:53 +0200 Subject: [PATCH] Delete rustdeskserver.json --- frontend/public/json/rustdeskserver.json | 55 ------------------------ 1 file changed, 55 deletions(-) delete mode 100644 frontend/public/json/rustdeskserver.json diff --git a/frontend/public/json/rustdeskserver.json b/frontend/public/json/rustdeskserver.json deleted file mode 100644 index 7dd43605..00000000 --- a/frontend/public/json/rustdeskserver.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "name": "RustDesk Server", - "slug": "rustdeskserver", - "categories": [ - 21 - ], - "date_created": "2025-02-13", - "type": "ct", - "updateable": true, - "privileged": false, - "interface_port": 21114, - "documentation": "https://rustdesk.com/docs/en/", - "website": "https://rustdesk.com/", - "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/rustdesk.webp", - "config_path": "", - "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" - } - }, - { - "type": "alpine", - "script": "ct/alpine-rustdeskserver.sh", - "resources": { - "cpu": 1, - "ram": 512, - "hdd": 2, - "os": "alpine", - "version": "3.22" - } - } - ], - "default_credentials": { - "username": null, - "password": null - }, - "notes": [ - { - "text": "Check our configuration guide for help: `https://github.com/community-scripts/ProxmoxVE/discussions/2388`", - "type": "info" - }, - { - "text": "Login credentials: `cat ~/rustdesk.creds`", - "type": "info" - } - ] -}