tteckster 2 年 前
コミット
3a6d7cb0cb

+ 2 - 0
ct/adguard-v5.sh

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

+ 2 - 0
ct/debian-v5.sh

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

+ 2 - 0
ct/docker-v5.sh

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

+ 2 - 0
ct/emqx-v5.sh

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

+ 2 - 0
ct/esphome-v5.sh

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

+ 2 - 0
ct/grafana-v5.sh

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

+ 2 - 0
ct/heimdalldashboard-v5.sh

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

+ 2 - 0
ct/homeassistant-v5.sh

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

+ 2 - 0
ct/jellyfin-v5.sh

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

+ 2 - 0
ct/mqtt-v5.sh

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

+ 2 - 0
ct/nginxproxymanager-v5.sh

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

+ 2 - 0
ct/nocodb-v5.sh

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

+ 2 - 0
ct/node-red-v5.sh

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

+ 2 - 0
ct/omada-v5.sh

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

+ 2 - 0
ct/omv-v5.sh

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

+ 2 - 0
ct/openhab-v5.sh

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

+ 2 - 0
ct/paperless-ngx-v5.sh

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

+ 2 - 0
ct/photoprism-v5.sh

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

+ 2 - 0
ct/pihole-v5.sh

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

+ 2 - 0
ct/plex-v5.sh

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

+ 2 - 0
ct/postgresql-v5.sh

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

+ 2 - 0
ct/prometheus-v5.sh

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

+ 2 - 0
ct/scrypted-v5.sh

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

+ 2 - 0
ct/shinobi-v5.sh

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

+ 2 - 0
ct/syncthing-v5.sh

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

+ 2 - 0
ct/technitiumdns-v5.sh

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

+ 2 - 0
ct/trilium-v5.sh

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

+ 2 - 0
ct/ubuntu-v5.sh

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

+ 2 - 0
ct/umbrel-v5.sh

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

+ 2 - 0
ct/unifi-v5.sh

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

+ 2 - 0
ct/uptimekuma-v5.sh

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

+ 2 - 0
ct/vaultwarden-v5.sh

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

+ 2 - 0
ct/whoogle-v5.sh

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

+ 2 - 0
ct/wikijs-v5.sh

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

+ 2 - 0
ct/wireguard-v5.sh

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

+ 2 - 0
ct/yunohost-v5.sh

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

+ 2 - 0
ct/zigbee2mqtt-v5.sh

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

+ 2 - 0
ct/zwave-js-ui-v5.sh

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