From 2f606c7ae4109c145b86fa543dc8347d7f509500 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 15 Apr 2025 22:07:57 +0200 Subject: [PATCH] Delete frontend/public/json/musicassistant.json --- frontend/public/json/musicassistant.json | 34 ------------------------ 1 file changed, 34 deletions(-) delete mode 100644 frontend/public/json/musicassistant.json diff --git a/frontend/public/json/musicassistant.json b/frontend/public/json/musicassistant.json deleted file mode 100644 index f19f448..0000000 --- a/frontend/public/json/musicassistant.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "MusicAssistant", - "slug": "musicassistant", - "categories": [ - 13 - ], - "date_created": "2025-04-07", - "type": "ct", - "updateable": false, - "privileged": false, - "interface_port": 8095, - "documentation": "https://www.music-assistant.io/", - "website": "https://github.com/music-assistant/server", - "logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/music-assistant.svg", - "description": "Music Assistant is a free, opensource Media library manager that connects to your streaming services and a wide range of connected speakers. The server is the beating heart, the core of Music Assistant and must run on an always-on device like a Raspberry Pi, a NAS or an Intel NUC or alike.", - "install_methods": [ - { - "type": "default", - "script": "ct/musicassistant.sh", - "resources": { - "cpu": 1, - "ram": 1024, - "hdd": 4, - "os": "Ubuntu", - "version": "24.10" - } - } - ], - "default_credentials": { - "username": null, - "password": null - }, - "notes": [] -}