mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-07-03 04:27:38 +00:00
Increase Ressources for vaultwarden and check storage (#285)
* Increase Ressources for vaultwarden and check storage increase RAM to 6144 & add check_container_storage check_container_resources * Update vaultwarden.json (Increase RAM) * Update CHANGELOG.md * Update CHANGELOG.md
This commit is contained in:
@ -21,7 +21,7 @@ echo -e "Loading..."
|
||||
APP="Vaultwarden"
|
||||
var_disk="6"
|
||||
var_cpu="4"
|
||||
var_ram="5120"
|
||||
var_ram="6144"
|
||||
var_os="debian"
|
||||
var_version="12"
|
||||
variables
|
||||
@ -72,6 +72,8 @@ function update_script() {
|
||||
3>&1 1>&2 2>&3)
|
||||
|
||||
header_info
|
||||
check_container_storage
|
||||
check_container_resources
|
||||
if [ "$UPD" == "1" ]; then
|
||||
whiptail --backtitle "Proxmox VE Helper Scripts" --msgbox --title "SET RESOURCES" "Please set the resources in your ${APP} LXC to ${var_cpu}vCPU and ${var_ram}RAM for the build process before continuing" 10 75
|
||||
msg_info "Stopping Vaultwarden"
|
||||
|
Reference in New Issue
Block a user