mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-15 18:40:31 +02:00
lsio
This commit is contained in:
@@ -44,6 +44,12 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
|
||||
|
||||
USER root
|
||||
|
||||
# Global LSIO modifications
|
||||
ENV LSIO_NON_ROOT_USER=1
|
||||
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh"
|
||||
ARG CONFIGLOCATION="/config"
|
||||
RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh
|
||||
|
||||
##################
|
||||
# 3 Install apps #
|
||||
##################
|
||||
|
||||
@@ -98,4 +98,4 @@ schema:
|
||||
ssl: bool?
|
||||
slug: birdnet-pipy
|
||||
url: https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pipy
|
||||
version: '0.2'
|
||||
version: '0.3'
|
||||
|
||||
Reference in New Issue
Block a user