This commit is contained in:
Alexandre
2024-03-16 08:50:01 +01:00
parent 8125c15ae5
commit c963b3453d
2 changed files with 3 additions and 4 deletions

View File

@@ -45,9 +45,8 @@ RUN chmod 744 /ha_automodules.sh && /ha_automodules.sh "$MODULES" && rm /ha_auto
ENV PACKAGES="jq curl cifs-utils nginx" ENV PACKAGES="jq curl cifs-utils nginx"
# Automatic apps & bashio # Automatic apps & bashio
#ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh" ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh"
RUN curl -f -L -s -S "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" -o /ha_autoapps.sh && \ RUN chmod 744 /ha_autoapps.sh && /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh
chmod 744 /ha_autoapps.sh && /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh
################ ################
# 4 Entrypoint # # 4 Entrypoint #

View File

@@ -27,7 +27,7 @@
"8086/tcp": null "8086/tcp": null
}, },
"ports_description": { "ports_description": {
"8080/tcp": "Web UI port", "8080/tcp": "Web UI Port",
"8086/tcp": "InfluxDB admin" "8086/tcp": "InfluxDB admin"
}, },
"privileged": [ "privileged": [