MediaManager: increase resources, add note about media dir

This commit is contained in:
vhsdream 2025-08-24 10:24:56 -04:00
parent e779b9fcc2
commit 817d622c2c
2 changed files with 6 additions and 2 deletions

View File

@ -8,7 +8,7 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV
APP="MediaManager"
var_tags="${var_tags:-arr}"
var_cpu="${var_cpu:-2}"
var_ram="${var_ram:-2048}"
var_ram="${var_ram:-3072}"
var_disk="${var_disk:-4}"
var_os="${var_os:-debian}"
var_version="${var_version:-12}"

View File

@ -21,7 +21,7 @@
"script": "ct/mediamanager.sh",
"resources": {
"cpu": 2,
"ram": 2048,
"ram": 3072,
"hdd": 4,
"os": "Debian",
"version": "12"
@ -36,6 +36,10 @@
{
"text": "During the installation, provide the email address of the first admin user",
"type": "info"
},
{
"text": "You're probably going to want to use a bind mount for the media directories",
"type": "info"
}
]
}