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:
CanbiZ 2024-11-16 17:11:55 +01:00 committed by GitHub
parent d41d3812e7
commit 0b5b2e85f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 2 deletions

View File

@ -21,6 +21,8 @@ All LXC instances created using this repository come pre-installed with Midnight
- NEW Script
- **Wavelog LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/wavelog-install.sh)
- NEW Script
- **Vaultwarden LXC:** RAM has now been increased to 6144 MB [(PR)](https://github.com/community-scripts/ProxmoxVE/pull/285)
- Breaking Change
## 2024-11-05

View File

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

View File

@ -19,7 +19,7 @@
"script": "ct/vaultwarden.sh",
"resources": {
"cpu": "4",
"ram": "5120",
"ram": "6144",
"hdd": "6",
"os": "debian",
"version": "12"