This commit is contained in:
Alexandre
2026-01-30 09:11:12 +01:00
committed by GitHub
parent 3a9bfb4884
commit c8e8d3c16e
109 changed files with 216 additions and 489 deletions

View File

@@ -88,10 +88,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat
RUN chmod 777 /ha_entrypoint.sh
# Install bashio
#ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/usr/local/lib/bashio-standalone.sh"
#RUN chmod 0755 /usr/local/lib/bashio-standalone.sh
#ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-router.sh" "/usr/bin/bashio"
#RUN chmod 0755 /usr/bin/bashio
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/usr/local/lib/bashio-standalone.sh"
RUN chmod 0755 /usr/local/lib/bashio-standalone.sh
COPY rootfs/ /
RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;