small tweak

This commit is contained in:
tteckster 2023-01-06 01:17:13 -05:00 committed by GitHub
parent 849c65dc63
commit 3a6d7cb0cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
38 changed files with 76 additions and 0 deletions

View File

@ -10,6 +10,8 @@ function header_info {
EOF EOF
} }
clear
header_info
echo -e "Loading..." echo -e "Loading..."
APP="Adguard" APP="Adguard"
var_disk="2" var_disk="2"

View File

@ -9,6 +9,8 @@ function header_info {
EOF EOF
} }
clear
header_info
echo -e "Loading..." echo -e "Loading..."
APP="Debian" APP="Debian"
var_disk="2" var_disk="2"

View File

@ -9,6 +9,8 @@ function header_info {
EOF EOF
} }
clear
header_info
echo -e "Loading..." echo -e "Loading..."
APP="Docker" APP="Docker"
var_disk="4" var_disk="4"

View File

@ -9,6 +9,8 @@ function header_info {
EOF EOF
} }
clear
header_info
echo -e "Loading..." echo -e "Loading..."
APP="EMQX" APP="EMQX"
var_disk="4" var_disk="4"

View File

@ -9,6 +9,8 @@ function header_info {
EOF EOF
} }
clear
header_info
echo -e "Loading..." echo -e "Loading..."
APP="ESPHome" APP="ESPHome"
var_disk="4" var_disk="4"

View File

@ -9,6 +9,8 @@ function header_info {
EOF EOF
} }
clear
header_info
echo -e "Loading..." echo -e "Loading..."
APP="Grafana" APP="Grafana"
var_disk="2" var_disk="2"

View File

@ -9,6 +9,8 @@ function header_info {
EOF EOF
} }
clear
header_info
echo -e "Loading..." echo -e "Loading..."
APP="Heimdall Dashboard" APP="Heimdall Dashboard"
var_disk="2" var_disk="2"

View File

@ -9,6 +9,8 @@ function header_info {
EOF EOF
} }
clear
header_info
echo -e "Loading..." echo -e "Loading..."
APP="Home Assistant" APP="Home Assistant"
var_disk="16" var_disk="16"

View File

@ -10,6 +10,8 @@ function header_info {
EOF EOF
} }
clear
header_info
echo -e "Loading..." echo -e "Loading..."
APP="Jellyfin" APP="Jellyfin"
var_disk="8" var_disk="8"

View File

@ -9,6 +9,8 @@ cat <<"EOF"
EOF EOF
} }
clear
header_info
echo -e "Loading..." echo -e "Loading..."
APP="MQTT" APP="MQTT"
var_disk="2" var_disk="2"

View File

@ -10,6 +10,8 @@ function header_info {
EOF EOF
} }
clear
header_info
echo -e "Loading..." echo -e "Loading..."
APP="Nginx Proxy Manager" APP="Nginx Proxy Manager"
var_disk="4" var_disk="4"

View File

@ -9,6 +9,8 @@ function header_info {
EOF EOF
} }
clear
header_info
echo -e "Loading..." echo -e "Loading..."
APP="NocoDB" APP="NocoDB"
var_disk="4" var_disk="4"

View File

@ -9,6 +9,8 @@ function header_info {
EOF EOF
} }
clear
header_info
echo -e "Loading..." echo -e "Loading..."
APP="Node-Red" APP="Node-Red"
var_disk="4" var_disk="4"

View File

@ -9,6 +9,8 @@ function header_info {
EOF EOF
} }
clear
header_info
echo -e "Loading..." echo -e "Loading..."
APP="Omada" APP="Omada"
var_disk="8" var_disk="8"

View File

@ -10,6 +10,8 @@ function header_info {
EOF EOF
} }
clear
header_info
echo -e "Loading..." echo -e "Loading..."
APP="OMV" APP="OMV"
var_disk="4" var_disk="4"

View File

@ -10,6 +10,8 @@ function header_info {
EOF EOF
} }
clear
header_info
echo -e "Loading..." echo -e "Loading..."
APP="openHAB" APP="openHAB"
var_disk="8" var_disk="8"

View File

@ -10,6 +10,8 @@ function header_info {
EOF EOF
} }
clear
header_info
echo -e "Loading..." echo -e "Loading..."
APP="Paperless-ngx" APP="Paperless-ngx"
var_disk="4" var_disk="4"

View File

@ -9,6 +9,8 @@ function header_info {
EOF EOF
} }
clear
header_info
echo -e "Loading..." echo -e "Loading..."
APP="PhotoPrism" APP="PhotoPrism"
var_disk="8" var_disk="8"

View File

@ -9,6 +9,8 @@ function header_info {
EOF EOF
} }
clear
header_info
echo -e "Loading..." echo -e "Loading..."
APP="Pihole" APP="Pihole"
var_disk="2" var_disk="2"

View File

@ -9,6 +9,8 @@ function header_info {
EOF EOF
} }
clear
header_info
echo -e "Loading..." echo -e "Loading..."
APP="Plex" APP="Plex"
var_disk="8" var_disk="8"

View File

@ -9,6 +9,8 @@ function header_info {
/____/ /____/
EOF EOF
} }
clear
header_info
echo -e "Loading..." echo -e "Loading..."
APP="PostgreSQL" APP="PostgreSQL"
var_disk="4" var_disk="4"

View File

@ -9,6 +9,8 @@ function header_info {
EOF EOF
} }
clear
header_info
echo -e "Loading..." echo -e "Loading..."
APP="Prometheus" APP="Prometheus"
var_disk="4" var_disk="4"

View File

@ -10,6 +10,8 @@ function header_info {
EOF EOF
} }
clear
header_info
echo -e "Loading..." echo -e "Loading..."
APP="Scrypted" APP="Scrypted"
var_disk="8" var_disk="8"

View File

@ -9,6 +9,8 @@ function header_info {
EOF EOF
} }
clear
header_info
echo -e "Loading..." echo -e "Loading..."
APP="Shinobi" APP="Shinobi"
var_disk="8" var_disk="8"

View File

@ -10,6 +10,8 @@ function header_info {
EOF EOF
} }
clear
header_info
echo -e "Loading..." echo -e "Loading..."
APP="Syncthing" APP="Syncthing"
var_disk="8" var_disk="8"

View File

@ -9,6 +9,8 @@ function header_info {
EOF EOF
} }
clear
header_info
echo -e "Loading..." echo -e "Loading..."
APP="Technitium DNS" APP="Technitium DNS"
var_disk="2" var_disk="2"

View File

@ -9,6 +9,8 @@ function header_info {
EOF EOF
} }
clear
header_info
echo -e "Loading..." echo -e "Loading..."
APP="Trilium" APP="Trilium"
var_disk="2" var_disk="2"

View File

@ -9,6 +9,8 @@ function header_info {
EOF EOF
} }
clear
header_info
echo -e "Loading..." echo -e "Loading..."
APP="Ubuntu" APP="Ubuntu"
var_disk="2" var_disk="2"

View File

@ -9,6 +9,8 @@ function header_info {
EOF EOF
} }
clear
header_info
echo -e "Loading..." echo -e "Loading..."
APP="Umbrel" APP="Umbrel"
var_disk="8" var_disk="8"

View File

@ -9,6 +9,8 @@ function header_info {
EOF EOF
} }
clear
header_info
echo -e "Loading..." echo -e "Loading..."
APP="Unifi" APP="Unifi"
var_disk="8" var_disk="8"

View File

@ -10,6 +10,8 @@ function header_info {
EOF EOF
} }
clear
header_info
echo -e "Loading..." echo -e "Loading..."
APP="Uptime Kuma" APP="Uptime Kuma"
var_disk="4" var_disk="4"

View File

@ -9,6 +9,8 @@ function header_info {
EOF EOF
} }
clear
header_info
echo -e "Loading..." echo -e "Loading..."
APP="Vaultwarden" APP="Vaultwarden"
var_disk="6" var_disk="6"

View File

@ -9,6 +9,8 @@ function header_info {
EOF EOF
} }
clear
header_info
echo -e "Loading..." echo -e "Loading..."
APP="Whoogle" APP="Whoogle"
var_disk="2" var_disk="2"

View File

@ -10,6 +10,8 @@ function header_info {
EOF EOF
} }
clear
header_info
echo -e "Loading..." echo -e "Loading..."
APP="Wikijs" APP="Wikijs"
var_disk="2" var_disk="2"

View File

@ -9,6 +9,8 @@ function header_info {
EOF EOF
} }
clear
header_info
echo -e "Loading..." echo -e "Loading..."
APP="Wireguard" APP="Wireguard"
var_disk="2" var_disk="2"

View File

@ -9,6 +9,8 @@ __ __ __ __ __
EOF EOF
} }
clear
header_info
echo -e "Loading..." echo -e "Loading..."
APP="YunoHost" APP="YunoHost"
var_disk="20" var_disk="20"

View File

@ -10,6 +10,8 @@ function header_info {
EOF EOF
} }
clear
header_info
echo -e "Loading..." echo -e "Loading..."
APP="Zigbee2MQTT" APP="Zigbee2MQTT"
var_disk="4" var_disk="4"

View File

@ -9,6 +9,8 @@ function header_info {
EOF EOF
} }
clear
header_info
echo -e "Loading..." echo -e "Loading..."
APP="Zwave-JS-UI" APP="Zwave-JS-UI"
var_disk="4" var_disk="4"