nextcloud: add lost password link to config and prune duplicate key
This commit is contained in:
parent
c9994394cb
commit
e30ec9404a
|
@ -7,16 +7,10 @@ metadata:
|
||||||
data:
|
data:
|
||||||
values.yaml: |
|
values.yaml: |
|
||||||
nextcloud:
|
nextcloud:
|
||||||
configs:
|
# https://artifacthub.io/packages/helm/nextcloud/nextcloud#configuration
|
||||||
defaults.config.php: |-
|
# https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#user-experience
|
||||||
<?php
|
|
||||||
$CONFIG = array (
|
|
||||||
'allow_user_to_change_display_name' => false,
|
|
||||||
'default_phone_region' => 'DE',
|
|
||||||
'default_locale' => 'de',
|
|
||||||
#'defaultapp' => 'dashboard,files',
|
#'defaultapp' => 'dashboard,files',
|
||||||
#'default_language' => 'en',
|
#'default_language' => 'en',
|
||||||
);
|
|
||||||
nextcloud:
|
nextcloud:
|
||||||
configs:
|
configs:
|
||||||
defaults.config.php: |-
|
defaults.config.php: |-
|
||||||
|
@ -25,8 +19,7 @@ data:
|
||||||
'allow_user_to_change_display_name' => false,
|
'allow_user_to_change_display_name' => false,
|
||||||
'default_phone_region' => 'DE',
|
'default_phone_region' => 'DE',
|
||||||
'default_locale' => 'de',
|
'default_locale' => 'de',
|
||||||
#'defaultapp' => 'dashboard,files',
|
'lost_password_link' => 'https://sso.ftt.gmbh/login/recovery',
|
||||||
#'default_language' => 'en',
|
|
||||||
);
|
);
|
||||||
apps:
|
apps:
|
||||||
# Basics
|
# Basics
|
||||||
|
|
Loading…
Reference in New Issue