mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-21 19:10:32 +01:00
Merge branch 'master' of https://github.com/jokob-sk/hassio-addons
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 #
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
"image": "ghcr.io/alexbelgium/netalertx-{arch}",
|
||||
"init": false,
|
||||
"map": [
|
||||
"config:rw",
|
||||
"addon_config:rw",
|
||||
"media:rw",
|
||||
"share:rw",
|
||||
"ssl"
|
||||
|
||||
Reference in New Issue
Block a user