Compare commits

..

No commits in common. "0cc475115a286ab7d5c75a2c03952830c10a1a52" and "8ff557f9c2e53bfc1671ed6138e0390a171d2c47" have entirely different histories.

94 changed files with 2 additions and 109 deletions

View File

@ -8,8 +8,6 @@ All notable changes to this project will be documented in this file.
- **Removed Alpine-ESPHome LXC** - **Removed Alpine-ESPHome LXC**
- Nonoperational - Nonoperational
- **All Scripts**
- Incorporate code that examines whether SSH is being used and, if yes, offers a suggestion against it without restricting or blocking its usage.
## 2023-03-25 ## 2023-03-25

View File

@ -78,7 +78,6 @@ msg_ok "Update Successfull"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -81,7 +81,6 @@ function update_script() {
done done
} }
ssh_check
start start
build_container build_container
description description

View File

@ -75,7 +75,6 @@ function update_script() {
done done
} }
ssh_check
start start
build_container build_container
description description

View File

@ -88,7 +88,6 @@ function update_script() {
done done
} }
ssh_check
start start
build_container build_container
description description

View File

@ -81,7 +81,6 @@ function update_script() {
done done
} }
ssh_check
start start
build_container build_container
description description

View File

@ -79,7 +79,6 @@ function update_script() {
done done
} }
ssh_check
start start
build_container build_container
description description

View File

@ -75,7 +75,6 @@ function update_script() {
done done
} }
ssh_check
start start
build_container build_container
description description

View File

@ -63,7 +63,6 @@ exit;
fi fi
} }
ssh_check
start start
build_container build_container
description description

View File

@ -60,7 +60,6 @@ msg_ok "Updated $APP LXC"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -71,7 +71,6 @@ msg_ok "Update Successfull"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -60,7 +60,6 @@ msg_ok "Updated $APP LXC"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -61,7 +61,6 @@ msg_ok "Updated ${APP} LXC"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -60,7 +60,6 @@ msg_ok "Update Successfull"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -100,7 +100,6 @@ exit
fi fi
} }
ssh_check
start start
build_container build_container
description description

View File

@ -60,7 +60,6 @@ msg_ok "Updated $APP LXC"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -86,7 +86,6 @@ msg_ok "Update Successfull"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -60,7 +60,6 @@ msg_ok "Updated $APP LXC"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -60,7 +60,6 @@ msg_ok "Updated $APP LXC"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -61,7 +61,6 @@ msg_ok "Updated $APP LXC"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -60,7 +60,6 @@ msg_ok "Updated $APP LXC"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -61,7 +61,6 @@ msg_ok "Updated ${APP} LXC"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -71,7 +71,6 @@ msg_ok "Update Successfull"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -60,7 +60,6 @@ msg_ok "Updated $APP LXC"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -68,7 +68,6 @@ msg_ok "Update Successfull"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -61,7 +61,6 @@ msg_ok "Updated $APP LXC"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -61,7 +61,6 @@ msg_ok "Update Successfull"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -60,7 +60,6 @@ msg_ok "Update Successfull"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -140,7 +140,6 @@ msg_ok "Update Successfull"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -207,7 +207,6 @@ EOF
fi fi
} }
ssh_check
start start
build_container build_container
description description

View File

@ -128,7 +128,6 @@ WantedBy=default.target" >$service_path
fi fi
} }
ssh_check
start start
build_container build_container
description description

View File

@ -61,7 +61,6 @@ msg_ok "Update Successfull"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -67,7 +67,6 @@ msg_ok "Update Successfull"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -84,7 +84,6 @@ msg_ok "Update Successfull"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -62,7 +62,6 @@ msg_ok "Update Successfull"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -61,7 +61,6 @@ msg_ok "Update Successfull"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -61,7 +61,6 @@ msg_ok "Update Successfull"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -60,7 +60,6 @@ msg_ok "Updated ${APP} LXC"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -61,7 +61,6 @@ msg_ok "Updated ${APP} LXC"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -61,7 +61,6 @@ msg_ok "Update Successfull"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -60,7 +60,6 @@ msg_ok "Updated $APP LXC"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -62,7 +62,6 @@ msg_ok "Update Successfull"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -60,7 +60,6 @@ msg_ok "Updated $APP LXC"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -63,7 +63,6 @@ msg_ok "Update Successfull"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -61,7 +61,6 @@ msg_ok "Update Successfull"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -61,7 +61,6 @@ msg_ok "Update Successfull"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -60,7 +60,6 @@ msg_ok "Update Successfull"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -61,7 +61,6 @@ msg_ok "Update Successfull"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -61,7 +61,6 @@ msg_ok "Update Successfull"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -71,7 +71,6 @@ msg_ok "Update Successfull"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -61,7 +61,6 @@ msg_ok "Update Successfull"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -171,7 +171,6 @@ EOF
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -63,7 +63,6 @@ msg_ok "Update Successfull"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -96,7 +96,6 @@ exit
fi fi
} }
ssh_check
start start
build_container build_container
description description

View File

@ -61,7 +61,6 @@ msg_ok "Update Successfull"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -62,7 +62,6 @@ msg_ok "Update Successfull"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -62,7 +62,6 @@ msg_ok "Update Successfull"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -132,7 +132,6 @@ EOF
fi fi
} }
ssh_check
start start
build_container build_container
description description

View File

@ -86,7 +86,6 @@ function update_script() {
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -61,7 +61,6 @@ msg_ok "Update Successfull"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -71,7 +71,6 @@ exit
fi fi
} }
ssh_check
start start
build_container build_container
description description

View File

@ -111,7 +111,6 @@ exit
fi fi
} }
ssh_check
start start
build_container build_container
description description

View File

@ -61,7 +61,6 @@ msg_ok "Update Successfull"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -61,7 +61,6 @@ msg_ok "Update Successfull"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -61,7 +61,6 @@ msg_ok "Update Successfull"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -60,7 +60,6 @@ msg_ok "Updated $APP LXC"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -61,7 +61,6 @@ msg_ok "Updated ${APP} LXC"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -60,7 +60,6 @@ msg_ok "Updated $APP LXC"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -60,7 +60,6 @@ msg_ok "Updated $APP LXC"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -61,7 +61,6 @@ msg_ok "Update Successfull"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -60,7 +60,6 @@ msg_ok "Updated $APP LXC"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -66,7 +66,6 @@ msg_ok "Updated $APP"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -62,7 +62,6 @@ msg_ok "Update Successfull"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -64,7 +64,6 @@ msg_ok "Updated Shinobi LXC"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -60,7 +60,6 @@ msg_ok "Updated $APP LXC"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -62,7 +62,6 @@ msg_ok "Update Successfull"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -60,7 +60,6 @@ msg_ok "Updated $APP LXC"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -70,7 +70,6 @@ msg_ok "Update Successfull"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -60,7 +60,6 @@ msg_ok "Updated ${APP} LXC"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -80,7 +80,6 @@ msg_ok "Update Successfull"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -60,7 +60,6 @@ msg_ok "Updated ${APP} LXC"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -60,7 +60,6 @@ msg_ok "Updated ${APP} LXC"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -61,7 +61,6 @@ msg_ok "Update Successfull"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -78,7 +78,6 @@ msg_ok "Update Successfull"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -131,7 +131,6 @@ function update_script() {
fi fi
} }
ssh_check
start start
build_container build_container
description description

View File

@ -61,7 +61,6 @@ msg_ok "Updated $APP LXC"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -60,7 +60,6 @@ msg_ok "Update Successfull"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -83,7 +83,6 @@ msg_ok "Update Successfull"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -115,7 +115,6 @@ exit
fi fi
} }
ssh_check
start start
build_container build_container
description description

View File

@ -60,7 +60,6 @@ msg_ok "Updated $APP LXC"
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -126,7 +126,6 @@ function update_script() {
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -78,7 +78,6 @@ function update_script() {
exit exit
} }
ssh_check
start start
build_container build_container
description description

View File

@ -67,11 +67,10 @@ arch_check() {
ssh_check() { ssh_check() {
if command -v pveversion >/dev/null 2>&1; then if command -v pveversion >/dev/null 2>&1; then
if [ -n "${SSH_CLIENT:+x}" ]; then if [ -n "$SSH_CLIENT" ]; then
if whiptail --defaultno --title "SSH DETECTED" --yesno "It's suggested to use the Proxmox shell instead of SSH, since SSH can create issues while gathering variables. Would you like to proceed with using SSH?" 10 62; then if whiptail --defaultno --title "SSH DETECTED" --yesno "The scripts suggest using the Proxmox shell instead of SSH, since the latter can create issues while gathering variables. Would you like to proceed with using SSH?" 10 68; then
echo "you've been warned" echo "you've been warned"
else else
clear
exit exit
fi fi
fi fi

View File

@ -95,18 +95,6 @@ function ARCH_CHECK() {
exit exit
fi fi
} }
function SSH_CHECK() {
if command -v pveversion >/dev/null 2>&1; then
if [ -n "${SSH_CLIENT:+x}" ]; then
if whiptail --defaultno --title "SSH DETECTED" --yesno "It's suggested to use the Proxmox shell instead of SSH, since SSH can create issues while gathering variables. Would you like to proceed with using SSH?" 10 62; then
echo "you've been warned"
else
clear
exit
fi
fi
fi
}
function default_settings() { function default_settings() {
BRANCH="$stable" BRANCH="$stable"
VMID="$NEXTID" VMID="$NEXTID"
@ -269,7 +257,6 @@ function START_SCRIPT() {
} }
ARCH_CHECK ARCH_CHECK
PVE_CHECK PVE_CHECK
SSH_CHECK
START_SCRIPT START_SCRIPT
msg_info "Validating Storage" msg_info "Validating Storage"
while read -r line; do while read -r line; do