diff --git a/.env.sample b/.env.sample index 427595f..05705ef 100644 --- a/.env.sample +++ b/.env.sample @@ -7,7 +7,6 @@ LETS_ENCRYPT_ENV=production PROXY_AUTOPROVISION_ACCOUNTS=false # set OIDC realm url OCIS_OIDC_ISSUER= -# OCIS_OIDC_ISSUER=https://${KEYCLOAK_DOMAIN:-keycloak.owncloud.test}/auth/realms/${KEYCLOAK_REALM:-oCIS} # set OIDC client id WEB_OIDC_CLIENT_ID= diff --git a/abra.sh b/abra.sh index 6ddc66a..222f9dc 100644 --- a/abra.sh +++ b/abra.sh @@ -1,4 +1,4 @@ -APP_ENTRYPOINT_VERSION=v1 +export APP_ENTRYPOINT_VERSION=v2 ocis() { ocis $@ diff --git a/compose.yml b/compose.yml index a4562b7..8f8de0f 100644 --- a/compose.yml +++ b/compose.yml @@ -16,6 +16,8 @@ services: - OCIS_URL=${DOMAIN} - OCIS_LOG_LEVEL=error - OCIS_LOG_COLOR="false" + - OCIS_OIDC_ISSUER= + - WEB_OIDC_CLIENT_ID= volumes: - config:/etc/ocis - data:/var/lib/ocis diff --git a/entrypoint.sh.tmpl b/entrypoint.sh.tmpl index 91586df..2957cc4 100644 --- a/entrypoint.sh.tmpl +++ b/entrypoint.sh.tmpl @@ -1,3 +1,3 @@ #!/bin/sh ocis init || true -ocis +ocis server