From 817d622c2c30e542eb4fa5fce8dcf9380c80d693 Mon Sep 17 00:00:00 2001 From: vhsdream Date: Sun, 24 Aug 2025 10:24:56 -0400 Subject: [PATCH] MediaManager: increase resources, add note about media dir --- ct/mediamanager.sh | 2 +- frontend/public/json/mediamanager.json | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ct/mediamanager.sh b/ct/mediamanager.sh index cc67d8af..f23230b4 100644 --- a/ct/mediamanager.sh +++ b/ct/mediamanager.sh @@ -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}" diff --git a/frontend/public/json/mediamanager.json b/frontend/public/json/mediamanager.json index 5df6c4b7..c8590b01 100644 --- a/frontend/public/json/mediamanager.json +++ b/frontend/public/json/mediamanager.json @@ -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" } ] }