diff --git a/ct/lyrionmusicserver.sh b/ct/lyrionmusicserver.sh index 39cadd2..1328a6a 100644 --- a/ct/lyrionmusicserver.sh +++ b/ct/lyrionmusicserver.sh @@ -7,9 +7,9 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV APP="Lyrion Music Server" var_tags="${var_tags:-media}" -var_cpu="${var_cpu:-2}" -var_ram="${var_ram:-2048}" -var_disk="${var_disk:-5}" +var_cpu="${var_cpu:-1}" +var_ram="${var_ram:-1024}" +var_disk="${var_disk:-3}" var_os="${var_os:-debian}" var_version="${var_version:-12}" var_unprivileged="${var_unprivileged:-1}" @@ -24,7 +24,7 @@ function update_script() { check_container_storage check_container_resources - if [[ ! -d /opt/argus ]]; then + if [[ ! -f /lib/systemd/system/lyrionmusicserver.service ]]; then msg_error "No ${APP} Installation Found!" exit fi diff --git a/frontend/public/json/lyrionmusicserver.json b/frontend/public/json/lyrionmusicserver.json index 84c9a86..f4bd555 100644 --- a/frontend/public/json/lyrionmusicserver.json +++ b/frontend/public/json/lyrionmusicserver.json @@ -1,40 +1,35 @@ { - "name": "Lyrion Music Server", - "slug": "lyrionmusicserver", - "categories": [ - 9 - ], - "date_created": "2025-05-21", - "type": "ct", - "updateable": true, - "privileged": false, - "config_path": "", - "interface_port": 9000, - "documentation": "https://lyrion.org/", - "website": "https://lyrion.org/", - "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/lyrion-media-server.webp", - "description": "Lyrion Music Server is an open-source server software to stream local music collections, internet radio, and music services to Squeezebox and compatible audio players.", - "install_methods": [ - { - "type": "default", - "script": "ct/lyrionmusicserver.sh", - "resources": { - "cpu": 2, - "ram": 8192, - "hdd": 60, - "os": "Debian", - "version": "12" - } - } - ], - "default_credentials": { - "username": null, - "password": null - }, - "notes": [ - { - "text": "WARNING: Installation downloads a .deb package from downloads.lms-community.org. Please verify the source before installing.", - "type": "warning" - } - ] + "name": "Lyrion Music Server", + "slug": "lyrionmusicserver", + "categories": [ + 9 + ], + "date_created": "2025-05-21", + "type": "ct", + "updateable": true, + "privileged": false, + "config_path": "/etc/default/lyrionmusicserver", + "interface_port": 9000, + "documentation": "https://lyrion.org/", + "website": "https://lyrion.org/", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/lyrion-media-server.webp", + "description": "Lyrion Music Server is an open-source server software to stream local music collections, internet radio, and music services to Squeezebox and compatible audio players.", + "install_methods": [ + { + "type": "default", + "script": "ct/lyrionmusicserver.sh", + "resources": { + "cpu": 1, + "ram": 1024, + "hdd": 3, + "os": "Debian", + "version": "12" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [] } diff --git a/json/pulse.json b/frontend/public/json/pulse.json similarity index 100% rename from json/pulse.json rename to frontend/public/json/pulse.json