From 5000c7b9f044ece90b744f2030b15d3c31f006f0 Mon Sep 17 00:00:00 2001 From: Wouter Coppens Date: Tue, 26 Jul 2022 14:43:15 +0200 Subject: [PATCH 1/3] Update Dockerfile Corrects permissions for s6 v3 --- spotweb/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spotweb/Dockerfile b/spotweb/Dockerfile index f5d25cf87..68e85e065 100644 --- a/spotweb/Dockerfile +++ b/spotweb/Dockerfile @@ -88,6 +88,9 @@ RUN apk -U update && \ # Add rootfs COPY rootfs/ / +# Corrects permissions for /app directory +RUN if [ -d /app ]; then chown -R nginx /app; fi + # 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 && \ From a125e5ce63c405ef933f43717bb5196b5d153258 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 26 Jul 2022 15:51:28 +0200 Subject: [PATCH 2/3] Update config.json --- spotweb/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spotweb/config.json b/spotweb/config.json index f77705f03..656fe701d 100644 --- a/spotweb/config.json +++ b/spotweb/config.json @@ -46,5 +46,5 @@ "slug": "spotweb", "startup": "services", "url": "https://github.com/alexbelgium/hassio-addons/spotweb", - "version": "1.5.1-17" + "version": "1.5.1-18" } From 610ba55bbd51f7c77ca1e22725c6d54c61a90928 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 26 Jul 2022 15:51:40 +0200 Subject: [PATCH 3/3] Update CHANGELOG.md --- spotweb/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spotweb/CHANGELOG.md b/spotweb/CHANGELOG.md index 51dcf00b9..a6b0f60b5 100644 --- a/spotweb/CHANGELOG.md +++ b/spotweb/CHANGELOG.md @@ -1,3 +1,4 @@ +- Corrects permissions for s6 v3 - Avoid mixed content error - Allow import of /config/addons_config/spotweb/ownsettings.php - Add codenotary sign