This commit is contained in:
jokob-sk
2025-01-09 08:32:31 +11:00
13 changed files with 19 additions and 14 deletions

View File

@@ -1,3 +1,7 @@
## 0.0.5
- attempt at starting start.sh, back to prod image
## 0.0.4
- removal of unnecessary files WARNING: dev image

View File

@@ -28,9 +28,9 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
S6_SERVICES_GRACETIME=0
# Global LSIO modifications
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh"
ARG CONFIGLOCATION="/config/addons_config/netalertx"
RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh
#ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh"
#ARG CONFIGLOCATION="/config/addons_config/netalertx"
#RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh
##################
# 3 Install apps #

View File

@@ -1,8 +1,8 @@
{
"build_from": {
"aarch64": "jokobsk/netalertx-dev:latest",
"amd64": "jokobsk/netalertx-dev:latest",
"armv7": "jokobsk/netalertx-dev:latest"
"aarch64": "jokobsk/netalertx:latest",
"amd64": "jokobsk/netalertx:latest",
"armv7": "jokobsk/netalertx:latest"
},
"codenotary": {
"signer": "alexandrep.github@gmail.com"

View File

@@ -73,7 +73,7 @@
"image": "ghcr.io/alexbelgium/netalertx-{arch}",
"init": false,
"map": [
"config:rw",
"addon_config:rw",
"media:rw",
"share:rw",
"ssl"