3 Commits

Author SHA1 Message Date
github-actions
779d3511bf GitHub bot: changelog 2025-12-01 07:23:31 +00:00
Alexandre
f0dec65b45 Update version in config.yaml to 25.10.1-4 2025-12-01 08:21:23 +01:00
Alexandre
cfac1b4cde Switch to user 'netalertx' in Dockerfile 2025-12-01 08:21:00 +01:00
3 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
## 25.10.1-4 (01-12-2025)
- Minor bugs fixed
## 25.10.1-3 (29-11-2025)
- Breaking change: data directories now use /data symlinks to /config; back up your installation before updating. Migration is supported only from version v25.5.24.
- Added tmpfs support for temporary storage.

View File

@@ -76,6 +76,8 @@ RUN chmod 777 /ha_entrypoint.sh /ha_entrypoint_modif.sh && /ha_entrypoint_modif.
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh"
RUN chmod 777 /.bashio-standalone.sh
USER netalertx
#WORKDIR /
#ENTRYPOINT [ "/usr/bin/env" ]
#CMD [ "/ha_entrypoint.sh" ]

View File

@@ -46,4 +46,4 @@ slug: netalertx
tmpfs: true
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: 25.10.1-3
version: 25.10.1-4