From c27098e336a4a41e458f289dd2fba54d8e7ee60c Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sun, 1 Jun 2025 12:19:14 +0200 Subject: [PATCH] update --- openproject/Dockerfile | 1 + openproject/README.md | 6 ++---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/openproject/Dockerfile b/openproject/Dockerfile index 96b8097c3..9a174264b 100644 --- a/openproject/Dockerfile +++ b/openproject/Dockerfile @@ -37,6 +37,7 @@ ENV OPENPROJECT_SECRET_KEY_BASE=addon_secret \ USER root +# shellcheck disable=SC2154 RUN sed -i "s|/bin/bash|/bin/bashio|g" /app/docker/prod/entrypoint.sh && \ sed -i "1a /./ha_entrypoint.sh" /app/docker/prod/entrypoint.sh && \ sed -i "2a\for variable in OPENPROJECT_SECRET_KEY_BASE OPENPROJECT_HOST__NAME OPENPROJECT_HTTPS OPENPROJECT_DEFAULT__LANGUAGE; do if bashio::config.has_value \$variable; then export \$variable=\"\$(bashio::config $variable)\"; fi; done" /app/docker/prod/entrypoint.sh diff --git a/openproject/README.md b/openproject/README.md index dea2c2c39..752db9edf 100644 --- a/openproject/README.md +++ b/openproject/README.md @@ -22,14 +22,12 @@ _Thanks to everyone having starred my repo! To star it click on the image below, ## About -Various tweaks and configuration options addition. This addon is based on the [docker image](https://hub.docker.com/r/openproject/openproject). ## Configuration -```yaml -TODO -``` +Fill the default addon options to be able to start the addon. Be sure especially to configure the hostname with your homeassistant ip + addon exposed port +For additional options, use the config.yaml system : https://github.com/alexbelgium/hassio-addons/wiki/Add%E2%80%90ons-feature-:-add-env-variables Webui can be found at `:port`.