From c7077fd9d60016f2ea38bd00d87f1e51fb9aa682 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 20 Mar 2026 14:33:44 +0100 Subject: [PATCH] Add GLOBAL_VAR_FILES environment variable Added an environment variable for global variable files. --- browser_chromium/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/browser_chromium/Dockerfile b/browser_chromium/Dockerfile index f75f0a3c2..ee23760f2 100644 --- a/browser_chromium/Dockerfile +++ b/browser_chromium/Dockerfile @@ -47,6 +47,8 @@ RUN \ # Modify commands RUN sed -i '/no-first-run/a\ --remote-debugging-address=0.0.0.0 --remote-debugging-port=9221 \\' /usr/bin/wrapped-* +ENV GLOBAL_VAR_FILES="/etc/usr/bin/wrapped-chromium" + # Global LSIO modifications ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh" ARG CONFIGLOCATION="/config"