This commit is contained in:
Alexandre
2023-08-03 15:45:06 +02:00
parent 00807ff0aa
commit 1c96660848
6 changed files with 6 additions and 3 deletions

View File

@@ -31,7 +31,10 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
# hadolint ignore=SC2015,DL4006,SC2013,SC2086
RUN \
# Change home folder location
usermod --home /share/webtop_kde abc
usermod --home /share/webtop_kde abc && \
\
# Hook scripts
sed -i "1a /./etc/entrypoint.sh" /etc/s6-overlay/s6-rc.d/init-adduser/run
# Global LSIO modifications
ARG CONFIGLOCATION="/share/webtop_kde"

View File

@@ -126,6 +126,6 @@
"slug": "webtop-kde",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "5.24.5-test2",
"version": "5.24.5-test3",
"video": true
}
}