Merge pull request #1399 from baldarn/master

OPENPROJECT | Fix start
This commit is contained in:
Alexandre
2024-05-20 11:37:28 +02:00
committed by GitHub
4 changed files with 9 additions and 3 deletions

View File

@@ -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!

View File

@@ -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 #

View File

@@ -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]"
} }

View File

@@ -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",