Compare commits

..

6 Commits

Author SHA1 Message Date
tteckster 754dec41fc
Update alpine-adguard-v5.sh 2023-03-19 13:51:09 -04:00
tteckster 79e7f7b38c
Update alpine-docker-v5.sh 2023-03-19 13:50:45 -04:00
tteckster cab8db92bb
Update alpine-vaultwarden-v5.sh 2023-03-19 13:50:21 -04:00
tteckster 0647dc67a1
Update alpine-zigbee2mqtt-v5.sh 2023-03-19 13:49:59 -04:00
tteckster df68e1fa78
Update alpine-grafana-v5.sh
fix timezone
2023-03-19 13:49:00 -04:00
tteckster 3d3161b1e7
Created Update/Config for Alpine-Grafana (#1191) (#1192)
Feature to configure the IP address on which the service is listening has been implemented

Co-authored-by: nicedevil007
2023-03-19 13:01:11 -04:00
5 changed files with 5 additions and 0 deletions

View File

@ -338,6 +338,7 @@ function install_script() {
ARCH_CHECK
PVE_CHECK
NEXTID=$(pvesh get /cluster/nextid)
timezone=$(cat /etc/timezone)
header_info
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info

View File

@ -338,6 +338,7 @@ function install_script() {
ARCH_CHECK
PVE_CHECK
NEXTID=$(pvesh get /cluster/nextid)
timezone=$(cat /etc/timezone)
header_info
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info

View File

@ -338,6 +338,7 @@ function install_script() {
ARCH_CHECK
PVE_CHECK
NEXTID=$(pvesh get /cluster/nextid)
timezone=$(cat /etc/timezone)
header_info
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info

View File

@ -338,6 +338,7 @@ function install_script() {
ARCH_CHECK
PVE_CHECK
NEXTID=$(pvesh get /cluster/nextid)
timezone=$(cat /etc/timezone)
header_info
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info

View File

@ -338,6 +338,7 @@ function install_script() {
ARCH_CHECK
PVE_CHECK
NEXTID=$(pvesh get /cluster/nextid)
timezone=$(cat /etc/timezone)
header_info
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info