This commit is contained in:
CanbiZ 2025-05-22 11:53:51 +02:00
parent ce23c8146a
commit 92445d4ae8
3 changed files with 37 additions and 42 deletions

View File

@ -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

View File

@ -8,7 +8,7 @@
"type": "ct",
"updateable": true,
"privileged": false,
"config_path": "",
"config_path": "/etc/default/lyrionmusicserver",
"interface_port": 9000,
"documentation": "https://lyrion.org/",
"website": "https://lyrion.org/",
@ -19,9 +19,9 @@
"type": "default",
"script": "ct/lyrionmusicserver.sh",
"resources": {
"cpu": 2,
"ram": 8192,
"hdd": 60,
"cpu": 1,
"ram": 1024,
"hdd": 3,
"os": "Debian",
"version": "12"
}
@ -31,10 +31,5 @@
"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"
}
]
"notes": []
}