nextcloud: tweak configs key

This commit is contained in:
xeruf 2022-04-28 17:26:39 +01:00
parent 3f3958c591
commit c9994394cb
1 changed files with 11 additions and 0 deletions

View File

@ -6,6 +6,17 @@ metadata:
name: stackspin-nextcloud-override name: stackspin-nextcloud-override
data: data:
values.yaml: | 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',
);
nextcloud: nextcloud:
configs: configs:
defaults.config.php: |- defaults.config.php: |-