owncloud aktualisieren #1

Closed
fenris wants to merge 44 commits from task-377 into main
Showing only changes of commit beb8bb2c51 - Show all commits

View file

@ -3,9 +3,9 @@ WEB_LOG_LEVEL=info
WEB_LOG_FILE={{cfg_owncloud.directory}}/log/web WEB_LOG_FILE={{cfg_owncloud.directory}}/log/web
WEB_LOG_PRETTY=true WEB_LOG_PRETTY=true
WEB_LOG_COLOR=true WEB_LOG_COLOR=true
{% if cfg_owncloud.authentication_kind == 'internal' %} {% if cfg_owncloud.authentication.kind == 'internal' %}
{% endif %} {% endif %}
{% if cfg_owncloud.authentication_kind == 'authelia' %} {% if cfg_owncloud.authentication.kind == 'authelia' %}
WEB_OIDC_AUTHORITY={{cfg_owncloud.authentication.data.url_base}} WEB_OIDC_AUTHORITY={{cfg_owncloud.authentication.data.url_base}}
WEB_OIDC_CLIENT_ID={{cfg_owncloud.authentication.data.web.client_id}} WEB_OIDC_CLIENT_ID={{cfg_owncloud.authentication.data.web.client_id}}
WEB_OIDC_RESPONSE_TYPE=code WEB_OIDC_RESPONSE_TYPE=code