-
+
${APP} LXC
diff --git a/misc/clean-lxcs.sh b/misc/clean-lxcs.sh
index cabd3f03..1805ee96 100644
--- a/misc/clean-lxcs.sh
+++ b/misc/clean-lxcs.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2025 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE
function header_info() {
clear
@@ -40,7 +40,7 @@ function clean_container() {
header_info
name=$(pct exec "$container" hostname)
echo -e "${BL}[Info]${GN} Cleaning ${name} ${CL} \n"
- pct exec $container -- bash -c "apt-get -y --purge autoremove && apt-get -y autoclean && bash <(curl -fsSL https://github.com/community-scripts/ProxmoxVE/raw/main/misc/clean.sh) && rm -rf /var/lib/apt/lists/* && apt-get update"
+ pct exec $container -- bash -c "apt-get -y --purge autoremove && apt-get -y autoclean && bash <(curl -fsSL https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/misc/clean.sh) && rm -rf /var/lib/apt/lists/* && apt-get update"
}
for container in $(pct list | awk '{if(NR>1) print $1}'); do
if [[ " ${excluded_containers[@]} " =~ " $container " ]]; then
diff --git a/misc/clean.sh b/misc/clean.sh
index 1c92d79e..fee5954d 100644
--- a/misc/clean.sh
+++ b/misc/clean.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2025 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE
function header_info() {
clear
diff --git a/misc/code-server.sh b/misc/code-server.sh
index 5114e320..76fb6228 100644
--- a/misc/code-server.sh
+++ b/misc/code-server.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2025 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE
function header_info {
cat <<"EOF"
diff --git a/misc/container-restore-from-backup.sh b/misc/container-restore-from-backup.sh
index dd5da945..2a8f760e 100644
--- a/misc/container-restore-from-backup.sh
+++ b/misc/container-restore-from-backup.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2025 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE
clear
if command -v pveversion >/dev/null 2>&1; then echo -e "⚠️ Can't Run from the Proxmox Shell"; exit; fi
diff --git a/misc/copy-data/README.md b/misc/copy-data/README.md
index 3257c80f..2029ef01 100644
--- a/misc/copy-data/README.md
+++ b/misc/copy-data/README.md
@@ -2,45 +2,45 @@
To copy data from Home Assistant Container to Home Assistant Container
```
-bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/copy-data/home-assistant-container-copy-data-home-assistant-container.sh)"
+bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/misc/copy-data/home-assistant-container-copy-data-home-assistant-container.sh)"
```
To copy data from Home Assistant Container to Home Assistant Core
```
-bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/copy-data/home-assistant-container-copy-data-home-assistant-core.sh)"
+bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/misc/copy-data/home-assistant-container-copy-data-home-assistant-core.sh)"
```
To copy data from Home Assistant Container to Podman Home Assistant
```
-bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/copy-data/home-assistant-container-copy-data-podman-home-assistant.sh)"
+bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/misc/copy-data/home-assistant-container-copy-data-podman-home-assistant.sh)"
```
To copy data from Podman Home Assistant to Home Assistant Container
```
-bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/copy-data/podman-home-assistant-copy-data-home-assistant-container.sh)"
+bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/misc/copy-data/podman-home-assistant-copy-data-home-assistant-container.sh)"
```
To copy data from Home Assistant Core to Home Assistant Container
```
-bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/copy-data/home-assistant-core-copy-data-home-assistant-container.sh)"
+bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/misc/copy-data/home-assistant-core-copy-data-home-assistant-container.sh)"
```
To copy data from Home Assistant Core to Home Assistant Core
```
-bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/copy-data/home-assistant-core-copy-data-home-assistant-core.sh)"
+bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/misc/copy-data/home-assistant-core-copy-data-home-assistant-core.sh)"
```
To copy data from Plex to Plex
```
-bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/copy-data/plex-copy-data-plex.sh)"
+bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/misc/copy-data/plex-copy-data-plex.sh)"
```
To copy data from Zigbee2MQTT to Zigbee2MQTT
```
-bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/copy-data/z2m-copy-data-z2m.sh)"
+bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/misc/copy-data/z2m-copy-data-z2m.sh)"
```
To copy data from Zwavejs2MQTT to Zwave JS UI
```
-bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/copy-data/zwavejs2mqtt-copy-data-zwavejsui.sh)"
+bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/misc/copy-data/zwavejs2mqtt-copy-data-zwavejsui.sh)"
```
diff --git a/misc/copy-data/home-assistant-container-copy-data-home-assistant-container.sh b/misc/copy-data/home-assistant-container-copy-data-home-assistant-container.sh
index a8c137af..d7f4cafd 100644
--- a/misc/copy-data/home-assistant-container-copy-data-home-assistant-container.sh
+++ b/misc/copy-data/home-assistant-container-copy-data-home-assistant-container.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2025 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE
# Use to copy all data from one Home Assistant LXC to another
# run from the Proxmox Shell
@@ -125,4 +125,4 @@ info "Successfully Transferred Data."
# Use to copy all data from one Home Assistant LXC to another
# run from the Proxmox Shell
-# bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/copy-data/home-assistant-container-copy-data-home-assistant-container.sh)"
+# bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/copy-data/home-assistant-container-copy-data-home-assistant-container.sh)"
diff --git a/misc/copy-data/home-assistant-container-copy-data-home-assistant-core.sh b/misc/copy-data/home-assistant-container-copy-data-home-assistant-core.sh
index 998bcb63..7b9d4d27 100644
--- a/misc/copy-data/home-assistant-container-copy-data-home-assistant-core.sh
+++ b/misc/copy-data/home-assistant-container-copy-data-home-assistant-core.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2025 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE
clear
if ! command -v pveversion >/dev/null 2>&1; then echo -e "⚠️ Run from the Proxmox Shell"; exit; fi
@@ -121,4 +121,4 @@ info "Successfully Transferred Data."
# Use to copy all data from a Home Assistant Container LXC to a Home Assistant Core LXC
# run from the Proxmox Shell
-# bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/copy-data/home-assistant-container-copy-data-home-assistant-core.sh)"
+# bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/copy-data/home-assistant-container-copy-data-home-assistant-core.sh)"
diff --git a/misc/copy-data/home-assistant-container-copy-data-podman-home-assistant.sh b/misc/copy-data/home-assistant-container-copy-data-podman-home-assistant.sh
index e730372d..60d7cba7 100644
--- a/misc/copy-data/home-assistant-container-copy-data-podman-home-assistant.sh
+++ b/misc/copy-data/home-assistant-container-copy-data-podman-home-assistant.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2025 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE
# Use to copy all data from a Home Assistant LXC to a Podman Home Assistant LXC.
# run from the Proxmox Shell
@@ -126,4 +126,4 @@ info "Successfully Transferred Data."
# Use to copy all data from a Home Assistant LXC to a Podman Home Assistant LXC
# run from the Proxmox Shell
-# bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/copy-data/home-assistant-container-copy-data-podman-home-assistant.sh)"
+# bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/copy-data/home-assistant-container-copy-data-podman-home-assistant.sh)"
diff --git a/misc/copy-data/home-assistant-core-copy-data-home-assistant-container.sh b/misc/copy-data/home-assistant-core-copy-data-home-assistant-container.sh
index dc9eecd7..75fa9ac5 100644
--- a/misc/copy-data/home-assistant-core-copy-data-home-assistant-container.sh
+++ b/misc/copy-data/home-assistant-core-copy-data-home-assistant-container.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2025 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE
clear
if ! command -v pveversion >/dev/null 2>&1; then echo -e "⚠️ Run from the Proxmox Shell"; exit; fi
@@ -121,4 +121,4 @@ info "Successfully Transferred Data."
# Use to copy all data from a Home Assistant Core LXC to a Home Assistant Container LXC
# run from the Proxmox Shell
-# bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/copy-data/home-assistant-core-copy-data-home-assistant-container.sh)"
+# bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/copy-data/home-assistant-core-copy-data-home-assistant-container.sh)"
diff --git a/misc/copy-data/home-assistant-core-copy-data-home-assistant-core.sh b/misc/copy-data/home-assistant-core-copy-data-home-assistant-core.sh
index a8d36408..1531f8e4 100644
--- a/misc/copy-data/home-assistant-core-copy-data-home-assistant-core.sh
+++ b/misc/copy-data/home-assistant-core-copy-data-home-assistant-core.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2025 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE
clear
if ! command -v pveversion >/dev/null 2>&1; then echo -e "⚠️ Run from the Proxmox Shell"; exit; fi
@@ -120,4 +120,4 @@ info "Successfully Transferred Data."
# Use to copy all data from a Home Assistant Core LXC to a Home Assistant Container LXC
# run from the Proxmox Shell
-# bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/copy-data/home-assistant-core-copy-data-home-assistant-core.sh)"
+# bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/copy-data/home-assistant-core-copy-data-home-assistant-core.sh)"
diff --git a/misc/copy-data/plex-copy-data-plex.sh b/misc/copy-data/plex-copy-data-plex.sh
index 779921f8..0cbb1012 100644
--- a/misc/copy-data/plex-copy-data-plex.sh
+++ b/misc/copy-data/plex-copy-data-plex.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2025 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE
# Use to copy all data from one Plex Media Server LXC to another
# run from the Proxmox Shell
@@ -125,4 +125,4 @@ info "Successfully Transferred Data."
# Use to copy all data from one Plex Media Server LXC to another
# run from the Proxmox Shell
-# bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/copy-data/plex-copy-data-plex.sh)"
+# bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/copy-data/plex-copy-data-plex.sh)"
diff --git a/misc/copy-data/podman-home-assistant-copy-data-home-assistant-container.sh b/misc/copy-data/podman-home-assistant-copy-data-home-assistant-container.sh
index 0ff1f071..c037a4d2 100644
--- a/misc/copy-data/podman-home-assistant-copy-data-home-assistant-container.sh
+++ b/misc/copy-data/podman-home-assistant-copy-data-home-assistant-container.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2025 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE
# Use to copy all data from a Podman Home Assistant LXC to a Docker Home Assistant LXC.
# run from the Proxmox Shell
@@ -126,4 +126,4 @@ info "Successfully Transferred Data."
# Use to copy all data from a Podman Home Assistant LXC to a Docker Home Assistant LXC.
# run from the Proxmox Shell
-# bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/copy-data/podman-home-assistant-copy-data-home-assistant-container.sh)"
+# bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/copy-data/podman-home-assistant-copy-data-home-assistant-container.sh)"
diff --git a/misc/copy-data/z2m-copy-data-z2m.sh b/misc/copy-data/z2m-copy-data-z2m.sh
index b6807351..33c04cbc 100644
--- a/misc/copy-data/z2m-copy-data-z2m.sh
+++ b/misc/copy-data/z2m-copy-data-z2m.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2025 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE
# Use to copy all data from one Zigbee2MQTT LXC to another
# run from the Proxmox Shell
@@ -125,4 +125,4 @@ info "Successfully Transferred Data."
# Use to copy all data from one Zigbee2MQTT LXC to another
# run from the Proxmox Shell
-# bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/copy-data/z2m-copy-data-z2m.sh)"
+# bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/copy-data/z2m-copy-data-z2m.sh)"
diff --git a/misc/copy-data/zwavejs2mqtt-copy-data-zwavejsui.sh b/misc/copy-data/zwavejs2mqtt-copy-data-zwavejsui.sh
index 3f282e25..521b07ec 100644
--- a/misc/copy-data/zwavejs2mqtt-copy-data-zwavejsui.sh
+++ b/misc/copy-data/zwavejs2mqtt-copy-data-zwavejsui.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2025 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE
# Use to copy all data from a Zwavejs2MQTT LXC to a Z-wave JS UI LXC
# run from the Proxmox Shell
@@ -127,4 +127,4 @@ info "Successfully Transferred Data."
# Use to copy all data from a Zwavejs2MQTT LXC to a Z-wave JS UI LXC
# run from the Proxmox Shell
-# bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/copy-data/zwavejs2mqtt-copy-data-zwavejsui.sh)"
+# bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/copy-data/zwavejs2mqtt-copy-data-zwavejsui.sh)"
diff --git a/misc/core-restore-from-backup.sh b/misc/core-restore-from-backup.sh
index 021e6b05..03380c0b 100644
--- a/misc/core-restore-from-backup.sh
+++ b/misc/core-restore-from-backup.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2025 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE
clear
if command -v pveversion >/dev/null 2>&1; then echo -e "⚠️ Can't Run from the Proxmox Shell"; exit; fi
diff --git a/misc/cron-update-lxcs.sh b/misc/cron-update-lxcs.sh
index b83111fe..1f4b6ddb 100644
--- a/misc/cron-update-lxcs.sh
+++ b/misc/cron-update-lxcs.sh
@@ -3,8 +3,8 @@
# Copyright (c) 2021-2025 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
-# bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/cron-update-lxcs.sh)"
+# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE
+# bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/misc/cron-update-lxcs.sh)"
clear
cat <<"EOF"
@@ -25,13 +25,13 @@ add() {
*) echo "Please answer yes or no." ;;
esac
done
- sh -c '(crontab -l -u root 2>/dev/null; echo "0 0 * * 0 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin /bin/bash -c \"\$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/update-lxcs-cron.sh)\" >>/var/log/update-lxcs-cron.log 2>/dev/null") | crontab -u root -'
+ sh -c '(crontab -l -u root 2>/dev/null; echo "0 0 * * 0 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin /bin/bash -c \"\$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/misc/update-lxcs-cron.sh)\" >>/var/log/update-lxcs-cron.log 2>/dev/null") | crontab -u root -'
clear
echo -e "\n To view Cron Update LXCs logs: cat /var/log/update-lxcs-cron.log"
}
remove() {
- (crontab -l | grep -v "github.com/community-scripts/ProxmoxVE/raw/main/misc/update-lxcs-cron.sh") | crontab -
+ (crontab -l | grep -v "github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/misc/update-lxcs-cron.sh") | crontab -
rm -rf /var/log/update-lxcs-cron.log
echo "Removed Crontab Schedule from Proxmox VE"
}
diff --git a/misc/crowdsec.sh b/misc/crowdsec.sh
index eae6fc96..e425625a 100644
--- a/misc/crowdsec.sh
+++ b/misc/crowdsec.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2025 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE
YW=$(echo "\033[33m")
BL=$(echo "\033[36m")
diff --git a/misc/filebrowser.sh b/misc/filebrowser.sh
index 02a4bb4c..f31630c5 100644
--- a/misc/filebrowser.sh
+++ b/misc/filebrowser.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2025 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE
function header_info {
clear
diff --git a/misc/frigate-support.sh b/misc/frigate-support.sh
index 11e14e7a..b1cc48ae 100644
--- a/misc/frigate-support.sh
+++ b/misc/frigate-support.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2025 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE
function header_info {
clear
@@ -89,5 +89,5 @@ EOF
echo -e "\e[1;33m \nFinished....Reboot ${CTID} LXC to apply the changes.\n \e[0m"
# In the Proxmox web shell run
-# bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/frigate-support.sh)"
+# bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/misc/frigate-support.sh)"
# Reboot the LXC to apply the changes
\ No newline at end of file
diff --git a/misc/fstrim.sh b/misc/fstrim.sh
index 27a9b9ed..2de9edc9 100644
--- a/misc/fstrim.sh
+++ b/misc/fstrim.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2025 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE
function header_info() {
clear
diff --git a/misc/glances.sh b/misc/glances.sh
index cd49dcb3..f90b4cf6 100644
--- a/misc/glances.sh
+++ b/misc/glances.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2025 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE
function header_info {
clear
diff --git a/misc/host-backup.sh b/misc/host-backup.sh
index 5de60fc7..7e75d322 100644
--- a/misc/host-backup.sh
+++ b/misc/host-backup.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2025 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE
function header_info {
clear
diff --git a/misc/hw-acceleration.sh b/misc/hw-acceleration.sh
index b632afb3..6ee5f789 100644
--- a/misc/hw-acceleration.sh
+++ b/misc/hw-acceleration.sh
@@ -3,9 +3,9 @@
# Copyright (c) 2021-2025 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE
# Execute within the Proxmox shell
-# bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/hw-acceleration.sh)"
+# bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/misc/hw-acceleration.sh)"
set -e
function header_info {
diff --git a/misc/install.func b/misc/install.func
index 1a3cf5eb..b8e769c6 100644
--- a/misc/install.func
+++ b/misc/install.func
@@ -2,7 +2,7 @@
# Author: tteck (tteckster)
# Co-Author: MickLesk
# License: MIT
-# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE
# This function sets color variables for formatting output in the terminal
color() {
@@ -253,6 +253,6 @@ EOF
systemctl restart $(basename $(dirname $GETTY_OVERRIDE) | sed 's/\.d//')
msg_ok "Customized Container"
fi
- echo "bash -c \"\$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/${app}.sh)\"" >/usr/bin/update
+ echo "bash -c \"\$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/ct/${app}.sh)\"" >/usr/bin/update
chmod +x /usr/bin/update
}
diff --git a/misc/kernel-clean.sh b/misc/kernel-clean.sh
index 959318bd..ca9a357c 100644
--- a/misc/kernel-clean.sh
+++ b/misc/kernel-clean.sh
@@ -2,7 +2,7 @@
# Copyright (c) 2021-2025 community-scripts ORG
# Author: MickLesk
# License: MIT
-# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE
function header_info {
clear
diff --git a/misc/kernel-pin.sh b/misc/kernel-pin.sh
index 5450b71e..a70d103d 100644
--- a/misc/kernel-pin.sh
+++ b/misc/kernel-pin.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2025 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE
function header_info {
clear
diff --git a/misc/microcode.sh b/misc/microcode.sh
index b5ce7aa7..d730dabd 100644
--- a/misc/microcode.sh
+++ b/misc/microcode.sh
@@ -2,7 +2,7 @@
# Copyright (c) 2021-2025 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE
function header_info {
clear
diff --git a/misc/monitor-all.sh b/misc/monitor-all.sh
index 3d6103f5..e2fcc7d0 100644
--- a/misc/monitor-all.sh
+++ b/misc/monitor-all.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2025 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE
clear
cat <<"EOF"
diff --git a/misc/netdata.sh b/misc/netdata.sh
index d04b11f9..9b618bb8 100644
--- a/misc/netdata.sh
+++ b/misc/netdata.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2025 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE
function header_info {
clear
diff --git a/misc/olivetin.sh b/misc/olivetin.sh
index e35e78df..6b411a93 100644
--- a/misc/olivetin.sh
+++ b/misc/olivetin.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2025 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE
function header_info {
clear
diff --git a/misc/pbs3-upgrade.sh b/misc/pbs3-upgrade.sh
index 465ba8fb..a3b80bde 100644
--- a/misc/pbs3-upgrade.sh
+++ b/misc/pbs3-upgrade.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2025 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE
header_info() {
clear
diff --git a/misc/post-pbs-install.sh b/misc/post-pbs-install.sh
index e95c62b0..9af3f163 100644
--- a/misc/post-pbs-install.sh
+++ b/misc/post-pbs-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2025 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE
header_info() {
clear
diff --git a/misc/post-pve-install.sh b/misc/post-pve-install.sh
index 4290c50f..f2125815 100644
--- a/misc/post-pve-install.sh
+++ b/misc/post-pve-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2025 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE
header_info() {
clear
diff --git a/misc/pve8-upgrade.sh b/misc/pve8-upgrade.sh
index 4dd8e158..aa5710e5 100644
--- a/misc/pve8-upgrade.sh
+++ b/misc/pve8-upgrade.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2025 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE
header_info() {
clear
diff --git a/misc/pyenv.sh b/misc/pyenv.sh
index c1d8044a..ab294bef 100644
--- a/misc/pyenv.sh
+++ b/misc/pyenv.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2025 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE
set -e
YW=$(echo "\033[33m")
@@ -113,7 +113,7 @@ cat </srv/esphome/start.sh
# Copyright (c) 2021-2025 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE
source /srv/esphome/bin/activate
esphome dashboard /srv/esphome/
diff --git a/misc/scaling-governor.sh b/misc/scaling-governor.sh
index cb097534..bd0b083b 100644
--- a/misc/scaling-governor.sh
+++ b/misc/scaling-governor.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2025 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE
set -e
header_info() {
clear
diff --git a/misc/update-lxcs-cron.sh b/misc/update-lxcs-cron.sh
index 9c0def0c..c05f1a79 100644
--- a/misc/update-lxcs-cron.sh
+++ b/misc/update-lxcs-cron.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2025 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE
echo -e "\n $(date)"
excluded_containers=("$@")
diff --git a/misc/update-lxcs.sh b/misc/update-lxcs.sh
index 09b69705..c5f014ce 100644
--- a/misc/update-lxcs.sh
+++ b/misc/update-lxcs.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2025 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE
function header_info {
clear
diff --git a/misc/update-repo.sh b/misc/update-repo.sh
index d218d829..b59ba630 100644
--- a/misc/update-repo.sh
+++ b/misc/update-repo.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2025 tteck
# Author: MickLesk
# License: MIT
-# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE
function header_info {
clear
diff --git a/misc/usb-passthrough.sh b/misc/usb-passthrough.sh
index 58dab9a2..5a4ba010 100644
--- a/misc/usb-passthrough.sh
+++ b/misc/usb-passthrough.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2025 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE
echo -e "\e[1;33m This script will allow USB passthrough to a PRIVILEGED LXC Container ONLY\e[0m"
while true; do
diff --git a/misc/webmin.sh b/misc/webmin.sh
index 92825f46..972b6741 100644
--- a/misc/webmin.sh
+++ b/misc/webmin.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2025 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE
function header_info {
clear
diff --git a/turnkey/turnkey.sh b/turnkey/turnkey.sh
index 5a39bc83..b7098ef1 100644
--- a/turnkey/turnkey.sh
+++ b/turnkey/turnkey.sh
@@ -2,7 +2,7 @@
# Copyright (c) 2021-2025 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE
function header_info {
clear
diff --git a/vm/debian-vm.sh b/vm/debian-vm.sh
index 007dffdf..578bdafd 100644
--- a/vm/debian-vm.sh
+++ b/vm/debian-vm.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2025 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE
function header_info {
clear
@@ -414,7 +414,7 @@ qm resize $VMID scsi0 4G >/dev/null
DESCRIPTION=$(cat <
-
+
Debian VM
diff --git a/vm/haos-vm.sh b/vm/haos-vm.sh
index caaa9c85..52f59129 100644
--- a/vm/haos-vm.sh
+++ b/vm/haos-vm.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2025 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE
function header_info {
clear
@@ -451,7 +451,7 @@ qm set $VMID \
-efidisk0 ${DISK0_REF}${FORMAT} \
-scsi0 ${DISK1_REF},${DISK_CACHE}${THIN}size=32G \
-boot order=scsi0 \
- -description "
+ -description "
# Home Assistant OS
diff --git a/vm/mikrotik-routeros.sh b/vm/mikrotik-routeros.sh
index 3a232fcd..4a8c61ea 100644
--- a/vm/mikrotik-routeros.sh
+++ b/vm/mikrotik-routeros.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2025 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE
function header_info {
cat <<"EOF"
@@ -275,7 +275,7 @@ qm importdisk $VMID ${FILE%.*} $STORAGE ${DISK_IMPORT:-} 1>&/dev/null
qm set $VMID \
-scsi0 "$DISK_REF" \
-boot order=scsi0 \
- -description "
+ -description "
# Mikrotik RouterOS CHR
diff --git a/vm/nextcloud-vm.sh b/vm/nextcloud-vm.sh
index f2590c85..a3986652 100644
--- a/vm/nextcloud-vm.sh
+++ b/vm/nextcloud-vm.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2025 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE
function header_info {
clear
@@ -410,7 +410,7 @@ qm set $VMID \
-scsi0 ${DISK1_REF},${DISK_CACHE}${THIN} \
-scsi1 ${DISK2_REF},${DISK_CACHE}${THIN} \
-boot order='scsi1;scsi0' \
- -description "
+ -description "
# $NAME
diff --git a/vm/openwrt.sh b/vm/openwrt.sh
index 74106213..45cd379b 100644
--- a/vm/openwrt.sh
+++ b/vm/openwrt.sh
@@ -4,7 +4,7 @@
# Author: tteck (tteckster)
# Jon Spriggs (jontheniceguy)
# License: MIT
-# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE
# Based on work from https://i12bretro.github.io/tutorials/0405.html
function header_info {
@@ -476,7 +476,7 @@ qm set $VMID \
-scsi0 ${DISK1_REF},size=512M \
-boot order=scsi0 \
-tags proxmox-helper-scripts \
- -description "
+ -description "
# OpenWRT
diff --git a/vm/owncloud-vm.sh b/vm/owncloud-vm.sh
index 99ca81c5..4df7735e 100644
--- a/vm/owncloud-vm.sh
+++ b/vm/owncloud-vm.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2025 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE
function header_info {
clear
@@ -410,7 +410,7 @@ qm set $VMID \
-scsi0 ${DISK1_REF},${DISK_CACHE}${THIN} \
-scsi1 ${DISK2_REF},${DISK_CACHE}${THIN} \
-boot order='scsi1;scsi0' \
- -description "
+ -description "
# $NAME
diff --git a/vm/pimox-haos-vm.sh b/vm/pimox-haos-vm.sh
index 0db35f73..eb66aa61 100644
--- a/vm/pimox-haos-vm.sh
+++ b/vm/pimox-haos-vm.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2025 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE
function header_info {
cat <<"EOF"
@@ -310,7 +310,7 @@ qm set $VMID \
-scsi0 ${DISK1_REF},size=32G >/dev/null
qm set $VMID \
-boot order=scsi0 \
- -description "
+ -description "
# Home Assistant OS
diff --git a/vm/ubuntu2204-vm.sh b/vm/ubuntu2204-vm.sh
index b4fa0fb6..4642a423 100644
--- a/vm/ubuntu2204-vm.sh
+++ b/vm/ubuntu2204-vm.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2025 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE
function header_info {
clear
@@ -411,7 +411,7 @@ qm set $VMID \
-ide2 ${STORAGE}:cloudinit \
-boot order=scsi0 \
-serial0 socket \
- -description "
+ -description "
# Ubuntu 22.04 VM
diff --git a/vm/ubuntu2404-vm.sh b/vm/ubuntu2404-vm.sh
index 01cc3015..e7ed43a1 100644
--- a/vm/ubuntu2404-vm.sh
+++ b/vm/ubuntu2404-vm.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2025 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE
function header_info {
clear
@@ -401,7 +401,7 @@ qm set $VMID \
-ide2 ${STORAGE}:cloudinit \
-boot order=scsi0 \
-serial0 socket \
- -description "
+ -description "
# Ubuntu 24.04 VM