From 481d1e1193c2c9c46170c9165164af628b3c21fd Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 12 Feb 2025 13:36:33 +0100 Subject: [PATCH] Remove bashio::config.require.ssl --- .templates/00-banner.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.templates/00-banner.sh b/.templates/00-banner.sh index 340d77fd2..d819b4135 100755 --- a/.templates/00-banner.sh +++ b/.templates/00-banner.sh @@ -22,6 +22,7 @@ if ! bashio::supervisor.ping 2>/dev/null; then -e 's/bashio::services[[:space:]]*["'"'"']\([^"'"'"']*\)["'"'"']/\${\1}/g' \ -e 's/bashio::addon.ingress_port/\${INGRESS_PORT}/g' \ -e 's/bashio::addon.ip_address/\${IP_ADDRESS}/g' \ + -e '/bashio::config.require.ssl/d' \ -e 's/bashio::addon.ingress_entry/\${INGRESS_ENTRY}/g' "$scripts" || true done exit 0