mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-08 05:21:51 +00:00
[AWTRIX] Fix permissions
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [1.0.0] - 2022-12-07
|
## [1.0.1] - 2022-12-27
|
||||||
|
|
||||||
|
- The good old permission issues....
|
||||||
|
|
||||||
|
## [1.0.0] - 2022-12-27
|
||||||
|
|
||||||
Changes from forked repo:
|
Changes from forked repo:
|
||||||
|
|
||||||
|
|||||||
@@ -9,6 +9,11 @@ RUN apk add --no-cache openjdk8 wget nginx
|
|||||||
|
|
||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
|
|
||||||
|
# Corrects permissions for s6 v3
|
||||||
|
RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \
|
||||||
|
if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \
|
||||||
|
if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi
|
||||||
|
|
||||||
ADD https://blueforcer.de/awtrix/stable/awtrix.jar /stable.jar
|
ADD https://blueforcer.de/awtrix/stable/awtrix.jar /stable.jar
|
||||||
|
|
||||||
# Labels
|
# Labels
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
name: AWTRIX
|
name: AWTRIX
|
||||||
version: 1.0.0
|
version: 1.0.1
|
||||||
image: ghcr.io/maxwinterstein/homeassistant-addon-awtrix-{arch}
|
image: ghcr.io/maxwinterstein/homeassistant-addon-awtrix-{arch}
|
||||||
arch:
|
arch:
|
||||||
- armv7
|
- armv7
|
||||||
|
|||||||
Reference in New Issue
Block a user