Maintenance (#365)

* Update debian-v3.sh

* Update debian-v3.sh

* Update adguard-v3.sh

* Update daemonsync-v3.sh

* Update dashy-v3.sh

* Update deconz-v3.sh

* Update docker-v3.sh

* Update esphome-v3.sh

* Update grafana-v3.sh

* Update heimdalldashboard-v3.sh

* Update homeassistant-v3.sh

* Update homebridge-v3.sh

* Update influxdb-v3.sh

* Update iobroker-v3.sh

* Update jellyfin-v3.sh

* Update keycloak-v3.sh

* Update magicmirror-v3.sh

* Update mariadb-v3.sh

* Update meshcentral-v3.sh

* Update motioneye-v3.sh

* Update mqtt-v3.sh

* Update nginx-proxy-manager-v3.sh

* Update nocodb-v3.sh

* Update node-red-v3.sh

* Update omada-v3.sh

* Update openhab-v3.sh

* Update photoprism-v3.sh

* Update pihole-v3.sh

* Update plex-v3.sh

* Update podman-homeassistant-v3.sh

* Update postgresql-v3.sh

* Update prometheus-v3.sh

* Update technitiumdns-v3.sh

* Update ubuntu-v3.sh

* Update unifi-v3.sh

* Update uptimekuma-v3.sh

* Update vaultwarden-v3.sh

* Update whoogle-v3.sh

* Update wireguard-v3.sh

* Update zigbee2mqtt-v3.sh

* Update zwavejs2mqtt-v3.sh

* Update haos_vm.sh

* Update haos_vm.sh
pull/369/head
tteckster 3 years ago committed by GitHub
parent df91454ca6
commit ed377bd06d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      ct/adguard-v3.sh
  2. 2
      ct/daemonsync-v3.sh
  3. 2
      ct/dashy-v3.sh
  4. 2
      ct/debian-v3.sh
  5. 2
      ct/deconz-v3.sh
  6. 2
      ct/docker-v3.sh
  7. 2
      ct/esphome-v3.sh
  8. 2
      ct/grafana-v3.sh
  9. 2
      ct/heimdalldashboard-v3.sh
  10. 2
      ct/homeassistant-v3.sh
  11. 2
      ct/homebridge-v3.sh
  12. 2
      ct/influxdb-v3.sh
  13. 2
      ct/iobroker-v3.sh
  14. 2
      ct/jellyfin-v3.sh
  15. 2
      ct/keycloak-v3.sh
  16. 2
      ct/magicmirror-v3.sh
  17. 2
      ct/mariadb-v3.sh
  18. 2
      ct/meshcentral-v3.sh
  19. 2
      ct/motioneye-v3.sh
  20. 2
      ct/mqtt-v3.sh
  21. 2
      ct/nginx-proxy-manager-v3.sh
  22. 2
      ct/nocodb-v3.sh
  23. 2
      ct/node-red-v3.sh
  24. 2
      ct/omada-v3.sh
  25. 2
      ct/openhab-v3.sh
  26. 2
      ct/photoprism-v3.sh
  27. 2
      ct/pihole-v3.sh
  28. 2
      ct/plex-v3.sh
  29. 2
      ct/podman-homeassistant-v3.sh
  30. 2
      ct/postgresql-v3.sh
  31. 2
      ct/prometheus-v3.sh
  32. 2
      ct/technitiumdns-v3.sh
  33. 2
      ct/ubuntu-v3.sh
  34. 2
      ct/unifi-v3.sh
  35. 2
      ct/uptimekuma-v3.sh
  36. 2
      ct/vaultwarden-v3.sh
  37. 2
      ct/whoogle-v3.sh
  38. 2
      ct/wireguard-v3.sh
  39. 2
      ct/zigbee2mqtt-v3.sh
  40. 2
      ct/zwavejs2mqtt-v3.sh
  41. 4
      vm/haos_vm.sh

@ -1,5 +1,5 @@
#!/usr/bin/env bash
echo -e "Loading..."
NEXTID=$(pvesh get /cluster/nextid)
INTEGER='^[0-9]+$'
YW=`echo "\033[33m"`
@ -32,6 +32,7 @@ function error_exit() {
}
while true; do
clear
read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn
case $yn in
[Yy]* ) break;;

@ -1,4 +1,5 @@
#!/usr/bin/env bash
echo -e "Loading..."
NEXTID=$(pvesh get /cluster/nextid)
INTEGER='^[0-9]+$'
YW=`echo "\033[33m"`
@ -31,6 +32,7 @@ function error_exit() {
}
while true; do
clear
read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn
case $yn in
[Yy]* ) break;;

@ -1,4 +1,5 @@
#!/usr/bin/env bash
echo -e "Loading..."
NEXTID=$(pvesh get /cluster/nextid)
INTEGER='^[0-9]+$'
YW=`echo "\033[33m"`
@ -31,6 +32,7 @@ function error_exit() {
}
while true; do
clear
read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn
case $yn in
[Yy]* ) break;;

@ -1,4 +1,5 @@
#!/usr/bin/env bash
echo -e "Loading..."
APP="Debian"
var_disk="2"
var_cpu="1"
@ -47,6 +48,7 @@ function msg_ok() {
}
while true; do
clear
read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn
case $yn in
[Yy]* ) break;;

@ -1,4 +1,5 @@
#!/usr/bin/env bash
echo -e "Loading..."
APP="deCONZ"
var_disk="4"
var_cpu="2"
@ -47,6 +48,7 @@ function msg_ok() {
}
while true; do
clear
read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn
case $yn in
[Yy]* ) break;;

@ -1,4 +1,5 @@
#!/usr/bin/env bash
echo -e "Loading..."
NEXTID=$(pvesh get /cluster/nextid)
INTEGER='^[0-9]+$'
YW=`echo "\033[33m"`
@ -31,6 +32,7 @@ function error_exit() {
}
while true; do
clear
read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn
case $yn in
[Yy]* ) break;;

@ -1,4 +1,5 @@
#!/usr/bin/env bash
echo -e "Loading..."
NEXTID=$(pvesh get /cluster/nextid)
INTEGER='^[0-9]+$'
YW=`echo "\033[33m"`
@ -31,6 +32,7 @@ function error_exit() {
}
while true; do
clear
read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn
case $yn in
[Yy]* ) break;;

@ -1,4 +1,5 @@
#!/usr/bin/env bash
echo -e "Loading..."
NEXTID=$(pvesh get /cluster/nextid)
INTEGER='^[0-9]+$'
YW=`echo "\033[33m"`
@ -31,6 +32,7 @@ function error_exit() {
}
while true; do
clear
read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn
case $yn in
[Yy]* ) break;;

@ -1,4 +1,5 @@
#!/usr/bin/env bash
echo -e "Loading..."
NEXTID=$(pvesh get /cluster/nextid)
INTEGER='^[0-9]+$'
PP=`echo "\e[1;35m"`
@ -32,6 +33,7 @@ function error_exit() {
}
while true; do
clear
read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn
case $yn in
[Yy]* ) break;;

@ -1,4 +1,5 @@
#!/usr/bin/env bash
echo -e "Loading..."
NEXTID=$(pvesh get /cluster/nextid)
INTEGER='^[0-9]+$'
YW=`echo "\033[33m"`
@ -31,6 +32,7 @@ function error_exit() {
}
while true; do
clear
read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn
case $yn in
[Yy]* ) break;;

@ -1,4 +1,5 @@
#!/usr/bin/env bash
echo -e "Loading..."
NEXTID=$(pvesh get /cluster/nextid)
INTEGER='^[0-9]+$'
YW=`echo "\033[33m"`
@ -31,6 +32,7 @@ function error_exit() {
}
while true; do
clear
read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn
case $yn in
[Yy]* ) break;;

@ -1,4 +1,5 @@
#!/usr/bin/env bash
echo -e "Loading..."
NEXTID=$(pvesh get /cluster/nextid)
INTEGER='^[0-9]+$'
YW=`echo "\033[33m"`
@ -31,6 +32,7 @@ function error_exit() {
}
while true; do
clear
read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn
case $yn in
[Yy]* ) break;;

@ -1,4 +1,5 @@
#!/usr/bin/env bash
echo -e "Loading..."
NEXTID=$(pvesh get /cluster/nextid)
INTEGER='^[0-9]+$'
YW=`echo "\033[33m"`
@ -31,6 +32,7 @@ function error_exit() {
}
while true; do
clear
read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn
case $yn in
[Yy]* ) break;;

@ -1,4 +1,5 @@
#!/usr/bin/env bash
echo -e "Loading..."
NEXTID=$(pvesh get /cluster/nextid)
INTEGER='^[0-9]+$'
YW=`echo "\033[33m"`
@ -32,6 +33,7 @@ function error_exit() {
}
while true; do
clear
read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn
case $yn in
[Yy]* ) break;;

@ -1,4 +1,5 @@
#!/usr/bin/env bash
echo -e "Loading..."
APP="Keycloak"
var_disk="4"
var_cpu="2"
@ -47,6 +48,7 @@ function msg_ok() {
}
while true; do
clear
read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn
case $yn in
[Yy]* ) break;;

@ -1,4 +1,5 @@
#!/usr/bin/env bash
echo -e "Loading..."
APP="MagicMirror"
var_disk="3"
var_cpu="1"
@ -47,6 +48,7 @@ function msg_ok() {
}
while true; do
clear
read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn
case $yn in
[Yy]* ) break;;

@ -1,4 +1,5 @@
#!/usr/bin/env bash
echo -e "Loading..."
NEXTID=$(pvesh get /cluster/nextid)
INTEGER='^[0-9]+$'
YW=`echo "\033[33m"`
@ -31,6 +32,7 @@ function error_exit() {
}
while true; do
clear
read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn
case $yn in
[Yy]* ) break;;

@ -1,4 +1,5 @@
#!/usr/bin/env bash
echo -e "Loading..."
NEXTID=$(pvesh get /cluster/nextid)
INTEGER='^[0-9]+$'
YW=`echo "\033[33m"`
@ -31,6 +32,7 @@ function error_exit() {
}
while true; do
clear
read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn
case $yn in
[Yy]* ) break;;

@ -1,4 +1,5 @@
#!/usr/bin/env bash
echo -e "Loading..."
NEXTID=$(pvesh get /cluster/nextid)
INTEGER='^[0-9]+$'
YW=`echo "\033[33m"`
@ -31,6 +32,7 @@ function error_exit() {
}
while true; do
clear
read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn
case $yn in
[Yy]* ) break;;

@ -1,4 +1,5 @@
#!/usr/bin/env bash
echo -e "Loading..."
NEXTID=$(pvesh get /cluster/nextid)
INTEGER='^[0-9]+$'
YW=`echo "\033[33m"`
@ -31,6 +32,7 @@ function error_exit() {
}
while true; do
clear
read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn
case $yn in
[Yy]* ) break;;

@ -1,4 +1,5 @@
#!/usr/bin/env bash
echo -e "Loading..."
NEXTID=$(pvesh get /cluster/nextid)
INTEGER='^[0-9]+$'
YW=`echo "\033[33m"`
@ -31,6 +32,7 @@ function error_exit() {
}
while true; do
clear
read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn
case $yn in
[Yy]* ) break;;

@ -1,4 +1,5 @@
#!/usr/bin/env bash
echo -e "Loading..."
NEXTID=$(pvesh get /cluster/nextid)
INTEGER='^[0-9]+$'
YW=`echo "\033[33m"`
@ -31,6 +32,7 @@ function error_exit() {
}
while true; do
clear
read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn
case $yn in
[Yy]* ) break;;

@ -1,4 +1,5 @@
#!/usr/bin/env bash
echo -e "Loading..."
NEXTID=$(pvesh get /cluster/nextid)
INTEGER='^[0-9]+$'
YW=`echo "\033[33m"`
@ -31,6 +32,7 @@ function error_exit() {
}
while true; do
clear
read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn
case $yn in
[Yy]* ) break;;

@ -1,4 +1,5 @@
#!/usr/bin/env bash
echo -e "Loading..."
NEXTID=$(pvesh get /cluster/nextid)
INTEGER='^[0-9]+$'
YW=`echo "\033[33m"`
@ -31,6 +32,7 @@ function error_exit() {
}
while true; do
clear
read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn
case $yn in
[Yy]* ) break;;

@ -1,4 +1,5 @@
#!/usr/bin/env bash
echo -e "Loading..."
APP="openHAB"
var_disk="8"
var_cpu="2"
@ -47,6 +48,7 @@ function msg_ok() {
}
while true; do
clear
read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn
case $yn in
[Yy]* ) break;;

@ -1,4 +1,5 @@
#!/usr/bin/env bash
echo -e "Loading..."
NEXTID=$(pvesh get /cluster/nextid)
INTEGER='^[0-9]+$'
PP=`echo "\e[1;35m"`
@ -32,6 +33,7 @@ function error_exit() {
}
while true; do
clear
read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn
case $yn in
[Yy]* ) break;;

@ -1,4 +1,5 @@
#!/usr/bin/env bash
echo -e "Loading..."
NEXTID=$(pvesh get /cluster/nextid)
INTEGER='^[0-9]+$'
YW=`echo "\033[33m"`
@ -31,6 +32,7 @@ function error_exit() {
}
while true; do
clear
read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn
case $yn in
[Yy]* ) break;;

@ -1,4 +1,5 @@
#!/usr/bin/env bash
echo -e "Loading..."
NEXTID=$(pvesh get /cluster/nextid)
INTEGER='^[0-9]+$'
YW=`echo "\033[33m"`
@ -32,6 +33,7 @@ function error_exit() {
}
while true; do
clear
read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn
case $yn in
[Yy]* ) break;;

@ -1,4 +1,5 @@
#!/usr/bin/env bash
echo -e "Loading..."
NEXTID=$(pvesh get /cluster/nextid)
INTEGER='^[0-9]+$'
YW=`echo "\033[33m"`
@ -32,6 +33,7 @@ function error_exit() {
}
while true; do
clear
read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn
case $yn in
[Yy]* ) break;;

@ -1,4 +1,5 @@
#!/usr/bin/env bash
echo -e "Loading..."
APP="PostgreSQL"
var_disk="4"
var_cpu="1"
@ -47,6 +48,7 @@ function msg_ok() {
}
while true; do
clear
read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn
case $yn in
[Yy]* ) break;;

@ -1,4 +1,5 @@
#!/usr/bin/env bash
echo -e "Loading..."
APP="Prometheus"
var_disk="4"
var_cpu="1"
@ -47,6 +48,7 @@ function msg_ok() {
}
while true; do
clear
read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn
case $yn in
[Yy]* ) break;;

@ -1,4 +1,5 @@
#!/usr/bin/env bash
echo -e "Loading..."
NEXTID=$(pvesh get /cluster/nextid)
INTEGER='^[0-9]+$'
YW=`echo "\033[33m"`
@ -31,6 +32,7 @@ function error_exit() {
}
while true; do
clear
read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn
case $yn in
[Yy]* ) break;;

@ -1,4 +1,5 @@
#!/usr/bin/env bash
echo -e "Loading..."
NEXTID=$(pvesh get /cluster/nextid)
INTEGER='^[0-9]+$'
YW=`echo "\033[33m"`
@ -31,6 +32,7 @@ function error_exit() {
}
while true; do
clear
read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn
case $yn in
[Yy]* ) break;;

@ -1,4 +1,5 @@
#!/usr/bin/env bash
echo -e "Loading..."
NEXTID=$(pvesh get /cluster/nextid)
INTEGER='^[0-9]+$'
YW=`echo "\033[33m"`
@ -31,6 +32,7 @@ function error_exit() {
}
while true; do
clear
read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn
case $yn in
[Yy]* ) break;;

@ -1,4 +1,5 @@
#!/usr/bin/env bash
echo -e "Loading..."
NEXTID=$(pvesh get /cluster/nextid)
INTEGER='^[0-9]+$'
YW=`echo "\033[33m"`
@ -31,6 +32,7 @@ function error_exit() {
}
while true; do
clear
read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn
case $yn in
[Yy]* ) break;;

@ -1,4 +1,5 @@
#!/usr/bin/env bash
echo -e "Loading..."
NEXTID=$(pvesh get /cluster/nextid)
INTEGER='^[0-9]+$'
YW=`echo "\033[33m"`
@ -31,6 +32,7 @@ function error_exit() {
}
while true; do
clear
read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn
case $yn in
[Yy]* ) break;;

@ -1,4 +1,5 @@
#!/usr/bin/env bash
echo -e "Loading..."
APP="Whoogle"
var_disk="2"
var_cpu="1"
@ -48,6 +49,7 @@ function msg_ok() {
}
while true; do
clear
read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn
case $yn in
[Yy]* ) break;;

@ -1,4 +1,5 @@
#!/usr/bin/env bash
echo -e "Loading..."
NEXTID=$(pvesh get /cluster/nextid)
INTEGER='^[0-9]+$'
YW=`echo "\033[33m"`
@ -31,6 +32,7 @@ function error_exit() {
}
while true; do
clear
read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn
case $yn in
[Yy]* ) break;;

@ -1,4 +1,5 @@
#!/usr/bin/env bash
echo -e "Loading..."
NEXTID=$(pvesh get /cluster/nextid)
INTEGER='^[0-9]+$'
YW=`echo "\033[33m"`
@ -32,6 +33,7 @@ function error_exit() {
}
while true; do
clear
read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn
case $yn in
[Yy]* ) break;;

@ -1,4 +1,5 @@
#!/usr/bin/env bash
echo -e "Loading..."
NEXTID=$(pvesh get /cluster/nextid)
INTEGER='^[0-9]+$'
YW=`echo "\033[33m"`
@ -32,6 +33,7 @@ function error_exit() {
}
while true; do
clear
read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn
case $yn in
[Yy]* ) break;;

@ -1,8 +1,9 @@
#!/usr/bin/env bash
echo -e "Loading..."
GEN_MAC=$(echo '00 60 2f'$(od -An -N3 -t xC /dev/urandom) | sed -e 's/ /:/g' | tr '[:lower:]' '[:upper:]')
NEXTID=$(pvesh get /cluster/nextid)
RELEASE=$(curl -sX GET "https://api.github.com/repos/home-assistant/operating-system/releases" | awk '/tag_name/{print $4;exit}' FS='[""]')
STABLE="8.2"
STABLE="8.1"
YW=`echo "\033[33m"`
BL=`echo "\033[36m"`
RD=`echo "\033[01;31m"`
@ -50,6 +51,7 @@ TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
while true; do
clear
read -p "This will create a New Home Assistant OS VM. Proceed(y/n)?" yn
case $yn in
[Yy]* ) break;;

Loading…
Cancel
Save