fixing start of openproject

This commit is contained in:
baldarn
2024-05-20 10:11:38 +02:00
parent 3dffc514a8
commit 9c8e029fbf
4 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
## 14.1 (20-05-2024)
- Booting issues
## 14 (09-05-2024)
- Initial release. Welcome openproject to home assistant!

View File

@@ -35,6 +35,8 @@ ENV OPENPROJECT_SECRET_KEY_BASE=addon_secret \
USER root
RUN sed -i "1a /./ha_entrypoint.sh" /app/docker/prod/entrypoint.sh
##################
# 3 Install apps #
##################

View File

@@ -21,6 +21,6 @@
"slug": "openproject",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/openproject",
"version": "14",
"version": "14.1",
"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",
"slug": "openproject",
"source": "github",