Add GLOBAL_VAR_FILES environment variable

Added an environment variable for global variable files.
This commit is contained in:
Alexandre
2026-03-20 14:33:44 +01:00
committed by GitHub
parent 7816985f22
commit c7077fd9d6

View File

@@ -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"