mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-04-14 03:18:02 +02:00
test
This commit is contained in:
@@ -55,10 +55,11 @@ RUN \
|
|||||||
echo "/./etc/entrypoint.sh" >> /etc/s6-overlay/s6-rc.d/init-nextcloud-config/run && \
|
echo "/./etc/entrypoint.sh" >> /etc/s6-overlay/s6-rc.d/init-nextcloud-config/run && \
|
||||||
chmod 777 /migrations/02-default-location && \
|
chmod 777 /migrations/02-default-location && \
|
||||||
sed -i "1a /./defaults/nextcloud-perms.sh" /migrations/02-default-location && \
|
sed -i "1a /./defaults/nextcloud-perms.sh" /migrations/02-default-location && \
|
||||||
|
\
|
||||||
# Ensure correct data mount first
|
# Ensure correct data mount first
|
||||||
sed -i "1a /./scripts2/00-smb_mounts.sh" /migrations/02-default-location && \
|
sed -i "1a /./scripts2/00-banner.sh" /etc/s6-overlay/s6-rc.d/init-adduser/run && \
|
||||||
sed -i "1a /./scripts2/00-local_mounts.sh" /migrations/02-default-location && \
|
echo "/./scripts2/00-smb_mounts.sh" >> /etc/s6-overlay/s6-rc.d/init-adduser/run && \
|
||||||
sed -i "1a /./scripts2/00-banner.sh" /migrations/02-default-location
|
echo "/./scripts2/00-local_mounts.sh" >> /etc/s6-overlay/s6-rc.d/init-adduser/run
|
||||||
|
|
||||||
# Global LSIO modifications
|
# Global LSIO modifications
|
||||||
ARG CONFIGLOCATION="/data/config"
|
ARG CONFIGLOCATION="/data/config"
|
||||||
|
|||||||
@@ -124,6 +124,6 @@
|
|||||||
"slug": "nextcloud_ocr",
|
"slug": "nextcloud_ocr",
|
||||||
"uart": true,
|
"uart": true,
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud",
|
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud",
|
||||||
"version": "27.0.0-test_DO_NOT_INSTALL2",
|
"version": "27.0.0-test_DO_NOT_INSTALL3",
|
||||||
"webui": "https://[HOST]:[PORT:443]"
|
"webui": "https://[HOST]:[PORT:443]"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user