From cdf6605ad05479ecc7431605a8c1cc10f32b1b89 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 21 Aug 2025 10:23:42 +0200 Subject: [PATCH] Delete copyparty.json --- frontend/public/json/copyparty.json | 40 ----------------------------- 1 file changed, 40 deletions(-) delete mode 100644 frontend/public/json/copyparty.json diff --git a/frontend/public/json/copyparty.json b/frontend/public/json/copyparty.json deleted file mode 100644 index bc1fb40c..00000000 --- a/frontend/public/json/copyparty.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "Copyparty", - "slug": "copyparty", - "categories": [ - 1 - ], - "date_created": "2025-08-18", - "type": "addon", - "updateable": true, - "privileged": false, - "interface_port": null, - "documentation": "https://github.com/9001/copyparty?tab=readme-ov-file#the-browser", - "website": "https://github.com/9001/copyparty", - "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/copyparty.webp", - "config_path": "", - "description": "Copyparty is a lightweight, portable HTTP file server with a browser-based interface. It supports drag-and-drop uploads, downloads, deduplication, media playback, and advanced search, making it ideal for quickly sharing and managing files.", - "install_methods": [ - { - "type": "default", - "script": "tools/addon/copyparty.sh", - "resources": { - "cpu": null, - "ram": null, - "hdd": null, - "os": null, - "version": null - } - } - ], - "default_credentials": { - "username": null, - "password": null - }, - "notes": [ - { - "text": "Execute within the Proxmox shell or in LXC", - "type": "info" - } - ] -}