From c6c45f64413ba2e82080a58fe243b831fc2213f2 Mon Sep 17 00:00:00 2001
From: Alexandre <44178713+alexbelgium@users.noreply.github.com>
Date: Thu, 23 Nov 2023 09:20:24 +0100
Subject: [PATCH] Update 32-nginx_ingress.sh
---
readarr/rootfs/etc/cont-init.d/32-nginx_ingress.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/readarr/rootfs/etc/cont-init.d/32-nginx_ingress.sh b/readarr/rootfs/etc/cont-init.d/32-nginx_ingress.sh
index db0003a74..dfca20bd4 100755
--- a/readarr/rootfs/etc/cont-init.d/32-nginx_ingress.sh
+++ b/readarr/rootfs/etc/cont-init.d/32-nginx_ingress.sh
@@ -36,8 +36,8 @@ if [ -f "$CONFIG_LOCATION" ]; then
sed -i "/AuthenticationType/d" "$CONFIG_LOCATION"
sed -i "2a DisabledForLocalAddresses" "$CONFIG_LOCATION"
# Disable local auth
- sed -i "/AuthenticationMethod/d" "$CONFIG_LOCATION"
- sed -i "2a external" "$CONFIG_LOCATION"
+ # sed -i "/AuthenticationMethod/d" "$CONFIG_LOCATION"
+ # sed -i "2a external" "$CONFIG_LOCATION"
else
bashio::log.warning "---------------------------"
bashio::log.info "Disabling ingress and enabling authentification"
@@ -45,4 +45,4 @@ if [ -f "$CONFIG_LOCATION" ]; then
sed -i "/UrlBase/d" "$CONFIG_LOCATION"
sed -i "/external/d" "$CONFIG_LOCATION"
fi
-fi
\ No newline at end of file
+fi