mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-11 01:55:59 +02:00
Compare commits
3 Commits
b548ddbe26
...
8bedb0952a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8bedb0952a | ||
|
|
a9702cc6f7 | ||
|
|
98b9f46838 |
@@ -1,3 +1,5 @@
|
||||
## 1.38.0 (07-02-2026)
|
||||
- Minor bugs fixed
|
||||
|
||||
## 1.36.37-2 (2026-01-03)
|
||||
- Fix MariaDB addon defaults and migrate legacy database name when detected
|
||||
|
||||
@@ -28,7 +28,6 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
|
||||
S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \
|
||||
S6_SERVICES_GRACETIME=0
|
||||
|
||||
|
||||
# Change config location
|
||||
# hadolint ignore=DL4006
|
||||
RUN sed -i 's|/etc/zm.conf|/config/addons_config/zoneminder/zm.conf|g' /usr/local/bin/entrypoint.sh \
|
||||
@@ -63,6 +62,7 @@ ENV PACKAGES=""
|
||||
|
||||
# Automatic apps & bashio
|
||||
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh"
|
||||
RUN sed -i "/chmod 755/a sed -i 's|micro||g' /ha_automatic_packages.sh" /ha_autoapps.sh
|
||||
RUN chmod 744 /ha_autoapps.sh && /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh
|
||||
|
||||
################
|
||||
|
||||
@@ -95,5 +95,5 @@ services:
|
||||
slug: zoneminder
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: "1.36.37-2"
|
||||
version: "1.38.0"
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:80]/zm"
|
||||
|
||||
Reference in New Issue
Block a user