From 4ebeb5fd357e9d72a81bd27ceff6079b5c9f03ec Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 28 Oct 2025 15:38:28 +0100 Subject: [PATCH] remove dispatcharr --- frontend/public/json/dispatcharr.json | 35 --------------------------- 1 file changed, 35 deletions(-) delete mode 100644 frontend/public/json/dispatcharr.json diff --git a/frontend/public/json/dispatcharr.json b/frontend/public/json/dispatcharr.json deleted file mode 100644 index 46abd5550..000000000 --- a/frontend/public/json/dispatcharr.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "Dispatcharr", - "slug": "dispatcharr", - "categories": [ - 14 - ], - "date_created": "2025-07-01", - "type": "ct", - "updateable": true, - "privileged": false, - "interface_port": 9191, - "documentation": "https://dispatcharr.github.io/Dispatcharr-Docs/", - "website": "https://dispatcharr.github.io/Dispatcharr-Docs/", - "logo": "https://raw.githubusercontent.com/Dispatcharr/Dispatcharr/refs/heads/main/frontend/src/images/logo.png", - "config_path": "", - "description": "Dispatcharr is an open-source powerhouse for managing IPTV streams and EPG data with elegance and control. Born from necessity and built with passion, it started as a personal project by OkinawaBoss and evolved with contributions from legends like dekzter, SergeantPanda and Bucatini.", - "install_methods": [ - { - "type": "default", - "script": "ct/dispatcharr.sh", - "resources": { - "cpu": 1, - "ram": 1024, - "hdd": 8, - "os": "debian", - "version": "12" - } - } - ], - "default_credentials": { - "username": null, - "password": null - }, - "notes": [] -}