From b5be4f6ca0f75710b15d30459768a9bfc0558b8c Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Fri, 15 Jul 2022 11:58:40 -0400
Subject: [PATCH 01/40] Update adguard-v3.sh

---
 ct/adguard-v3.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ct/adguard-v3.sh b/ct/adguard-v3.sh
index b9bf7a50..655fa9de 100644
--- a/ct/adguard-v3.sh
+++ b/ct/adguard-v3.sh
@@ -349,6 +349,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# AdGuard Home LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "Adguard Setup should be reachable by going to the following URL.
          ${BL}http://${IP}:3000${CL} \n"

From 0b62bc9d65840bb9840ad5d214163eec7f2d463b Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Fri, 15 Jul 2022 12:01:20 -0400
Subject: [PATCH 02/40] Update debian-v3.sh

---
 ct/debian-v3.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ct/debian-v3.sh b/ct/debian-v3.sh
index 764d3307..5c872b28 100644
--- a/ct/debian-v3.sh
+++ b/ct/debian-v3.sh
@@ -349,4 +349,7 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"

From 4c734ed8f69056a27a453cafce43adb15c8f146f Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Fri, 15 Jul 2022 12:09:37 -0400
Subject: [PATCH 03/40] Update daemonsync-v3.sh

---
 ct/daemonsync-v3.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ct/daemonsync-v3.sh b/ct/daemonsync-v3.sh
index f1f6c66d..2930caaa 100644
--- a/ct/daemonsync-v3.sh
+++ b/ct/daemonsync-v3.sh
@@ -348,6 +348,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "${APP} should be reachable by going to the following URL.
          ${BL}http://${IP}:8084${CL} \n"

From dde2e34144266e434a5e879fca73cd6fba6dfb2a Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Fri, 15 Jul 2022 12:10:09 -0400
Subject: [PATCH 04/40] Update dashy-v3.sh

---
 ct/dashy-v3.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ct/dashy-v3.sh b/ct/dashy-v3.sh
index 004197a8..3b2bf0d4 100644
--- a/ct/dashy-v3.sh
+++ b/ct/dashy-v3.sh
@@ -348,6 +348,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "${APP} should be reachable by going to the following URL.
          ${BL}http://${IP}:4000${CL} \n"

From 0793150a64529313c2cc33820aa319b17dd652bb Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Fri, 15 Jul 2022 12:10:54 -0400
Subject: [PATCH 05/40] Update deconz-v3.sh

---
 ct/deconz-v3.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ct/deconz-v3.sh b/ct/deconz-v3.sh
index 8667d0ac..246c5616 100644
--- a/ct/deconz-v3.sh
+++ b/ct/deconz-v3.sh
@@ -361,6 +361,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "${APP} should be reachable by going to the following URL.
          ${BL}http://${IP}${CL} \n"

From da4663a05e8a40b1a1e4a9ab3237d403529afdfe Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Fri, 15 Jul 2022 12:11:43 -0400
Subject: [PATCH 06/40] Update docker-v3.sh

---
 ct/docker-v3.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ct/docker-v3.sh b/ct/docker-v3.sh
index c6f0f248..4dde4984 100644
--- a/ct/docker-v3.sh
+++ b/ct/docker-v3.sh
@@ -353,4 +353,7 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"

From 3e00150ea0b830b3de1c7171e78c07cbb546d81b Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Fri, 15 Jul 2022 12:12:27 -0400
Subject: [PATCH 07/40] Update esphome-v3.sh

---
 ct/esphome-v3.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ct/esphome-v3.sh b/ct/esphome-v3.sh
index b044cab7..9f8b2456 100644
--- a/ct/esphome-v3.sh
+++ b/ct/esphome-v3.sh
@@ -347,6 +347,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "${APP} should be reachable by going to the following URL.
          ${BL}http://${IP}:6052${CL} \n"

From a379018bea6cdb0fe97dc6e8964c73c2cb82db98 Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Fri, 15 Jul 2022 12:13:13 -0400
Subject: [PATCH 08/40] Update grafana-v3.sh

---
 ct/grafana-v3.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ct/grafana-v3.sh b/ct/grafana-v3.sh
index 052d3f82..3175cdc2 100644
--- a/ct/grafana-v3.sh
+++ b/ct/grafana-v3.sh
@@ -346,6 +346,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "${APP} should be reachable by going to the following URL.
          ${BL}http://${IP}:3000${CL} \n"

From c147f847dd079a072cbe62945321d7d5d8470124 Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Fri, 15 Jul 2022 12:13:53 -0400
Subject: [PATCH 09/40] Update heimdalldashboard-v3.sh

---
 ct/heimdalldashboard-v3.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ct/heimdalldashboard-v3.sh b/ct/heimdalldashboard-v3.sh
index bcb2ec5b..130e5587 100644
--- a/ct/heimdalldashboard-v3.sh
+++ b/ct/heimdalldashboard-v3.sh
@@ -347,6 +347,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "${APP} should be reachable by going to the following URL.
          ${BL}http://${IP}:7990${CL} \n"

From a6926733bdf3687e470d23f120f06f7159ac4031 Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Fri, 15 Jul 2022 12:14:33 -0400
Subject: [PATCH 10/40] Update homeassistant-v3.sh

---
 ct/homeassistant-v3.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ct/homeassistant-v3.sh b/ct/homeassistant-v3.sh
index 9da9f0c1..382de9a8 100644
--- a/ct/homeassistant-v3.sh
+++ b/ct/homeassistant-v3.sh
@@ -353,6 +353,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "${APP} should be reachable by going to the following URL.
          ${BL}http://${IP}:8123${CL}

From 5630e929177f794e2eef59a8329a7c66eba8584e Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Fri, 15 Jul 2022 12:15:14 -0400
Subject: [PATCH 11/40] Update homebridge-v3.sh

---
 ct/homebridge-v3.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ct/homebridge-v3.sh b/ct/homebridge-v3.sh
index e8af57b3..bb6a1473 100644
--- a/ct/homebridge-v3.sh
+++ b/ct/homebridge-v3.sh
@@ -346,6 +346,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "Homebridge should be reachable by going to the following URL.
          ${BL}http://${IP}:8581${CL} \n"

From 3c334ab730d8d5aa7bb12e8f7aacce116570c99f Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Fri, 15 Jul 2022 12:15:56 -0400
Subject: [PATCH 12/40] Update influxdb-v3.sh

---
 ct/influxdb-v3.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ct/influxdb-v3.sh b/ct/influxdb-v3.sh
index cecd1364..c8602b61 100644
--- a/ct/influxdb-v3.sh
+++ b/ct/influxdb-v3.sh
@@ -347,4 +347,7 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"

From d6fae8788dcccf9d13b855541a09b9a422cfce75 Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Fri, 15 Jul 2022 12:16:30 -0400
Subject: [PATCH 13/40] Update iobroker-v3.sh

---
 ct/iobroker-v3.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ct/iobroker-v3.sh b/ct/iobroker-v3.sh
index 48139515..3382c5a1 100644
--- a/ct/iobroker-v3.sh
+++ b/ct/iobroker-v3.sh
@@ -346,6 +346,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "${APP} should be reachable by going to the following URL.
          ${BL}http://${IP}:8081${CL} \n"

From be49ae171fd20be3982cf227aa183d9868b465a7 Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Fri, 15 Jul 2022 12:17:05 -0400
Subject: [PATCH 14/40] Update jellyfin-v3.sh

---
 ct/jellyfin-v3.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ct/jellyfin-v3.sh b/ct/jellyfin-v3.sh
index 651d395c..df1784ff 100644
--- a/ct/jellyfin-v3.sh
+++ b/ct/jellyfin-v3.sh
@@ -360,6 +360,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "Jellyfin Media Server should be reachable by going to the following URL.
              ${BL}http://${IP}:8096${CL}\n"

From ed99485f67eee202e390ae64b96897ee2596b924 Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Fri, 15 Jul 2022 12:17:36 -0400
Subject: [PATCH 15/40] Update keycloak-v3.sh

---
 ct/keycloak-v3.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ct/keycloak-v3.sh b/ct/keycloak-v3.sh
index f78b5052..5794a434 100644
--- a/ct/keycloak-v3.sh
+++ b/ct/keycloak-v3.sh
@@ -350,6 +350,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "${APP} should be reachable by going to the following URL.
          ${BL}http://${IP}:8080${CL} \n"

From 5e1d0291554bddfb39cbc51badf8f808dff4199d Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Fri, 15 Jul 2022 12:18:13 -0400
Subject: [PATCH 16/40] Update magicmirror-v3.sh

---
 ct/magicmirror-v3.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ct/magicmirror-v3.sh b/ct/magicmirror-v3.sh
index bacf531f..b97f981f 100644
--- a/ct/magicmirror-v3.sh
+++ b/ct/magicmirror-v3.sh
@@ -349,6 +349,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "${APP} should be reachable by going to the following URL.
          ${BL}http://${IP}:8080${CL} \n"

From 6c3654069af68959d7d74e6f74bcbedd69f76a3f Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Fri, 15 Jul 2022 12:18:52 -0400
Subject: [PATCH 17/40] Update mariadb-v3.sh

---
 ct/mariadb-v3.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ct/mariadb-v3.sh b/ct/mariadb-v3.sh
index 3925d8fc..da4485e8 100644
--- a/ct/mariadb-v3.sh
+++ b/ct/mariadb-v3.sh
@@ -346,6 +346,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "Adminer should be reachable by going to the following URL.
          ${BL}http://${IP}/adminer/${CL} \n"

From 36f4b26739ae9aa7fe369cdc71767842c842d7fb Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Fri, 15 Jul 2022 12:19:30 -0400
Subject: [PATCH 18/40] Update meshcentral-v3.sh

---
 ct/meshcentral-v3.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ct/meshcentral-v3.sh b/ct/meshcentral-v3.sh
index 1d6f2e1b..ddefc38d 100644
--- a/ct/meshcentral-v3.sh
+++ b/ct/meshcentral-v3.sh
@@ -346,6 +346,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "${APP} should be reachable by going to the following URL.
       ${BL}http://${IP}${CL} \n"

From 57b28a0b4da8b6be256d5eb745677354e6cd343d Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Fri, 15 Jul 2022 12:20:05 -0400
Subject: [PATCH 19/40] Update motioneye-v3.sh

---
 ct/motioneye-v3.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ct/motioneye-v3.sh b/ct/motioneye-v3.sh
index f83a2db8..10ade0fd 100644
--- a/ct/motioneye-v3.sh
+++ b/ct/motioneye-v3.sh
@@ -346,6 +346,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "${APP} should be reachable by going to the following URL.
          ${BL}http://${IP}:8765${CL} \n"

From 8d46f1ab3c78a943cd28bd02805e4fb598effbc9 Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Fri, 15 Jul 2022 12:20:44 -0400
Subject: [PATCH 20/40] Update mqtt-v3.sh

---
 ct/mqtt-v3.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ct/mqtt-v3.sh b/ct/mqtt-v3.sh
index 3c8c4d14..6da68624 100644
--- a/ct/mqtt-v3.sh
+++ b/ct/mqtt-v3.sh
@@ -346,4 +346,7 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"

From 242d3ae64a52e945370fb2a6b32d0e4f651092cd Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Fri, 15 Jul 2022 12:21:20 -0400
Subject: [PATCH 21/40] Update nginx-proxy-manager-v3.sh

---
 ct/nginx-proxy-manager-v3.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ct/nginx-proxy-manager-v3.sh b/ct/nginx-proxy-manager-v3.sh
index 40c4bba5..16eff8e0 100644
--- a/ct/nginx-proxy-manager-v3.sh
+++ b/ct/nginx-proxy-manager-v3.sh
@@ -346,6 +346,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "${APP} should be reachable by going to the following URL.
          ${BL}http://${IP}:81${CL} \n"

From e4c6ba493f08cce4dfe54adf46938c1fcfe5a18c Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Fri, 15 Jul 2022 12:21:57 -0400
Subject: [PATCH 22/40] Update nocodb-v3.sh

---
 ct/nocodb-v3.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ct/nocodb-v3.sh b/ct/nocodb-v3.sh
index c32a23a4..18370502 100644
--- a/ct/nocodb-v3.sh
+++ b/ct/nocodb-v3.sh
@@ -346,6 +346,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "${APP} should be reachable by going to the following URL.
          ${BL}http://${IP}:8080/dashboard${CL}\n"

From da0f73a849e7b9ba49cac9622f3f9c77a99ae11e Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Fri, 15 Jul 2022 12:22:31 -0400
Subject: [PATCH 23/40] Update node-red-v3.sh

---
 ct/node-red-v3.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ct/node-red-v3.sh b/ct/node-red-v3.sh
index cbd8e44b..cb35cefb 100644
--- a/ct/node-red-v3.sh
+++ b/ct/node-red-v3.sh
@@ -346,6 +346,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "${APP} should be reachable by going to the following URL.
          ${BL}http://${IP}:1880${CL} \n"

From c56cc4e94ef14792df9906bd6e5fa3a9792fc63e Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Fri, 15 Jul 2022 12:23:07 -0400
Subject: [PATCH 24/40] Update omada-v3.sh

---
 ct/omada-v3.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ct/omada-v3.sh b/ct/omada-v3.sh
index be57d41d..eb2e23e3 100644
--- a/ct/omada-v3.sh
+++ b/ct/omada-v3.sh
@@ -346,6 +346,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "${APP} should be reachable by going to the following URL.
          ${BL}https://${IP}:8043${CL} \n"

From 3927a1aa6937bf76317d3df7e94b9edec4a64874 Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Fri, 15 Jul 2022 12:23:45 -0400
Subject: [PATCH 25/40] Update openhab-v3.sh

---
 ct/openhab-v3.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ct/openhab-v3.sh b/ct/openhab-v3.sh
index 78312e12..f3c0bcc6 100644
--- a/ct/openhab-v3.sh
+++ b/ct/openhab-v3.sh
@@ -351,6 +351,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "${APP} should be reachable by going to the following URL.
          ${BL}http://${IP}:8080${CL}\n"

From a6f802dbcd8d291633664fb7cc34d79d0329afcf Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Fri, 15 Jul 2022 12:24:27 -0400
Subject: [PATCH 26/40] Update photoprism-v3.sh

---
 ct/photoprism-v3.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ct/photoprism-v3.sh b/ct/photoprism-v3.sh
index c77bd81c..6a74a0fe 100644
--- a/ct/photoprism-v3.sh
+++ b/ct/photoprism-v3.sh
@@ -347,6 +347,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "${APP} should be reachable by going to the following URL.
       ${BL}http://${IP}:2342${CL} \n"

From 3455d8b2f210a322dffc9f7dec3aeaad7c677617 Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Fri, 15 Jul 2022 12:25:05 -0400
Subject: [PATCH 27/40] Update pihole-v3.sh

---
 ct/pihole-v3.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ct/pihole-v3.sh b/ct/pihole-v3.sh
index 493d45b4..9bae1e0f 100644
--- a/ct/pihole-v3.sh
+++ b/ct/pihole-v3.sh
@@ -346,6 +346,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "${APP}${CL} should be reachable by going to the following URL.
          ${BL}http://${IP}/admin${CL} \n"

From 5f98181052b0ec064fb801cb544f6b61feff220a Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Fri, 15 Jul 2022 12:25:40 -0400
Subject: [PATCH 28/40] Update plex-v3.sh

---
 ct/plex-v3.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ct/plex-v3.sh b/ct/plex-v3.sh
index 96fac292..302b48df 100644
--- a/ct/plex-v3.sh
+++ b/ct/plex-v3.sh
@@ -358,6 +358,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "Plex Media Server should be reachable by going to the following URL.
              ${BL}http://${IP}:32400/web${CL}\n"

From c614a279abfa3f45b827e4e3d254ffcd1f760f25 Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Fri, 15 Jul 2022 12:26:17 -0400
Subject: [PATCH 29/40] Update podman-homeassistant-v3.sh

---
 ct/podman-homeassistant-v3.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ct/podman-homeassistant-v3.sh b/ct/podman-homeassistant-v3.sh
index 673ec92b..1464ac6f 100644
--- a/ct/podman-homeassistant-v3.sh
+++ b/ct/podman-homeassistant-v3.sh
@@ -359,6 +359,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "${APP} should be reachable by going to the following URL.
          ${BL}http://${IP}:8123${CL}

From b72616cbc4855960d13a76e0e451ccc5fbd91b5d Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Fri, 15 Jul 2022 12:26:53 -0400
Subject: [PATCH 30/40] Update postgresql-v3.sh

---
 ct/postgresql-v3.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ct/postgresql-v3.sh b/ct/postgresql-v3.sh
index 6c26d8b4..8b120b89 100644
--- a/ct/postgresql-v3.sh
+++ b/ct/postgresql-v3.sh
@@ -351,6 +351,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "Adminer should be reachable by going to the following URL.
          ${BL}http://${IP}/adminer/${CL} \n"

From 8a117108b053347157254fdb8c4da789a93dbbb2 Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Fri, 15 Jul 2022 12:27:35 -0400
Subject: [PATCH 31/40] Update prometheus-v3.sh

---
 ct/prometheus-v3.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ct/prometheus-v3.sh b/ct/prometheus-v3.sh
index d2ec1ec6..aab32e44 100644
--- a/ct/prometheus-v3.sh
+++ b/ct/prometheus-v3.sh
@@ -349,6 +349,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "${APP} should be reachable by going to the following URL.
          ${BL}http://${IP}:9090${CL} \n"

From f088ff7f986671b502a55f5593ec3c45b244bf50 Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Fri, 15 Jul 2022 12:28:13 -0400
Subject: [PATCH 32/40] Update technitiumdns-v3.sh

---
 ct/technitiumdns-v3.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ct/technitiumdns-v3.sh b/ct/technitiumdns-v3.sh
index 615cdc64..192e0ab1 100644
--- a/ct/technitiumdns-v3.sh
+++ b/ct/technitiumdns-v3.sh
@@ -346,6 +346,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "${APP} should be reachable by going to the following URL.
          ${BL}http://${IP}:5380${CL} \n"

From bc81da55e455db02b286aa3f1d1e3689f7d86975 Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Fri, 15 Jul 2022 12:28:59 -0400
Subject: [PATCH 33/40] Update ubuntu-v3.sh

---
 ct/ubuntu-v3.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ct/ubuntu-v3.sh b/ct/ubuntu-v3.sh
index 396abc13..a1384182 100644
--- a/ct/ubuntu-v3.sh
+++ b/ct/ubuntu-v3.sh
@@ -369,4 +369,7 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"

From 4e119886e2925613e98ab46e9cf6996b37e5ee82 Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Fri, 15 Jul 2022 12:29:42 -0400
Subject: [PATCH 34/40] Update unifi-v3.sh

---
 ct/unifi-v3.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ct/unifi-v3.sh b/ct/unifi-v3.sh
index 57f7fab8..3b237b86 100644
--- a/ct/unifi-v3.sh
+++ b/ct/unifi-v3.sh
@@ -346,6 +346,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "${APP}${CL} should be reachable by going to the following URL.
          ${BL}https://${IP}:8443${CL} \n"

From 5b69499c002474ad5a59705420f9e12dc2a19cab Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Fri, 15 Jul 2022 12:30:21 -0400
Subject: [PATCH 35/40] Update uptimekuma-v3.sh

---
 ct/uptimekuma-v3.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ct/uptimekuma-v3.sh b/ct/uptimekuma-v3.sh
index 56b2afe9..f2287af9 100644
--- a/ct/uptimekuma-v3.sh
+++ b/ct/uptimekuma-v3.sh
@@ -348,6 +348,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "${APP} should be reachable by going to the following URL.
          ${BL}http://${IP}:3001${CL}\n"

From 9a44a198b174a28c06c7db4a0d758722e8a71e54 Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Fri, 15 Jul 2022 12:30:57 -0400
Subject: [PATCH 36/40] Update vaultwarden-v3.sh

---
 ct/vaultwarden-v3.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ct/vaultwarden-v3.sh b/ct/vaultwarden-v3.sh
index 8295542d..b4f264c5 100644
--- a/ct/vaultwarden-v3.sh
+++ b/ct/vaultwarden-v3.sh
@@ -346,6 +346,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_info "Setting Container to Normal Resources"
 pct set $CTID -memory 512
 pct set $CTID -cores 1

From 3c3283953dcefdbcbbc1e6767deec809f64871be Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Fri, 15 Jul 2022 12:31:45 -0400
Subject: [PATCH 37/40] Update whoogle-v3.sh

---
 ct/whoogle-v3.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ct/whoogle-v3.sh b/ct/whoogle-v3.sh
index 01c2c1ca..8cc19d7e 100644
--- a/ct/whoogle-v3.sh
+++ b/ct/whoogle-v3.sh
@@ -350,6 +350,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "${APP} should be reachable by going to the following URL.
       ${BL}http://${IP}:5000${CL} \n"

From 4982a59723669d337edb416e17acc9c48fc34927 Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Fri, 15 Jul 2022 12:32:18 -0400
Subject: [PATCH 38/40] Update wireguard-v3.sh

---
 ct/wireguard-v3.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ct/wireguard-v3.sh b/ct/wireguard-v3.sh
index 528c57ed..2bebc82a 100644
--- a/ct/wireguard-v3.sh
+++ b/ct/wireguard-v3.sh
@@ -347,6 +347,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "WGDashboard should be reachable by going to the following URL.
          ${BL}http://${IP}:10086${CL} \n"

From ef09f25a448a19140b622c320ef4b9b7438aa702 Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Fri, 15 Jul 2022 12:32:51 -0400
Subject: [PATCH 39/40] Update zigbee2mqtt-v3.sh

---
 ct/zigbee2mqtt-v3.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ct/zigbee2mqtt-v3.sh b/ct/zigbee2mqtt-v3.sh
index 8d74ba7f..81c57807 100644
--- a/ct/zigbee2mqtt-v3.sh
+++ b/ct/zigbee2mqtt-v3.sh
@@ -361,4 +361,7 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"

From 1a6b8fb8b871562191abb370654de2fcdcb33d9a Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Fri, 15 Jul 2022 12:33:41 -0400
Subject: [PATCH 40/40] Update zwavejs2mqtt-v3.sh

---
 ct/zwavejs2mqtt-v3.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ct/zwavejs2mqtt-v3.sh b/ct/zwavejs2mqtt-v3.sh
index 7e3e8107..6b54e7c1 100644
--- a/ct/zwavejs2mqtt-v3.sh
+++ b/ct/zwavejs2mqtt-v3.sh
@@ -344,6 +344,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 
+pct set $CTID -description "# ${APP} LXC
+### https://github.com/tteck/Proxmox"
+
 msg_ok "Completed Successfully!\n"
 echo -e "${APP} should be reachable by going to the following URL.
          ${BL}http://${IP}:8091${CL} \n"