This commit is contained in:
Alexandre
2023-11-21 09:53:56 +01:00
parent 2e6e4693a7
commit 8e035dde96
350 changed files with 1908 additions and 1328 deletions

View File

@@ -1,4 +1,19 @@
## 5.12-2023-11-15 (2023-11-15)
- Update to latest version from mbentley/omada-controller
## 5.12-2023-11-11 (2023-11-11)
- Update to latest version from mbentley/omada-controller
## 5.12-2023-11-09 (2023-11-09)
- Update to latest version from mbentley/omada-controller
## 5.12-2023-11-03 (2023-11-03)
- Update to latest version from mbentley/omada-controller
## 5.12-2023-10-26 (2023-10-26)
- Update to latest version from mbentley/omada-controller
## 5.12-2023-10-13 (2023-10-13)
- Update to latest version from mbentley/omada-controller
### 5.12-2023-10-06-3 (08-10-2023)

View File

@@ -47,15 +47,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 #
@@ -63,11 +63,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" ]

View File

@@ -1,4 +1,4 @@
## ⚠ Open Issue : [[Omada controller] ignore “beta” version (opened 2023-10-01)](https://github.com/alexbelgium/hassio-addons/issues/1010) by [@ankushg](https://github.com/ankushg)
## ⚠ Open Issue : [🐛 [Omada] Rebooting the addon makes me lose access to my configuration (opened 2023-11-05)](https://github.com/alexbelgium/hassio-addons/issues/1063) by [@ChriKn](https://github.com/ChriKn)
# Home assistant add-on: Omada controller
[![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium)

View File

@@ -95,6 +95,6 @@
"slug": "omada",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "5.12-2023-10-13",
"version": "5.12-2023-11-15",
"webui": "http://[HOST]:[PORT:8088]"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 0 B

View File

@@ -3,11 +3,11 @@
"dockerhub_list_size": 20,
"github_exclude": "-",
"github_tagfilter": "5.1",
"last_update": "2023-10-13",
"last_update": "2023-11-15",
"paused": false,
"repository": "alexbelgium/hassio-addons",
"slug": "omada",
"source": "dockerhub",
"upstream_repo": "mbentley/omada-controller",
"upstream_version": "5.12-2023-10-13"
"upstream_version": "5.12-2023-11-15"
}