[AWTRIX] Initial add (#132)

This commit is contained in:
Max Winterstein
2022-12-27 23:04:39 +01:00
committed by GitHub
parent 13bc6dab8c
commit 589ca18651
18 changed files with 433 additions and 0 deletions

20
awtrix/Dockerfile Normal file
View File

@@ -0,0 +1,20 @@
ARG BUILD_FROM
FROM $BUILD_FROM
WORKDIR /data
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN apk add --no-cache openjdk8 wget nginx
COPY rootfs /
ADD https://blueforcer.de/awtrix/stable/awtrix.jar /stable.jar
# Labels
LABEL \
io.hass.name="Awtrix_host" \
io.hass.description="Server for the awtrix-8x32 RGB display." \
io.hass.type="addon" \
io.hass.version=${BUILD_VERSION}