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 e70e5d93..9771b125 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 111ff492..00000000 --- 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