nextcloud: add lost password link to config and prune duplicate key

This commit is contained in:
xeruf 2022-04-29 08:12:09 +01:00
parent c9994394cb
commit e30ec9404a
1 changed files with 5 additions and 12 deletions

View File

@ -7,16 +7,10 @@ metadata:
data:
values.yaml: |
nextcloud:
configs:
defaults.config.php: |-
<?php
$CONFIG = array (
'allow_user_to_change_display_name' => false,
'default_phone_region' => 'DE',
'default_locale' => 'de',
#'defaultapp' => 'dashboard,files',
#'default_language' => 'en',
);
# https://artifacthub.io/packages/helm/nextcloud/nextcloud#configuration
# https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#user-experience
#'defaultapp' => 'dashboard,files',
#'default_language' => 'en',
nextcloud:
configs:
defaults.config.php: |-
@ -25,8 +19,7 @@ data:
'allow_user_to_change_display_name' => false,
'default_phone_region' => 'DE',
'default_locale' => 'de',
#'defaultapp' => 'dashboard,files',
#'default_language' => 'en',
'lost_password_link' => 'https://sso.ftt.gmbh/login/recovery',
);
apps:
# Basics