From 6b5f70b6e2590f7af597f2a6714db19f95f43ddf Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 18 Aug 2025 11:54:48 +0200 Subject: [PATCH] Create copyparty.json --- frontend/public/json/copyparty.json | 40 +++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 frontend/public/json/copyparty.json diff --git a/frontend/public/json/copyparty.json b/frontend/public/json/copyparty.json new file mode 100644 index 00000000..ccc14f4e --- /dev/null +++ b/frontend/public/json/copyparty.json @@ -0,0 +1,40 @@ +{ + "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": "This script automatically adds IP address as tags to LXC containers using a Systemd service. The service also updates the tags if a LXC IP address is changed.", + "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" + } + ] +}