From d46538f72652078926ca3e7f799833cf581f9cb0 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Wed, 14 May 2025 10:38:17 +0200 Subject: [PATCH] Delete frontend/public/json/streamlink-webui.json --- frontend/public/json/streamlink-webui.json | 40 ---------------------- 1 file changed, 40 deletions(-) delete mode 100644 frontend/public/json/streamlink-webui.json diff --git a/frontend/public/json/streamlink-webui.json b/frontend/public/json/streamlink-webui.json deleted file mode 100644 index 3fcdfa43..00000000 --- a/frontend/public/json/streamlink-webui.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "Streamlink WebUI", - "slug": "streamlink-webui", - "categories": [ - 11 - ], - "date_created": "2025-05-05", - "type": "ct", - "updateable": true, - "privileged": false, - "interface_port": 8000, - "documentation": "https://github.com/CrazyWolf13/streamlink-webui", - "config_path": "/opt/streamlink-webui.env", - "website": "https://github.com/CrazyWolf13/streamlink-webui", - "logo": null, - "description": "a simple web-ui to the well-known streamlink cli application, which allows you to save twitch streams to your local disk.", - "install_methods": [ - { - "type": "default", - "script": "ct/streamlink-webui.sh", - "resources": { - "cpu": 2, - "ram": 2048, - "hdd": 5, - "os": "Debian", - "version": "12" - } - } - ], - "default_credentials": { - "username": "null", - "password": "null" - }, - "notes": [ - { - "text": "This app requires a Twitch cliend_ID and client_secret, set it in the config file. Look in the application documentation on how to obtain it.", - "type": "info" - } - ] -}