Compare commits

...

3 Commits

Author SHA1 Message Date
github-actions
8bedb0952a GitHub bot: changelog 2026-02-07 06:20:16 +00:00
Alexandre
a9702cc6f7 Update zoneminder version to 1.38.0 2026-02-07 07:14:36 +01:00
Alexandre
98b9f46838 Update Dockerfile for config path changes
Modify entrypoint script and update config paths.
2026-02-07 07:14:10 +01:00
3 changed files with 4 additions and 2 deletions

View File

@@ -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

View File

@@ -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
################

View File

@@ -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"