diff --git a/ct/bunkerweb.sh b/ct/bunkerweb.sh index d2eb88ca8..5383c9ea9 100644 --- a/ct/bunkerweb.sh +++ b/ct/bunkerweb.sh @@ -8,7 +8,7 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV APP="BunkerWeb" var_tags="${var_tags:-webserver}" var_cpu="${var_cpu:-2}" -var_ram="${var_ram:-4096}" +var_ram="${var_ram:-8192}" var_disk="${var_disk:-4}" var_os="${var_os:-debian}" var_version="${var_version:-12}" @@ -55,4 +55,4 @@ description msg_ok "Completed Successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" echo -e "${INFO}${YW} Access it using the following URL:${CL}" -echo -e "${TAB}${GATEWAY}${BGN}http://${IP}/setup${CL}" \ No newline at end of file +echo -e "${TAB}${GATEWAY}${BGN}http://${IP}/setup${CL}" diff --git a/frontend/public/json/bunkerweb.json b/frontend/public/json/bunkerweb.json index 952cbf814..3cb7ca70d 100644 --- a/frontend/public/json/bunkerweb.json +++ b/frontend/public/json/bunkerweb.json @@ -20,7 +20,7 @@ "script": "ct/bunkerweb.sh", "resources": { "cpu": 2, - "ram": 4096, + "ram": 8192, "hdd": 4, "os": "debian", "version": "12"