mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-03 15:44:58 +02:00
Restore
This commit is contained in:
@@ -1,4 +1,16 @@
|
||||
|
||||
## 5.3-amd64-2023-11-15 (2023-11-15)
|
||||
- Update to latest version from mbentley/omada-controller
|
||||
|
||||
## 5.3-amd64-2023-11-07 (2023-11-07)
|
||||
- Update to latest version from mbentley/omada-controller
|
||||
|
||||
## 5.3-amd64-2023-11-03 (2023-11-03)
|
||||
- Update to latest version from mbentley/omada-controller
|
||||
|
||||
## 5.3-amd64-2023-10-26 (2023-10-26)
|
||||
- Update to latest version from mbentley/omada-controller
|
||||
|
||||
## 5.3-amd64-2023-10-13 (2023-10-13)
|
||||
- Update to latest version from mbentley/omada-controller
|
||||
|
||||
|
||||
@@ -48,15 +48,15 @@ COPY rootfs/ /
|
||||
ARG MODULES="00-banner.sh 01-custom_script.sh"
|
||||
|
||||
# Automatic modules download
|
||||
ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh"
|
||||
RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh
|
||||
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh"
|
||||
RUN chmod 744 /ha_automodules.sh && /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh
|
||||
|
||||
# Manual apps
|
||||
ENV PACKAGES=""
|
||||
|
||||
# Automatic apps & bashio
|
||||
ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh"
|
||||
RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh
|
||||
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh"
|
||||
RUN chmod 744 /ha_autoapps.sh && /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh
|
||||
|
||||
################
|
||||
# 4 Entrypoint #
|
||||
@@ -64,11 +64,11 @@ RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh
|
||||
|
||||
# Add entrypoint
|
||||
ENV S6_STAGE2_HOOK=/ha_entrypoint.sh
|
||||
ADD --chmod=777 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_entrypoint.sh" "/ha_entrypoint.sh"
|
||||
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_entrypoint.sh" "/ha_entrypoint.sh"
|
||||
|
||||
# Entrypoint modifications
|
||||
ADD --chmod=777 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_entrypoint_modif.sh" "/ha_entrypoint_modif.sh"
|
||||
RUN /ha_entrypoint_modif.sh && rm /ha_entrypoint_modif.sh
|
||||
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_entrypoint_modif.sh" "/ha_entrypoint_modif.sh"
|
||||
RUN chmod 777 /ha_entrypoint.sh /ha_entrypoint_modif.sh && /ha_entrypoint_modif.sh && rm /ha_entrypoint_modif.sh
|
||||
|
||||
#
|
||||
#ENTRYPOINT [ "/usr/bin/env" ]
|
||||
|
||||
@@ -100,6 +100,6 @@
|
||||
"slug": "omada_v3",
|
||||
"udev": true,
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "5.3-amd64-2023-10-13",
|
||||
"version": "5.3-amd64-2023-11-15",
|
||||
"webui": "http://[HOST]:[PORT:8088]"
|
||||
}
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"dockerhub_by_date": true,
|
||||
"github_tagfilter": "5.3-amd64",
|
||||
"last_update": "2023-10-13",
|
||||
"last_update": "2023-11-15",
|
||||
"paused": false,
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "omada_v3",
|
||||
"source": "dockerhub",
|
||||
"upstream_repo": "mbentley/omada-controller",
|
||||
"upstream_version": "5.3-amd64-2023-10-13"
|
||||
"upstream_version": "5.3-amd64-2023-11-15"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user