Add ingress support for Jackett addon

This commit is contained in:
Alexandre
2026-01-19 17:11:43 +01:00
parent 4f9d392339
commit fde8a5fa51
15 changed files with 297 additions and 4 deletions

View File

@@ -55,7 +55,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="curl"
ENV PACKAGES="curl jq"
# Automatic apps & bashio
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh"