mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-24 09:41:50 +02:00
@@ -1,3 +1,4 @@
|
|||||||
|
- Corrects permissions for s6 v3
|
||||||
- Avoid mixed content error
|
- Avoid mixed content error
|
||||||
- Allow import of /config/addons_config/spotweb/ownsettings.php
|
- Allow import of /config/addons_config/spotweb/ownsettings.php
|
||||||
- Add codenotary sign
|
- Add codenotary sign
|
||||||
|
|||||||
@@ -88,6 +88,9 @@ RUN apk -U update && \
|
|||||||
# Add rootfs
|
# Add rootfs
|
||||||
COPY rootfs/ /
|
COPY rootfs/ /
|
||||||
|
|
||||||
|
# Corrects permissions for /app directory
|
||||||
|
RUN if [ -d /app ]; then chown -R nginx /app; fi
|
||||||
|
|
||||||
# Corrects permissions for s6 v3
|
# Corrects permissions for s6 v3
|
||||||
RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \
|
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 [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \
|
||||||
|
|||||||
@@ -46,5 +46,5 @@
|
|||||||
"slug": "spotweb",
|
"slug": "spotweb",
|
||||||
"startup": "services",
|
"startup": "services",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons/spotweb",
|
"url": "https://github.com/alexbelgium/hassio-addons/spotweb",
|
||||||
"version": "1.5.1-17"
|
"version": "1.5.1-18"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user