overrides: fix stale configs
This commit is contained in:
parent
0b5e5d2c17
commit
5d15634032
|
@ -1,42 +0,0 @@
|
||||||
apiVersion: hydra.ory.sh/v1alpha1
|
|
||||||
kind: OAuth2Client
|
|
||||||
metadata:
|
|
||||||
name: nextcloud-home-oauth-client
|
|
||||||
namespace: flux-system
|
|
||||||
spec:
|
|
||||||
grantTypes:
|
|
||||||
- authorization_code
|
|
||||||
- refresh_token
|
|
||||||
- client_credentials
|
|
||||||
- implicit
|
|
||||||
responseTypes:
|
|
||||||
- id_token
|
|
||||||
- code
|
|
||||||
scope: "openid profile email stackspin_roles"
|
|
||||||
secretName: stackspin-nextcloud-home-oauth-variables
|
|
||||||
redirectUris:
|
|
||||||
- https://files.home.${domain}/index.php/apps/sociallogin/custom_oauth2/stackspin
|
|
||||||
- https://files.home.${domain}/apps/sociallogin/custom_oidc/stackspin
|
|
||||||
- https://files.home.${domain}/index.php/apps/sociallogin/custom_oidc/stackspin
|
|
||||||
- https://files.home.${domain}/apps/sociallogin/custom_oauth2/stackspin
|
|
||||||
tokenEndpointAuthMethod: client_secret_post
|
|
||||||
---
|
|
||||||
apiVersion: hydra.ory.sh/v1alpha1
|
|
||||||
kind: OAuth2Client
|
|
||||||
metadata:
|
|
||||||
name: wikijs-oauth-client
|
|
||||||
namespace: flux-system
|
|
||||||
spec:
|
|
||||||
grantTypes:
|
|
||||||
- authorization_code
|
|
||||||
- refresh_token
|
|
||||||
- client_credentials
|
|
||||||
- implicit
|
|
||||||
responseTypes:
|
|
||||||
- id_token
|
|
||||||
- code
|
|
||||||
scope: "openid profile email stackspin_roles"
|
|
||||||
secretName: stackspin-wikijs-oauth-variables
|
|
||||||
#redirectUris:
|
|
||||||
# - https://wiki.${domain}/user/oauth2/Stackspin/callback
|
|
||||||
tokenEndpointAuthMethod: client_secret_post
|
|
|
@ -21,6 +21,7 @@ data:
|
||||||
'default_phone_region' => 'DE',
|
'default_phone_region' => 'DE',
|
||||||
'default_locale' => 'en-gb',
|
'default_locale' => 'en-gb',
|
||||||
'lost_password_link' => 'https://dashboard.${domain}/web/recovery',
|
'lost_password_link' => 'https://dashboard.${domain}/web/recovery',
|
||||||
|
'simpleSignUpLink.shown' => false,
|
||||||
'enable_previews' => true,
|
'enable_previews' => true,
|
||||||
'preview_libreoffice_path' => '/usr/bin/libreoffice',
|
'preview_libreoffice_path' => '/usr/bin/libreoffice',
|
||||||
'enabledPreviewProviders' =>
|
'enabledPreviewProviders' =>
|
||||||
|
@ -55,7 +56,7 @@ data:
|
||||||
postStartCommand:
|
postStartCommand:
|
||||||
- '/bin/bash'
|
- '/bin/bash'
|
||||||
- '-c'
|
- '-c'
|
||||||
- 'apt update && apt install ffmpeg imagemagick ghostscript libreoffice libreoffice-l10n-de libreoffice-help-de'
|
- 'apt update && apt install --yes ffmpeg imagemagick ghostscript libreoffice libreoffice-l10n-de libreoffice-help-de'
|
||||||
#- 'echo hiho && /bin/bash /var/local/setup-apps.sh'
|
#- 'echo hiho && /bin/bash /var/local/setup-apps.sh'
|
||||||
apps:
|
apps:
|
||||||
# Basics
|
# Basics
|
||||||
|
|
Loading…
Reference in New Issue