From e678f59d921a7115573cf006af59c6b50bdd075d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 17 Feb 2026 10:58:04 +0100 Subject: [PATCH] Update 32-ingress.sh --- netalertx/rootfs/etc/cont-init.d/32-ingress.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/netalertx/rootfs/etc/cont-init.d/32-ingress.sh b/netalertx/rootfs/etc/cont-init.d/32-ingress.sh index 1b5faa6cb..eaa79db44 100755 --- a/netalertx/rootfs/etc/cont-init.d/32-ingress.sh +++ b/netalertx/rootfs/etc/cont-init.d/32-ingress.sh @@ -11,6 +11,11 @@ declare ingress_port declare ingress_entry echo "Adapting for ingress" + +# Remove backend api url to use the base path +sed -i "s|'/server'|''|g" /app/back/app.conf + +# Adapt nginx configuration ingress_port=$(bashio::addon.ingress_port) ingress_interface=$(bashio::addon.ip_address) ingress_entry=$(bashio::addon.ingress_entry)