Fix for nginx proxy manager

close #87
This commit is contained in:
Sam Heinz
2024-12-11 17:36:14 +10:00
parent 33e7fcf048
commit 3ff7d0b403
2 changed files with 10 additions and 17 deletions
+2 -6
View File
@@ -23,8 +23,8 @@ APP="Nginx Proxy Manager"
var_disk="4"
var_cpu="2"
var_ram="1024"
var_os="ubuntu"
var_version="22.04"
var_os="debian"
var_version="12"
variables
color
catch_errors
@@ -59,7 +59,6 @@ function update_script() {
msg_error "No ${APP} Installation Found!"
exit
fi
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
if ! command -v pnpm &> /dev/null; then
msg_info "Installing pnpm"
#export NODE_OPTIONS=--openssl-legacy-provider
@@ -187,9 +186,6 @@ start
build_container
description
msg_info "Setting Container to Normal Resources"
pct set $CTID -cores 1
msg_ok "Set Container to Normal Resources"
msg_ok "Completed Successfully!\n"
echo -e "${APP} should be reachable by going to the following URL.
${BL}http://${IP}:81${CL}\n"