mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-16 12:29:10 +02:00
update
This commit is contained in:
@@ -28,6 +28,8 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
|
|||||||
S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \
|
S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \
|
||||||
S6_SERVICES_GRACETIME=0
|
S6_SERVICES_GRACETIME=0
|
||||||
|
|
||||||
|
WORKDIR /linkwarden
|
||||||
|
|
||||||
# Adapt image
|
# Adapt image
|
||||||
RUN \
|
RUN \
|
||||||
# Keep data
|
# Keep data
|
||||||
@@ -42,7 +44,7 @@ RUN \
|
|||||||
sed -i "s|postgresql|sqlite|g" /linkwarden/prisma/schema.prisma && \
|
sed -i "s|postgresql|sqlite|g" /linkwarden/prisma/schema.prisma && \
|
||||||
\
|
\
|
||||||
# Reinstall app
|
# Reinstall app
|
||||||
cd /bitwarden && \
|
cd /linkwarden && \
|
||||||
yarn && \
|
yarn && \
|
||||||
npx playwright install-deps && \
|
npx playwright install-deps && \
|
||||||
yarn build && \
|
yarn build && \
|
||||||
@@ -85,7 +87,6 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat
|
|||||||
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_entrypoint_modif.sh" "/ha_entrypoint_modif.sh"
|
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_entrypoint_modif.sh" "/ha_entrypoint_modif.sh"
|
||||||
RUN chmod 777 /ha_entrypoint.sh /ha_entrypoint_modif.sh && /ha_entrypoint_modif.sh && rm /ha_entrypoint_modif.sh
|
RUN chmod 777 /ha_entrypoint.sh /ha_entrypoint_modif.sh && /ha_entrypoint_modif.sh && rm /ha_entrypoint_modif.sh
|
||||||
|
|
||||||
WORKDIR /linkwarden
|
|
||||||
ENTRYPOINT [ "/usr/bin/env" ]
|
ENTRYPOINT [ "/usr/bin/env" ]
|
||||||
CMD [ "/ha_entrypoint.sh" ]
|
CMD [ "/ha_entrypoint.sh" ]
|
||||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||||
|
|||||||
@@ -29,6 +29,6 @@
|
|||||||
"slug": "linkwarden",
|
"slug": "linkwarden",
|
||||||
"udev": true,
|
"udev": true,
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/linkwarden",
|
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/linkwarden",
|
||||||
"version": "1.6",
|
"version": "1.7",
|
||||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:3000]"
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:3000]"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user