Skip to content
Snippets Groups Projects
Commit 08b00072 authored by Arie Peterson's avatar Arie Peterson
Browse files

Merge branch '1016-upgrade-nextcloud-to-0-5-0' into 'master'

Resolve "upgrade Nextcloud to 0.5.0"

Closes #1016

See merge request openappstack/openappstack!591
parents cf230ada 61d20b2a
No related branches found
No related tags found
No related merge requests found
......@@ -198,7 +198,11 @@ data:
save ""
sociallogin:
server_name: "sso.${domain}"
client_id: nextcloud
client_secret: "${nextcloud_oauth_client_secret}"
wordpressgroups_claim: "openappstack_roles"
custom_oidc:
authorizeUrl: "sso.${domain}/oauth2/auth"
tokenUrl: "sso.${domain}/oauth2/token"
userInfoUrl: "sso.${domain}/userinfo"
clientSecret: "${nextcloud_oauth_client_secret}"
groupsClaim: "openappstack_roles"
clientId: nextcloud
title: OpenAppStack
......@@ -14,4 +14,4 @@ spec:
# For all available options, see:
# https://toolkit.fluxcd.io/components/source/api/#source.toolkit.fluxcd.io/v1beta1.GitRepositoryRef
ref:
tag: 0.4.0
tag: 0.5.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment