mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-25 18:16:17 +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:
parent
d41d3812e7
commit
0b5b2e85f7
@ -21,6 +21,8 @@ All LXC instances created using this repository come pre-installed with Midnight
|
|||||||
- NEW Script
|
- NEW Script
|
||||||
- **Wavelog LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/wavelog-install.sh)
|
- **Wavelog LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/wavelog-install.sh)
|
||||||
- NEW Script
|
- 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
|
## 2024-11-05
|
||||||
|
@ -21,7 +21,7 @@ echo -e "Loading..."
|
|||||||
APP="Vaultwarden"
|
APP="Vaultwarden"
|
||||||
var_disk="6"
|
var_disk="6"
|
||||||
var_cpu="4"
|
var_cpu="4"
|
||||||
var_ram="5120"
|
var_ram="6144"
|
||||||
var_os="debian"
|
var_os="debian"
|
||||||
var_version="12"
|
var_version="12"
|
||||||
variables
|
variables
|
||||||
@ -72,6 +72,8 @@ function update_script() {
|
|||||||
3>&1 1>&2 2>&3)
|
3>&1 1>&2 2>&3)
|
||||||
|
|
||||||
header_info
|
header_info
|
||||||
|
check_container_storage
|
||||||
|
check_container_resources
|
||||||
if [ "$UPD" == "1" ]; then
|
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
|
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"
|
msg_info "Stopping Vaultwarden"
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
"script": "ct/vaultwarden.sh",
|
"script": "ct/vaultwarden.sh",
|
||||||
"resources": {
|
"resources": {
|
||||||
"cpu": "4",
|
"cpu": "4",
|
||||||
"ram": "5120",
|
"ram": "6144",
|
||||||
"hdd": "6",
|
"hdd": "6",
|
||||||
"os": "debian",
|
"os": "debian",
|
||||||
"version": "12"
|
"version": "12"
|
||||||
|
Loading…
Reference in New Issue
Block a user