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
# shellcheck shell=bash
set -e
# shellcheck disable=
set -e
####################
# MOUNT SMB SHARES #

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bashio
# shellcheck shell=bash
set -e
# 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."

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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