From bcdbaf2dc8499358c4fdb762af76d0c160e50cfe Mon Sep 17 00:00:00 2001 From: xeruf <27jf@pm.me> Date: Fri, 6 May 2022 14:49:59 +0100 Subject: [PATCH] nextcloud: remove inline comments from override --- basic/overrides/stackspin-nextcloud-override.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/basic/overrides/stackspin-nextcloud-override.yaml b/basic/overrides/stackspin-nextcloud-override.yaml index 960722e..b0714a7 100644 --- a/basic/overrides/stackspin-nextcloud-override.yaml +++ b/basic/overrides/stackspin-nextcloud-override.yaml @@ -10,6 +10,9 @@ data: # 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', + # https://github.com/moment/moment/tree/2.18.1/locale + #'default_language' => 'en_de', # https://www.transifex.com/explore/languages/ + #'theme' => 'dark', nextcloud: configs: defaults.config.php: |- @@ -17,10 +20,8 @@ data: $CONFIG = array ( 'allow_user_to_change_display_name' => false, 'default_phone_region' => 'DE', - 'default_locale' => 'en-gb', # https://github.com/moment/moment/tree/2.18.1/locale - #'default_language' => 'en_de', # https://www.transifex.com/explore/languages/ + 'default_locale' => 'en-gb', 'lost_password_link' => 'https://sso.ftt.gmbh/login/recovery', - #'theme' => 'dark', ); apps: # Basics