mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-01 13:24:04 +02:00
@@ -1,3 +1,7 @@
|
|||||||
|
## 14.1 (20-05-2024)
|
||||||
|
|
||||||
|
- Booting issues
|
||||||
|
|
||||||
## 14 (09-05-2024)
|
## 14 (09-05-2024)
|
||||||
|
|
||||||
- Initial release. Welcome openproject to home assistant!
|
- Initial release. Welcome openproject to home assistant!
|
||||||
|
|||||||
@@ -35,6 +35,8 @@ ENV OPENPROJECT_SECRET_KEY_BASE=addon_secret \
|
|||||||
|
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
|
RUN sed -i "1a /./ha_entrypoint.sh" /app/docker/prod/entrypoint.sh
|
||||||
|
|
||||||
##################
|
##################
|
||||||
# 3 Install apps #
|
# 3 Install apps #
|
||||||
##################
|
##################
|
||||||
@@ -77,7 +79,7 @@ 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
|
||||||
|
|
||||||
ENTRYPOINT [ "/ha_entrypoint.sh" ]
|
# ENTRYPOINT [ "/ha_entrypoint.sh" ]
|
||||||
|
|
||||||
############
|
############
|
||||||
# 5 Labels #
|
# 5 Labels #
|
||||||
|
|||||||
@@ -21,6 +21,6 @@
|
|||||||
"slug": "openproject",
|
"slug": "openproject",
|
||||||
"udev": true,
|
"udev": true,
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/openproject",
|
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/openproject",
|
||||||
"version": "14",
|
"version": "14.1",
|
||||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"last_update": "09-05-2024",
|
"last_update": "20-05-2024",
|
||||||
"repository": "alexbelgium/hassio-addons",
|
"repository": "alexbelgium/hassio-addons",
|
||||||
"slug": "openproject",
|
"slug": "openproject",
|
||||||
"source": "github",
|
"source": "github",
|
||||||
|
|||||||
Reference in New Issue
Block a user