This commit is contained in:
Alexandre
2024-01-29 09:27:01 +01:00
committed by GitHub
parent 70cb38ced6
commit 0659b43844
15 changed files with 3 additions and 383 deletions

View File

@@ -42,7 +42,7 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat
RUN chmod 744 /ha_automodules.sh && /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh
# Manual apps
ENV PACKAGES="nginx mysql-client"
ENV PACKAGES="mysql-client"
# Automatic apps & bashio
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh"