From f556a6e6f40cb84519b1dc432a54175e21031916 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 15 Jan 2026 09:29:13 +0100 Subject: [PATCH] remove petio --- ct/{ => deferred/maybe_death}/petio.sh | 2 +- frontend/public/json/petio.json | 40 ------------------- .../maybe_death}/petio-install.sh | 0 3 files changed, 1 insertion(+), 41 deletions(-) rename ct/{ => deferred/maybe_death}/petio.sh (96%) delete mode 100644 frontend/public/json/petio.json rename install/{ => deferred/maybe_death}/petio-install.sh (100%) diff --git a/ct/petio.sh b/ct/deferred/maybe_death/petio.sh similarity index 96% rename from ct/petio.sh rename to ct/deferred/maybe_death/petio.sh index e70e5d93f..9771b125f 100644 --- a/ct/petio.sh +++ b/ct/deferred/maybe_death/petio.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func) # Copyright (c) 2021-2026 tteck # Author: tteck (tteckster) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE diff --git a/frontend/public/json/petio.json b/frontend/public/json/petio.json deleted file mode 100644 index 111ff4921..000000000 --- a/frontend/public/json/petio.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "Petio", - "slug": "petio", - "categories": [ - 13 - ], - "date_created": "2025-01-15", - "type": "ct", - "updateable": true, - "privileged": false, - "interface_port": 7777, - "documentation": "https://docs.petio.tv/", - "website": "https://petio.tv/", - "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/petio.webp", - "config_path": "/opt/petio", - "description": "Petio is a third party companion app available to Plex server owners to allow their users to request, review and discover content. It integrates with your existing services, such as Sonarr and Radarr, for seamless content management.", - "install_methods": [ - { - "type": "default", - "script": "ct/petio.sh", - "resources": { - "cpu": 2, - "ram": 1024, - "hdd": 4, - "os": "ubuntu", - "version": "24.04" - } - } - ], - "default_credentials": { - "username": null, - "password": null - }, - "notes": [ - { - "text": "Installation path: /opt/Petio", - "type": "info" - } - ] -} diff --git a/install/petio-install.sh b/install/deferred/maybe_death/petio-install.sh similarity index 100% rename from install/petio-install.sh rename to install/deferred/maybe_death/petio-install.sh