From b2e827f4e91fb8e487e8e6c5be3bc135426b7cc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Wed, 23 Dec 2020 12:11:36 +0100 Subject: [PATCH] Update changelog/unreleased/add-ocis-url-env.md Co-authored-by: Artur Neumann --- changelog/unreleased/add-ocis-url-env.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog/unreleased/add-ocis-url-env.md b/changelog/unreleased/add-ocis-url-env.md index 29b2de69be0..d8f349c0c5b 100644 --- a/changelog/unreleased/add-ocis-url-env.md +++ b/changelog/unreleased/add-ocis-url-env.md @@ -8,10 +8,10 @@ Some environment variables are now built dynamically if they are not set: - `STORAGE_DATAGATEWAY_PUBLIC_URL` defaults to `/data`, also falling back to `OCIS_URL` - `WEB_OIDC_METADATA_URL` defaults to `/.well-known/openid-configuration`, also falling back to `OCIS_URL` -Furthermore, the built in konnectd will generate an `identifier-registration.yaml` that uses the `KONNECTD_ISS` in the allowed `redirect_uris` and `origins`. It simplifies the default `https:/localhost:9200` and remote deployment with `OCIS_URL` which is evaluated as a fallback if `KONNECTD_ISS` is not set. +Furthermore, the built in konnectd will generate an `identifier-registration.yaml` that uses the `KONNECTD_ISS` in the allowed `redirect_uris` and `origins`. It simplifies the default `https://localhost:9200` and remote deployment with `OCIS_URL` which is evaluated as a fallback if `KONNECTD_ISS` is not set. An OCIS server can now be started on a remote machine as easy as `OCIS_URL=https://cloud.ocis.test PROXY_HTTP_ADDR=0.0.0.0:443 ocis server`. Note that the `OCIS_DOMAIN` environment variable is not used by ocis, but by the docker containers. -https://github.com/owncloud/ocis/pull/1148 \ No newline at end of file +https://github.com/owncloud/ocis/pull/1148