From 3baf37c5097e763069ad66163362e19a90bd5d4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20Ro=C3=9Fner?= Date: Wed, 2 Oct 2024 17:32:43 +0200 Subject: [PATCH] fix(nextcloud): Remove `/index.php`. --- docs/debugging.md | 2 +- helmfile/apps/collabora/values.yaml.gotmpl | 2 +- .../apps/nubus/values-opendesk-keycloak-bootstrap.yaml.gotmpl | 2 +- helmfile/environments/default/images.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/debugging.md b/docs/debugging.md index 1001a242..aa6037a5 100644 --- a/docs/debugging.md +++ b/docs/debugging.md @@ -156,7 +156,7 @@ OpenProject is a Ruby on Rails application. Therefore you can make use of the Ra and run debug code like this: ``` -uri = URI('https://nextcloud.url/index.php/apps/integration_openproject/check-config') +uri = URI('https://nextcloud.url/apps/integration_openproject/check-config') Net::HTTP.start(uri.host, uri.port, :use_ssl => uri.scheme == 'https') do |http| request = Net::HTTP::Get.new uri diff --git a/helmfile/apps/collabora/values.yaml.gotmpl b/helmfile/apps/collabora/values.yaml.gotmpl index fcd32167..e4ff4f41 100644 --- a/helmfile/apps/collabora/values.yaml.gotmpl +++ b/helmfile/apps/collabora/values.yaml.gotmpl @@ -8,7 +8,7 @@ autoscaling: enabled: false collabora: - extra_params: "--o:ssl.enable=false --o:ssl.termination=true --o:fetch_update_check=0 --o:remote_font_config.url=https://{{ .Values.global.hosts.nextcloud }}.{{ .Values.global.domain }}/index.php/apps/richdocuments/settings/fonts.json" + extra_params: "--o:ssl.enable=false --o:ssl.termination=true --o:fetch_update_check=0 --o:remote_font_config.url=https://{{ .Values.global.hosts.nextcloud }}.{{ .Values.global.domain }}/apps/richdocuments/settings/fonts.json" username: "collabora-internal-admin" password: {{ .Values.secrets.collabora.adminPassword | quote }} aliasgroups: diff --git a/helmfile/apps/nubus/values-opendesk-keycloak-bootstrap.yaml.gotmpl b/helmfile/apps/nubus/values-opendesk-keycloak-bootstrap.yaml.gotmpl index 97c39364..762d1093 100644 --- a/helmfile/apps/nubus/values-opendesk-keycloak-bootstrap.yaml.gotmpl +++ b/helmfile/apps/nubus/values-opendesk-keycloak-bootstrap.yaml.gotmpl @@ -454,7 +454,7 @@ config: authorizationServicesEnabled: false attributes: backchannel.logout.session.required: true - backchannel.logout.url: "https://{{ .Values.global.hosts.nextcloud }}.{{ .Values.global.domain }}/index.php/apps/user_oidc/backchannel-logout/opendesk" + backchannel.logout.url: "https://{{ .Values.global.hosts.nextcloud }}.{{ .Values.global.domain }}/apps/user_oidc/backchannel-logout/opendesk" post.logout.redirect.uris: "https://{{ .Values.global.hosts.nextcloud }}.{{ .Values.global.domain }}/*##https://{{ .Values.global.hosts.nubus }}.{{ .Values.global.domain }}/*" defaultClientScopes: - "opendesk-nextcloud-scope" diff --git a/helmfile/environments/default/images.yaml b/helmfile/environments/default/images.yaml index dea70016..5b798572 100644 --- a/helmfile/environments/default/images.yaml +++ b/helmfile/environments/default/images.yaml @@ -353,7 +353,7 @@ images: # upstreamRepository: "bmi/opendesk/components/platform-development/images/opendesk-nubus" registry: "registry.opencode.de" repository: "bmi/opendesk/components/platform-development/images/opendesk-nubus" - tag: "1.6.8@sha256:cb93cab805aee16b6a1c6dea2442173ce87fe1241731926ac231f7eb27550a1b" + tag: "1.6.9@sha256:70c2825e16f62d57ae371bc05f0089846fea8adc3a3ece2006d37d854f528852" nubusOpenPolicyAgent: # providerCategory: "Supplier" # providerResponsible: "Univention"