This commit is contained in:
Alexandre
2023-10-03 20:22:57 +02:00
committed by GitHub
parent 1febd9a198
commit a194689393
19 changed files with 19 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/with-contenv bashio #!/usr/bin/with-contenv bashio
# shellcheck shell=bash # shellcheck shell=bash
set -e
# shellcheck disable= # shellcheck disable=
set -e
#################### ####################
# MOUNT SMB SHARES # # MOUNT SMB SHARES #

View File

@@ -1,7 +1,7 @@
#!/usr/bin/with-contenv bashio #!/usr/bin/with-contenv bashio
# shellcheck shell=bash # shellcheck shell=bash
set -e
# shellcheck disable=SC2155,SC1087,SC2163,SC2116,SC2086 # shellcheck disable=SC2155,SC1087,SC2163,SC2116,SC2086
set -e
################## ##################
# INITIALIZATION # # INITIALIZATION #

View File

@@ -1,7 +1,7 @@
#!/usr/bin/with-contenv bashio #!/usr/bin/with-contenv bashio
# shellcheck shell=bash # shellcheck shell=bash
set -e
# shellcheck disable=SC2046 # shellcheck disable=SC2046
set -e
# Define user # Define user
PUID=$(bashio::config "PUID") PUID=$(bashio::config "PUID")

View File

@@ -1,7 +1,7 @@
#!/usr/bin/with-contenv bashio #!/usr/bin/with-contenv bashio
# shellcheck shell=bash # shellcheck shell=bash
set -e
# shellcheck disable=SC2015 # shellcheck disable=SC2015
set -e
# Install specific apps # Install specific apps
if bashio::config.has_value 'additional_apps'; then if bashio::config.has_value 'additional_apps'; then

View File

@@ -1,7 +1,7 @@
#!/usr/bin/with-contenv bashio #!/usr/bin/with-contenv bashio
# shellcheck shell=bash # shellcheck shell=bash
set -e
# shellcheck disable=SC2015 # shellcheck disable=SC2015
set -e
# Set TZ # Set TZ
if bashio::config.has_value 'TZ'; then if bashio::config.has_value 'TZ'; then

View File

@@ -1,7 +1,7 @@
#!/usr/bin/with-contenv bashio #!/usr/bin/with-contenv bashio
# shellcheck shell=bash # shellcheck shell=bash
set -e
# shellcheck disable=SC2155 # shellcheck disable=SC2155
set -e
##################### #####################
# Autodiscover mqtt # # Autodiscover mqtt #

View File

@@ -1,7 +1,7 @@
#!/usr/bin/with-contenv bashio #!/usr/bin/with-contenv bashio
# shellcheck shell=bash # shellcheck shell=bash
set -e
# shellcheck disable=SC2155 # shellcheck disable=SC2155
set -e
##################### #####################
# Autodiscover mqtt # # Autodiscover mqtt #

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bashio #!/usr/bin/env bashio
# shellcheck shell=bash # shellcheck shell=bash
set -e
# shellcheck disable=SC2155,SC2016 # shellcheck disable=SC2155,SC2016
set -e
################################### ###################################
# Export all addon options as env # # Export all addon options as env #

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bashio #!/usr/bin/env bashio
# shellcheck shell=bash # shellcheck shell=bash
set -e
# shellcheck disable=SC2155 # shellcheck disable=SC2155
set -e
bashio::log.warning "Warning - minimum configuration recommended : 2 cpu cores and 4 GB of memory. Otherwise the system will become unresponsive and crash." bashio::log.warning "Warning - minimum configuration recommended : 2 cpu cores and 4 GB of memory. Otherwise the system will become unresponsive and crash."

View File

@@ -1,7 +1,7 @@
#!/usr/bin/with-contenv bashio #!/usr/bin/with-contenv bashio
# shellcheck shell=bash # shellcheck shell=bash
set -e
# shellcheck disable=SC2086 # shellcheck disable=SC2086
set -e
# Runs only after initialization done # Runs only after initialization done
# shellcheck disable=SC2128 # shellcheck disable=SC2128

View File

@@ -1,7 +1,7 @@
#!/usr/bin/with-contenv bashio #!/usr/bin/with-contenv bashio
# shellcheck shell=bash # shellcheck shell=bash
set -e
# shellcheck disable=SC2155 # shellcheck disable=SC2155
set -e
#################### ####################
# Define variables # # Define variables #

View File

@@ -1,7 +1,7 @@
#!/usr/bin/with-contenv bashio #!/usr/bin/with-contenv bashio
# shellcheck shell=bash # shellcheck shell=bash
set -e
# shellcheck disable=SC2015 # shellcheck disable=SC2015
set -e
if bashio::config.has_value 'graphic_drivers'; then if bashio::config.has_value 'graphic_drivers'; then
GRAPHIC_DRIVERS="$(bashio::config 'graphic_drivers')" GRAPHIC_DRIVERS="$(bashio::config 'graphic_drivers')"

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bashio #!/usr/bin/env bashio
# shellcheck shell=bash # shellcheck shell=bash
set -e
# shellcheck disable=SC2155,SC2015 # shellcheck disable=SC2155,SC2015
set -e
########### ###########
# SCRIPTS # # SCRIPTS #

View File

@@ -1,7 +1,7 @@
#!/usr/bin/with-contenv bashio #!/usr/bin/with-contenv bashio
# shellcheck shell=bash # shellcheck shell=bash
set -e
# shellcheck disable=SC2317 # shellcheck disable=SC2317
set -e
################# #################
# NGINX SETTING # # NGINX SETTING #

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bashio #!/usr/bin/env bashio
# shellcheck shell=bash # shellcheck shell=bash
set -e
# shellcheck disable=SC2155,SC2016 # shellcheck disable=SC2155,SC2016
set -e
################################### ###################################
# Export all addon options as env # # Export all addon options as env #

View File

@@ -1,7 +1,7 @@
#!/usr/bin/bashio #!/usr/bin/bashio
# shellcheck shell=bash # shellcheck shell=bash
set -e
# shellcheck disable=SC2155 # shellcheck disable=SC2155
set -e
##################### #####################
# Export env values # # Export env values #

View File

@@ -1,7 +1,7 @@
#!/usr/bin/with-contenv bashio #!/usr/bin/with-contenv bashio
# shellcheck shell=bash # shellcheck shell=bash
set -e
# shellcheck disable=SC2046 # shellcheck disable=SC2046
set -e
# Define user # Define user
PUID=$(bashio::config "PUID") PUID=$(bashio::config "PUID")

View File

@@ -1,7 +1,7 @@
#!/usr/bin/with-contenv bashio #!/usr/bin/with-contenv bashio
# shellcheck shell=bash # shellcheck shell=bash
set -e
# shellcheck disable=SC2015 # shellcheck disable=SC2015
set -e
# Install specific apps # Install specific apps
if bashio::config.has_value 'additional_apps'; then if bashio::config.has_value 'additional_apps'; then

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bashio #!/usr/bin/env bashio
# shellcheck shell=bash # shellcheck shell=bash
set -e
# shellcheck disable=SC2155 # shellcheck disable=SC2155
set -e
############## ##############
# CLOUDFLARE # # CLOUDFLARE #