mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-03 03:40:31 +02:00
update
This commit is contained in:
@@ -37,6 +37,7 @@ ENV OPENPROJECT_SECRET_KEY_BASE=addon_secret \
|
|||||||
|
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
|
# shellcheck disable=SC2154
|
||||||
RUN sed -i "s|/bin/bash|/bin/bashio|g" /app/docker/prod/entrypoint.sh && \
|
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 "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
|
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
|
||||||
|
|||||||
@@ -22,14 +22,12 @@ _Thanks to everyone having starred my repo! To star it click on the image below,
|
|||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
Various tweaks and configuration options addition.
|
|
||||||
This addon is based on the [docker image](https://hub.docker.com/r/openproject/openproject).
|
This addon is based on the [docker image](https://hub.docker.com/r/openproject/openproject).
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
```yaml
|
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
|
||||||
TODO
|
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 `<your-ip>:port`.
|
Webui can be found at `<your-ip>:port`.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user